I would pick flutter / istio / booternetes / helm
Ask HN: If you were to build a web app today what tech stack would you choose?
111–120 of 214 posts
I am surprised I haven’t seen angular listed here.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#112Loving seeing so many Sveltekit + Postgres posts! Truly hard to top the dream team.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#113I'm a simple man. Node/Express with probably MariaDB and React. Maybe give Tailwind a spin. Same with next.js if I had the time.
Would prefer go on the backend but language switching when doing frontend at the same time is a bit of a pain.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#114Supabase + Flutter is a stack I can highly recommend if you want to get off the ground fast. Both are extremely intuitive to get started with.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#115php, heroku, mysql, redis, cron2go.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#116Something boring, well documented, and widely used. The more boring the better. I'd avoid hotshot stacks like the plague because they are usually immature and tend to change quickly.
Ideally, I'd pick something that has OpenAPI as a first class citizen or code generation, including validation.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#117Django with HTMX + Alpine on the frontend. Deployed as Docker container on a cheap VPS. It's boring, time tested but by Jove, does it get the job done fast.
I'm building a B2B2C marketplace in my free time and I'm blown away by the practicality of this stack. Due to longevity of Django, every problem I encounter is just a search away. DRF makes it dead simple to add REST APIs. The Admin panel is a golden cherry on top.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#118Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#119Remember APE.
The right medium is always the most
Accessible Powerful cost Effective
relative to your audience and available resources.
Re: Ask HN: If you were to build a web app today what tech stack would you choose?
#120Go + HTMX (DB Postgres or Sqlite)