CLAUDE.md Generator

Build a custom CLAUDE.md configuration file for your project in seconds. Select your stack, set your preferences, and copy the result directly into your repo.

Project Configuration

Ad Space Reserved for Google AdSense

Generated CLAUDE.md

CLAUDE.md
# My Project

## Project Overview
My Project is built with Next.js using TypeScript.

## Stack
- Framework: Next.js
- Language: TypeScript
- Styling: Tailwind CSS
- Hosting: Vercel

## Common Commands
- `npm run dev`: Start the development server
- `npm run build`: Create a production build
- `npm run start`: Run the production server
- `npm run lint`: Run ESLint

## Code Style
- TypeScript strict mode enabled; avoid using `any` types
- Use functional components with hooks (React/Next.js)
- Prefer `const` over `let`; never use `var`
- Use arrow functions for callbacks
- Use Tailwind utility classes for styling
- Write clear, descriptive commit messages
- Keep functions small and focused on a single responsibility

## Notes
This CLAUDE.md was generated with TensorFeed.ai. Update this file as your project evolves: add new commands, refine style rules, and document conventions as they emerge.

Save this file as CLAUDE.md in the root of your project. Claude Code will read it automatically when you start a conversation in that directory.