?
Will this work with the latest version of Cursor?
Yes — the pack ships BOTH the legacy .cursorrules single-file format AND the modern .cursor/rules/*.mdc scoped format. Whichever convention your Cursor setup uses, you're covered. The .mdc files include proper frontmatter (description, globs, alwaysApply) so they compose cleanly with your existing rules.
?
Can I use these rules in client projects?
Yes. The commercial license covers unlimited use in your personal projects, internal company projects, and unlimited client work. The one thing you can't do is resell the pack itself — but you absolutely can (and should) commit the rule files into the repos you build.
?
Which tech stacks are covered?
20 stacks: Next.js 15, React 19, TypeScript, Tailwind v4, shadcn/ui, Vue 3, Svelte 5 / SvelteKit 2, Python 3.12+, FastAPI, Django 5, Go, Rust, Node + Express, PHP vanilla, Laravel, Prisma 6, Drizzle ORM, Supabase, PostgreSQL 16+, and React Native + Expo. Each one has its own rule set tuned to that stack's current idioms and Cursor failure modes.
?
How do I install a rule set?
Two options. Legacy: copy the .cursorrules file into your project root. Modern: create a .cursor/rules/ directory and copy the .mdc file in. Either way, restart Cursor and the rules are live on the next prompt. The QUICKSTART.md walks through both, including how to stack multiple rules for projects that span several technologies (e.g. Next.js + Tailwind + Drizzle + Supabase).
?
Will Cursor actually use the rules, or are they just suggestions?
Cursor includes them in every prompt context (for .cursorrules) or whenever the globs match the file you're editing (for .mdc with alwaysApply=false). They're as binding as anything in a prompt — substantially more reliable than ad-hoc 'remember our conventions' chat messages. You can verify by asking Cursor what conventions it follows for the project; it'll summarise the active rules back to you.
?
Do you ship updates?
Yes. When Cursor's conventions shift, or a stack lands a major version that changes idioms (e.g. React 19, Tailwind v4, Next.js 15 caching defaults), we update the affected rules and reissue. Re-download from your account any time.
?
What if a rule produces bad Cursor output?
Email hello@buycoded.com with the failure mode. If it's a real pattern, we update the pack and reissue — and you get a fixed version on your next download. We also offer a 14-day no-questions refund if the pack doesn't deliver.