37 files, 13,500+ lines of rules

30+ Cursor Rules for every stack

Expert-crafted .mdc rules and .cursorrules for Next.js, FastAPI, React Native, Vue, Django, Go, Rails, Laravel and more. One pack, all frameworks.

One-time purchase10+ frameworks30-day guarantee
terminal

Without proper rules, Cursor gives you:

Cursor is powerful, but without framework-specific rules it generates generic code that misses best practices.

Generic AI output

Cursor without rules generates generic, outdated code that doesn't match your framework version.

Hours writing rules

Creating good .cursorrules takes hours of trial and error for each technology.

One framework at a time

Most rule files only cover a single framework. Switch stacks and you start over.

Outdated patterns

Free rules on GitHub use old patterns. React class components, SQLAlchemy 1.x, Pydantic v1.

What's included

Everything Cursor needs for every framework

37 files, covering 10+ frameworks. Not a random collection of rules — a comprehensive pack that covers your entire stack.

10 Framework Rules

Next.js, React, Vue, FastAPI, Django, Express, Go, Rails, Laravel, React Native

5 Database Rules

Supabase, Prisma, Drizzle, SQLAlchemy, MongoDB

4 Testing Rules

Jest/Vitest, pytest, Playwright, Cypress

4 Language Rules

TypeScript, Python, Go, Rust

3 DevOps Rules

Docker, GitHub Actions, Vercel/Cloudflare

5 Master .cursorrules

Stack-specific complete configs

30+ rules organized by category.

Pick the rules that match your stack. Mix and match frameworks, databases, and tools for the perfect Cursor configuration.

Frameworks
Framework Rules

10 rules covering the most popular frontend and backend frameworks. Each rule is tailored to the latest version with best practices baked in.

  • Next.js 15 (App Router)
  • React
  • Vue / Nuxt
  • FastAPI
  • Django
  • Express / Node
  • Go / Gin
  • Ruby on Rails
  • Laravel
  • React Native / Expo
Database & Payments
Database & Payment Rules

7 rules for databases and payment integrations. From SQL to NoSQL, from Stripe to LemonSqueezy.

  • Supabase
  • Prisma
  • Drizzle
  • SQLAlchemy
  • MongoDB
  • Stripe
  • LemonSqueezy
Testing, Language & DevOps
Testing, Language & DevOps

11 rules for testing frameworks, programming languages, and DevOps tooling. Complete coverage from code to deployment.

  • Jest / Vitest
  • pytest
  • Playwright
  • Cypress
  • TypeScript
  • Python
  • Go
  • Rust
  • Docker
  • GitHub Actions
  • Vercel / Cloudflare

A glimpse inside the rules

This is a preview of nextjs-15.mdc — just 1 of 37 files included in the pack.

nextjs-15.mdc
400+ lines | Preview
---
description: Next.js 15 App Router rules for Cursor
globs: "**/*.{ts,tsx}"
---

# Next.js 15 — Cursor Rules (.mdc)

## Framework Version
- Next.js 15 with App Router ONLY
- React 19 with Server Components by default
- TypeScript 5.x strict mode required

## Architecture
- Server Components by default, "use client" only for interactivity
- Server Actions for all mutations (no API routes for form handling)
- Validate ALL inputs with Zod schemas
- Use `loading.tsx` and `error.tsx` in every route segment

## Routing
- Use route groups: (auth), (dashboard), (marketing)
- Parallel routes for modals and conditional layouts
- Use `generateMetadata()` for dynamic SEO on every page

## Data Fetching
- Fetch data in Server Components, never in client components
- Use `unstable_cache()` for expensive queries
- Revalidate with `revalidatePath()` or `revalidateTag()`

## Rendering
- Prefer streaming with `<Suspense>` boundaries
- Use `next/image` for all images with explicit dimensions
- Use `next/link` for all internal navigation

## Anti-patterns (NEVER do these)
- Never use Pages Router (getServerSideProps, getStaticProps)
- Never use `useEffect` for data fetching
- Never use `any` type
- Never import server-only code in client components
- Never hardcode API keys or secrets
...

Each .mdc rule file contains detailed architecture patterns, anti-patterns, and framework-specific best practices. 37 files covering 10+ frameworks.

One purchase. Unlimited projects.

Stop wasting hours on AI configuration. Get it right from the start.

Most Popular
$19one-time

No subscription. No recurring fees. Pay once, use forever.

Everything included:

  • 10 framework .mdc rules
  • 5 database .mdc rules
  • 2 payment .mdc rules
  • 2 styling .mdc rules
  • 4 testing .mdc rules
  • 4 language .mdc rules
  • 3 DevOps .mdc rules
  • 5 master .cursorrules files
  • Quickstart guide
  • Customization guide
  • Mix & match any combination
  • Lifetime free updates
Get the Pack — $19
30-day money-back guaranteeLifetime updatesSecure checkout via Gumroad

Frequently asked questions