Project Setup
A starter CLAUDE.md file for Next.js + Supabase projects. Defines tech stack, code style, and file conventions.
claude-codeclaude-mdtypescriptnextjs
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.
Related prompts
React Native Mobile App
CLAUDE.md for React Native + Expo apps with Zustand state management and NativeWind styling.
Monorepo with TurborepoCLAUDE.md for Turborepo monorepos with Next.js frontend, Hono API, and shared TypeScript packages.
AWS Lambda ServerlessCLAUDE.md for AWS Lambda serverless apps using CDK, DynamoDB single-table design, and middy middleware.
Django + PostgreSQLCLAUDE.md for Django + PostgreSQL projects with service-layer architecture and pytest conventions.