Generate Your PRD Free — No account required
Try PRD Generator →
Free Tool

Cursor Rules Generator

Stop Cursor from guessing your limits.
Generate a .cursorrules file to enforce project standards.

Generate Your Rules

Select your stack to get a production-ready .cursorrules file.

Select Stack

Why use rules?

Without rules, Cursor guesses your stack and style. With rules, it follows your strict patterns for file structure, naming, and best practices.

.cursorrules
# Tech Stack: Next.js + React + Tailwind


# Cursor Core Rules

## 1. Behavior
- Be concise. No yapping.
- Always review the file structure before suggesting changes.
- Prioritize existing patterns over new ones.
- If you cite a file, use the format: `path/to/file.ts`.

## 2. Code Quality
- Write clean, semantic code.
- Prefer small, composable functions.
- Add comments only for complex logic (why, not what).


## 3. Tech Specifics
- Use Server Components by default. Add 'use client' only when needed.
- Use Lucide React for icons.
- Use Tailwind CSS for styling. Avoid arbitrary values (e.g., h-[50px]).
- Use `next/link` for navigation.
- Use `next/image` for images.