Smoother out of the box
A round of fixes for the rough edges a fresh clone used to hit: the health check now passes clean, prototype mode typechecks the template's own code, and the first Supabase link no longer warns. Plus component fixes found by building real apps on Sinter.
Changed
- A fresh clone passes its own health check: the broken doc links and missing headers inherited from the template are fixed, and a new CI gate keeps pnpm run doctor green so you can tell your problems from oursImprovement
- Quieter, clearer tooling: doctor summarizes long advisory lists instead of dumping them, a pnpm health alias sidesteps pnpm 10's built-in command, and the stray Turbo build warning is goneImprovement
- Prototype mode works on the template itself: the billing and pricing Server Actions now typecheck with strict mode off, via a documented isActionError guard, so day-one prototypers don't hit errors in code they didn't writeImprovement
Fixed
- Wide data tables stay in their lane: many-column tables scroll within their own bounds instead of overlapping the rest of the layoutFix
- The cookie-consent banner no longer covers bottom-anchored controls, so sticky footers and toolbars stay clickable while it's shownFix
- Smoother first setup: the Supabase config pins Postgres 17 to match what Supabase provisions for new projects, so linking a fresh project doesn't warnFix