Skip to content

parweb/leverage-dev-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built by the team behind the 1h Money Store — tools for people who are the whole company.

Leverage Dev Rules

Six Cursor rules (.mdc) for solo founders who ship their own product with AI assistance. They encode the mistakes we kept catching in our own AI-generated marketing pages and tools — hype copy, fake social proof, CDN-dependent "single file" pages, LLM calls where a regex would do — as rules the editor enforces instead of you.

Every rule contains concrete before/after examples, not vibes.

The rules

Rule Applies to What it enforces
landing-copy.mdc marketing components Bans 15 hype words, requires one concrete number above the fold, headline ≤ 9 words
single-file-html.mdc *.html Self-contained pages: inline CSS/JS, no CDN, no build step, < 100 KB
honest-ui.mdc always Never generate fake testimonials, invented stats, fake logo strips, or reset-on-reload countdowns
deterministic-first.mdc always Rule-shaped problems get heuristics, not LLM API calls; every LLM call must justify itself in a comment
conversion-cta.mdc pages that sell CTA label = action + outcome, one primary CTA per page, no href="#", price near the button
og-jsonld.mdc public pages OG + Twitter card + canonical + page-type JSON-LD before a page is "done"

Install

As a plugin: submit-ready for cursor.directory — or clone and copy what you need.

Manually: copy any file from rules/ into your project's .cursor/rules/ directory. Each rule is standalone; take only what fits your stack.

Where these rules come from

They were extracted from a real, running one-person store — same discipline, different surface:

  • The copy rules are the code-side counterpart of LEVERAGE, our system of 42 engineered prompts for solo operators (€19).
  • The deterministic-first rule is how our open-source landing-copy-grader works: a 0–100 copy score with zero LLM calls, running entirely in the browser.

License

MIT — see LICENSE.


Related

About

Cursor rules for solo founders shipping their own product: honest UI, hype-free landing copy, single-file HTML discipline, deterministic-first over LLM calls.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors