My default MVP stack: Next.js + Supabase
When a founder needs an MVP, the expensive mistake is inventing infrastructure. Next.js covers UI + API routes; Supabase covers auth, Postgres, and storage with enough control for a real product.
I keep the first slice brutal: one core workflow, one data model, one happy path. Fancy charts and secondary roles wait until users prove the loop matters.
Reinvify and Memory Cards both benefited from that discipline — typed front ends, durable data, and room to grow without a rewrite.
