Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Next.js + Brief Example

This example shows how to configure Brief Wiggum for a typical Next.js project.

Stack

  • 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

Setup

  1. Copy the CLAUDE.md from this directory to your project root
  2. Copy the .claude/ directory from the parent brief-wiggum repo
  3. Connect Brief MCP (see https://briefhq.ai/docs/mcp-setup/)
  4. Run /onboard

Key Files

  • CLAUDE.md - Customized for Next.js patterns
  • Uses standard Brief Wiggum skills, commands, and hooks

Customization Notes

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.