Community Setup
Supabase + Next.js Full Stack
Beginner-friendly Claude Code setup for Supabase + Next.js with auth, database, and real-time.
Full StackdeveloperbeginnerVS CodeGitHubNode.jsReact / Next.js
By Initly Team0 downloads
VS CodeGitHubNode.jsReact / Next.js
Instructions Preview
1. Install Claude Code
npm install -g @anthropic-ai/claude-code
2. Create Next.js Project
npx create-next-app@latest my-app --ts --tailwind --app
cd my-app
npm install @supabase/supabase-js
3. Add Config
Copy CLAUDE.md and agents to your project.
4. Connect Supabase
Add NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY to .env.local.
5. Verify
claude
Ask Claude to create a component with Supabase query....
Purchase this setup to see the full instructions
Config Files
Purchase to download these config files.
CLAUDE.mdLocked
code-reviewer.mdLocked