Find your Builder. Build together. Live the protocol.
- Next.js 16 — App Router, server components by default
- React 19 + TypeScript (strict mode)
- Tailwind CSS v4
- shadcn/ui — component library
- Supabase — database (no auth)
- Privy — wallet + email authentication
- TanStack Query — server-state management
- Zod — schema validation + env config
pnpm installCopy .env.local and fill in your keys:
NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
NEXT_PUBLIC_PRIVY_APP_ID=pnpm devpnpm dev # Development server
pnpm build # Production build
pnpm start # Run production build
pnpm lint # ESLint