Get Started
- Install Wakekeeper
- Wizard step: decide rendering model (SSR vs Client-Side vs SPA)
- Use SSR when SEO, sharable URLs, and fast first content are priorities
- Use Client-Side rendering for highly interactive authenticated dashboards
- Use SPA mode for app-like flows with minimal SEO requirements
- Wizard step: run Supabase migrations before testing auth and data flows
- Run migrations with Supabase CLI and confirm schema is in sync across environments