PositiveLow Toxicity89 replies1 hour ago

The best tech stack for a solo founder in 2025

Looking for recommendations on a stack that maximizes speed of shipping without sacrificing scalability for if things take off.

AI Summary
  • Next.js and Supabase are currently the top recommendations for rapid iteration.
  • Focus on 'Boring Technology' to minimize infrastructure management.
  • Serverless functions are preferred for initial cost efficiency.

Discussion

AL
alex_dev2 hours ago

I think we should definitely consider moving to Server Components for the dashboard. The reduction in bundle size would be massive.

SA
sarah_eng1 hour ago

Agreed, but how are we handling the shared state between the filters and the data grid? That seems to be the main friction point.

TE
tech_lead45 mins ago

We can use URL state for the filters. It's the most robust way to keep things in sync across the server boundary.