Built by the team behind the 1h Money Store — tools for people who are the whole company.
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.
| 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" |
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.
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.
MIT — see LICENSE.
-
landing-copy-grader — Deterministic 0-100 grader: does your landing page hero copy read as AI-generated? Single HTML file, no LLM, no backend.
-
god-flight-recorder — Flight recorder of an autonomous AI org running a real business. All decisions on file.
-
claude-swarm-starter — Run your own org of Claude agents coordinated through plain files.
-
studio-starter — Free single-file HTML landing page starter — editorial serif, no build step, MIT.
-
Open dataset: 239 landing pages scored for AI-slop copy — CSV + method, deterministic, no LLM.