Next.js + TypeScript + Tailwind

Developer Toolsclaude-md-templatesproject_nameone-line descriptiondatabase

Claude Code reads CLAUDE.md on every session start. Having the full stack, commands, and directory structure upfront eliminates 80% of 'wrong guess' edits.

Prompt
# CLAUDE.md

## Project Overview
{{project_name}}{{one-line description}}

## Tech Stack
- Framework: Next.js 14+ (App Router)
- Language: TypeScript (strict mode)
- Styling: Tailwind CSS + shadcn/ui
- Database: {{database}} (e.g., PostgreSQL via Supabase)
- ORM: {{orm}} (e.g., Drizzle ORM, Prisma)
- Auth: {{auth_provider}}

## Commands
\`\`\`bash
npm run dev       # Start dev server
npm run build     # Production build
npm run lint      # Run ESLint
npm run test      # Run tests
\`\`\`

## Directory Structure
\`\`\`
src/
├── app/          # App Router pages and layouts
├── components/
│   ├── ui/       # shadcn/ui primitives
│   └── {{domain}}/  # Feature-specific components
├── lib/
│   ├── actions/  # Server actions
│   ├── hooks/    # Custom React hooks
│   └── utils.ts  # Shared utilities
└── types/        # TypeScript type definitions
\`\`\`

## Conventions
- Components: PascalCase.tsx
- Utilities: kebab-case.ts
- Server actions: kebab-case-actions.ts
- Use \`cn()\` from lib/utils for conditional classes
- Prefer server components; add 'use client' only when needed
- Import order: React > external > @/ aliases > relative > types

Variables to customize

{{project_name}}{{one-line description}}{{database}}{{orm}}{{auth_provider}}{{domain}}

Why this prompt works

Claude Code reads CLAUDE.md on every session start. Having the full stack, commands, and directory structure upfront eliminates 80% of 'wrong guess' edits.

What you get when you save this prompt

Your workspace unlocks powerful tools to iterate and improve.

AI OPTIMIZE

AI Optimization

One-click improvement with structure analysis and pattern suggestions.

VERSION DIFF

Version History

Track every edit. Compare versions side-by-side with word-level diffs.

ORGANIZE
Development
Code Review
Testing
Marketing

Folders & Tags

Organize your library with nested folders, tags, and drag-and-drop.

MCP
$ npm i -g @promptingbox/mcp
Claude · Cursor · ChatGPT

Use Everywhere

Access prompts from Claude, Cursor, ChatGPT & more via MCP integration.

Your prompts, organized

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