>Use CLAUDE.md for Persistent Context
Create a CLAUDE.md file in your project root to give Claude Code persistent context about your project. This file is automatically read at the start of every conversation, so you can include coding standards, project structure, and key decisions.
# CLAUDE.md
## Project Overview
This is a Next.js 14 app using TypeScript and Tailwind.
## Coding Standards
- Use functional components with hooks
- Prefer named exports over default exports
- Always use TypeScript strict mode
## Key Decisions
- We use Zustand for state management
- API routes are in /app/api