What do you use for side projects when you want to keep things simple?
For side projects, I’m trying to stop choosing tools based on what I want to learn and start choosing based on what I’ll actually finish.
My simple setup is usually a familiar framework, managed Postgres, basic auth, one deployment platform, and the least annoying monitoring I can get away with. I only add more when the project earns it.
What do you use when you want a side project to stay simple?