All templates/Claude Code

Project Setup

A starter CLAUDE.md file for Next.js + Supabase projects. Defines tech stack, code style, and file conventions.

claude-codeclaude-mdtypescriptnextjs
Edit View
Prompt
You are an expert software engineer. Follow these project conventions:

## Tech Stack
- Framework: Next.js 14 (App Router)
- Language: TypeScript (strict mode)
- Styling: Tailwind CSS + shadcn/ui
- Database: PostgreSQL via Supabase
- ORM: Drizzle

## Code Style
- Use functional components with hooks
- Prefer named exports
- Use absolute imports with @/ prefix
- Keep components small and focused

## File Structure
- Components: PascalCase.tsx
- Utilities: camelCase.ts
- Server actions: kebab-case-actions.ts

Save this prompt to your library

Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.