solid and tauri for apps, astro for content sites (with a headless cms if it’s big)
Ask HN: What is your go-to stack for the web?
11–20 of 74 posts
Re: Ask HN: What is your go-to stack for the web?
#12Rust and vuejs
Re: Ask HN: What is your go-to stack for the web?
#13Sst.dev and remix.run are a pleasure to work with
Re: Ask HN: What is your go-to stack for the web?
#14Landing page and a business website can most likely be static, so AWS S3, Cloudfront, ACM, maybe a little lambda if necessary.
Services I tend to start with Flask, Celery, redis and build from there.
Re: Ask HN: What is your go-to stack for the web?
#15solid and tauri for apps, astro for content sites (with a headless cms if it’s big)
Which headless CMS do you recommend?
Re: Ask HN: What is your go-to stack for the web?
#16Full stack ClojureScript on Sitefox with either Sqlite or Postgres, deployed to a VPS with Piku.
Re: Ask HN: What is your go-to stack for the web?
#17Mithril and xstate if it’s needed. Backend plain Go or Bun.
I don’t know why more people don’t use mithril
Re: Ask HN: What is your go-to stack for the web?
#18PHP and Symfony for the backend, Bootstrap for the frontend. Very classic. DB is MariaDB and Cassandra.
We also have many internal tools in R/Shiny.
Re: Ask HN: What is your go-to stack for the web?
#19Next.js + PostgreSQL.
I also use Nim for when I need high-performance code, which can be utilized as a Node.js add-on using Denim.
Re: Ask HN: What is your go-to stack for the web?
#20Elixir, Phoenix LiveView, Postgres, TailwindCSS