This example shows how to configure Brief Wiggum for a typical Next.js project.
- Frontend: Next.js 14, React 18, TailwindCSS
- Backend: Next.js API routes
- Database: PostgreSQL via Supabase
- ORM: Drizzle ORM
- Auth: Clerk
- Build: pnpm with Turborepo
- Copy the CLAUDE.md from this directory to your project root
- Copy the .claude/ directory from the parent brief-wiggum repo
- Connect Brief MCP (see https://briefhq.ai/docs/mcp-setup/)
- Run
/onboard
CLAUDE.md- Customized for Next.js patterns- Uses standard Brief Wiggum skills, commands, and hooks
This example demonstrates:
- Next.js App Router conventions
- Zod validation for API routes
- Drizzle ORM patterns
- Clerk authentication
- TailwindCSS component patterns
Adjust these patterns to match your specific project setup.