Ask HN: What web stack would you use for startup, and why?
📰 Hacker News · capl
If you were to build a startup or a solo side project, what web stack would you use and why? Web stack meaning backend and frontend. To make a more specific use case if that's easier, say you need: 1) Auth (local accounts + OAuth) 2) Simple user dashboard with some live updates (Websockets, SignalR, etc) 3) Blog (simple db read/write) The goal is to bring the user a good experience, but use the least time developing since it's a side project. What do you reach for? Django + React? Laravel + Livewire? ASP.NET + Blazor? Next.js + Prisma?
DeepCamp AI