solid and tauri for apps, astro for content sites (with a headless cms if it’s big)
Which headless CMS do you recommend?
Ask HN: What is your go-to stack for the web?
51–60 of 74 posts
Re: Ask HN: What is your go-to stack for the web?
#52Re: Ask HN: What is your go-to stack for the web?
#53Re: Ask HN: What is your go-to stack for the web?
#54Postgrest + Petite-vue + One of the many classless css frameworks.
Re: Ask HN: What is your go-to stack for the web?
#55Re: Ask HN: What is your go-to stack for the web?
#56CSS or SCSS depending on complexity
If it's something that needs logins or more common features I'll usually switch to rails it just gets all the tedious stuff out of the way!
Re: Ask HN: What is your go-to stack for the web?
#57PHP has many stable frameworks if you are in to that and if you don't want to use a framework you can run vanilla PHP without a problem.
Dependency management is done these days with composer and it is easy add a dependency, like framework or library, from composer.
PHP has has lot of good tooling like IDEs, linters, testing etc.
Here is a short intro to PHP I wrote a few years ago.
Re: Ask HN: What is your go-to stack for the web?
#58I'm playing with Sveltekit + Trpc Backend + DrizzleOrm + Postgres. I am using plain Javascript + JSDoc and Typescript checking.
My SaaS uses SvelteKit, SQLite and Sequelize, but I would probably try Drizzle if I was starting today.
Re: Ask HN: What is your go-to stack for the web?
#59I pick what I know best and "just works" because of my experience and the framework's maturity. YMMV Backend: Spring Boot (Java or Kotlin depending on solo vs cooperation) Frontend: React (" https://hilla.dev/ " looks interesting, might try that next) Database: Postgres
Re: Ask HN: What is your go-to stack for the web?
#60When I got more serious at one point in my life I used BBEdit.
I found Firefox's development tools very useful as well.