Dashboard
Your team workspace
Tasks
View all tasks →To Do
2Deploy to Vercel
Write landing page copy
In Progress
2Build dashboard UI
Using TaskBoard component from TaskFlow integration.
Add invite link flow
Done
2Set up Supabase project
Connect Stripe subscriptions
Team Members
Manage team →Current members
Acme Startup
- Owner
Alex Chen
alex@startup.io
- Admin
Jordan Lee
jordan@startup.io
- Member
Sam Rivera
sam@startup.io
Quick Start
Get your boilerplate running in 3 steps
- ✓
Create your first teamTeams are multi-tenant workspaces. Each team has its own members and RLS scope.
- ✓
optionalInvite team membersGenerate invite links from team settings. Skip this if you're building solo — you can invite later.
- 3
Build your product
Customize the task board UI for your product. Auth, teams, and billing are already running.
- aReplace the task board with your product UI — edit:
src/app/(dashboard)/dashboard/page.tsx - bAdd Supabase queries using createClient() (Server Components)
- cAdd new components to src/components/
Vibe coding with AI?
Copy a ready-to-use prompt for Cursor, Claude, or Copilot. Just fill in your feature idea.
- aReplace the task board with your product UI — edit: