-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
257 lines (245 loc) · 12 KB
/
index.html
File metadata and controls
257 lines (245 loc) · 12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C5Q5XMK144"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C5Q5XMK144');
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>nedcodes — Tools for Cursor AI developers</title>
<meta name="description" content="Your Cursor rules have bugs. Find conflicting directives, broken globs, and vague instructions the AI can't act on. One command, 100+ checks, zero dependencies.">
<meta property="og:title" content="nedcodes — Your Cursor rules have bugs. Find them in 10 seconds.">
<meta property="og:description" content="You wrote rules. Cursor still ignores them. cursor-doctor tells you exactly what's wrong and fixes it.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://nedcodes.dev">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="nedcodes — Your Cursor rules have bugs. Find them in 10 seconds.">
<meta name="twitter:description" content="You wrote rules. Cursor still ignores them. cursor-doctor tells you exactly what's wrong and fixes it.">
<meta name="twitter:image" content="https://nedcodes.dev/images/og-card.png">
<meta property="og:image" content="https://nedcodes.dev/images/og-card.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="theme-color" content="#0a0a0a">
<meta name="google-site-verification" content="j9QCRZak54l7lRmY4jhW5eTnasdZ9JCR8x55oz5vMyQ" />
<link rel="canonical" href="https://nedcodes.dev/">
<link rel="icon" href="/images/favicon.png" type="image/png">
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<nav class="nav">
<div class="nav-inner">
<a href="/" class="nav-logo">nedcodes</a>
<div class="nav-links">
<a href="#tools">Tools</a>
<a href="/guides/">Guides</a>
<a href="/playground">Playground</a>
<a href="https://github.com/nedcodes-ok" target="_blank" rel="noopener">GitHub</a>
<a href="#tools" class="nav-cta">Get Pro</a>
</div>
</div>
</nav>
<header class="hero">
<div class="container">
<h1>Your Cursor rules have bugs.<br>Find them in 10 seconds.</h1>
<p class="hero-sub">You wrote rules. Cursor still ignores them. Our tools tell you exactly what's wrong — conflicting directives, broken globs, vague instructions — and fix it. Treat your rules like code, not config. Zero dependencies.</p>
<div class="hero-actions">
<div class="code-block">
<code>npx cursor-doctor scan</code>
<button class="copy-btn" onclick="copyCommand(this)" data-cmd="npx cursor-doctor scan" aria-label="Copy command">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
<a href="#tools" class="btn-secondary">See all tools ↓</a>
</div>
<div class="hero-demo">
<img src="/images/demo.gif" alt="cursor-doctor scan running in terminal" loading="lazy" width="800">
</div>
</div>
</header>
<section class="stats">
<div class="container">
<div class="stats-grid">
<div class="stat">
<span class="stat-number">2,100+</span>
<span class="stat-label">weekly npm downloads</span>
</div>
<div class="stat">
<span class="stat-number">100+</span>
<span class="stat-label">lint rules</span>
</div>
<div class="stat">
<span class="stat-number">242</span>
<span class="stat-label">automated tests</span>
</div>
<div class="stat">
<span class="stat-number">0</span>
<span class="stat-label">dependencies</span>
</div>
</div>
</div>
</section>
<section id="tools" class="tools">
<div class="container">
<h2>The toolkit</h2>
<div class="tool-card tool-featured">
<div class="tool-header">
<h3>cursor-doctor</h3>
<span class="badge badge-pro">Free + Pro</span>
</div>
<p class="tool-tagline">Find out why Cursor ignores your rules.</p>
<p>One command finds conflicting directives, broken globs, vague instructions the AI can't act on, token budget waste, and 100+ other problems. Auto-fix everything with Pro.</p>
<div class="tool-features">
<div class="feature-col">
<h4>Free</h4>
<ul>
<li>Health score (A-F grade)</li>
<li>100+ lint checks</li>
<li>Token budget analysis</li>
<li>CLAUDE.md / AGENTS.md validation</li>
<li>MCP config linting</li>
<li>MCP server integration</li>
<li>Smart migration from .cursorrules</li>
<li>Rule generator + project-aware init</li>
<li>Community rule packs (10 curated packs)</li>
<li>Semantic conflict detection</li>
<li>VS Code extension with watch mode</li>
</ul>
</div>
<div class="feature-col feature-pro">
<h4>Pro <span class="price">$9 one-time</span></h4>
<ul>
<li>Full audit report (exportable)</li>
<li>Auto-fix (34 fixers, 80%+ coverage)</li>
<li>Cross-format conflict detection</li>
<li>Rule performance tracking</li>
<li>AI-powered rule testing</li>
<li>Team sync + drift detection</li>
</ul>
<a href="https://nedcodes.gumroad.com/l/cursor-doctor-pro" class="btn-pro" target="_blank" rel="noopener">Get Pro key →</a>
<p style="font-size:12px;color:var(--text-muted);margin-top:8px;margin-bottom:0;">Full refund if it doesn't find real issues. No questions asked.</p>
</div>
</div>
<div class="tool-install">
<div class="code-block">
<code>npx cursor-doctor scan</code>
<button class="copy-btn" onclick="copyCommand(this)" data-cmd="npx cursor-doctor scan" aria-label="Copy command">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
<div class="tool-links">
<a href="https://www.npmjs.com/package/cursor-doctor" target="_blank" rel="noopener">npm</a>
<a href="https://github.com/nedcodes-ok/cursor-doctor" target="_blank" rel="noopener">GitHub</a>
<a href="https://marketplace.visualstudio.com/items?itemName=nedcodes.cursor-doctor" target="_blank" rel="noopener">VS Code</a>
</div>
</div>
</div>
<div class="tool-grid">
<div class="tool-card">
<div class="tool-header">
<h3>rule-gen</h3>
<span class="badge badge-free">Free</span>
</div>
<p class="tool-tagline">Generate AI coding rules from your actual source code.</p>
<p>Analyzes your codebase and generates Cursor rules that match how you actually write code. Powered by Gemini. Not just package.json detection — reads your real patterns.</p>
<div class="tool-install">
<div class="code-block">
<code>npx rulegen-ai</code>
<button class="copy-btn" onclick="copyCommand(this)" data-cmd="npx rulegen-ai" aria-label="Copy command">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
<div class="tool-links">
<a href="https://www.npmjs.com/package/rulegen-ai" target="_blank" rel="noopener">npm</a>
<a href="https://github.com/nedcodes-ok/rule-gen" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</div>
<div class="tool-card">
<div class="tool-header">
<h3>rule-porter</h3>
<span class="badge badge-free">Free</span>
</div>
<p class="tool-tagline">Port AI rules between Cursor, Windsurf, and CLAUDE.md.</p>
<p>Bidirectional conversion between .mdc, .windsurfrules, CLAUDE.md, AGENTS.md, and legacy .cursorrules. Move your rules wherever you need them.</p>
<div class="tool-install">
<div class="code-block">
<code>npx rule-porter</code>
<button class="copy-btn" onclick="copyCommand(this)" data-cmd="npx rule-porter" aria-label="Copy command">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
<div class="tool-links">
<a href="https://www.npmjs.com/package/rule-porter" target="_blank" rel="noopener">npm</a>
<a href="https://github.com/nedcodes-ok/rule-porter" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="built-to-last">
<div class="container">
<h2>Built to last</h2>
<div class="qualities-grid">
<div class="quality">
<h4>Zero dependencies</h4>
<p>No supply chain risk. Fast installs. Runs anywhere Node runs.</p>
</div>
<div class="quality">
<h4>Security hardened</h4>
<p>Input sanitization, path traversal guards, SSRF protection, command injection prevention.</p>
</div>
<div class="quality">
<h4>Cross-platform</h4>
<p>Full Windows CRLF support. Tested on macOS, Linux, and Windows.</p>
</div>
<div class="quality">
<h4>Thoroughly tested</h4>
<p>242 automated tests covering every feature, edge case, and regression.</p>
</div>
</div>
</div>
</section>
<section class="cta-section">
<div class="container">
<h2>Start free. Upgrade when you need more.</h2>
<p>Run the free scan to find problems. Unlock Pro to fix them automatically, track performance, and sync your team.</p>
<div class="cta-buttons">
<div class="code-block code-block-lg">
<code>npx cursor-doctor scan</code>
<button class="copy-btn" onclick="copyCommand(this)" data-cmd="npx cursor-doctor scan" aria-label="Copy command">
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2"/><path d="M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1"/></svg>
</button>
</div>
<a href="https://nedcodes.gumroad.com/l/cursor-doctor-pro" class="btn-pro" target="_blank" rel="noopener">Get Pro for $9 →</a>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-inner">
<span class="footer-brand">nedcodes</span>
<div class="footer-links">
<a href="mailto:hello@nedcodes.dev">hello@nedcodes.dev</a>
<a href="https://github.com/nedcodes-ok" target="_blank" rel="noopener">GitHub</a>
<a href="https://nedcodes.gumroad.com" target="_blank" rel="noopener">Store</a>
</div>
</div>
</div>
</footer>
<script>
function copyCommand(btn) {
const cmd = btn.getAttribute('data-cmd');
navigator.clipboard.writeText(cmd).then(() => {
btn.classList.add('copied');
setTimeout(() => btn.classList.remove('copied'), 1500);
});
}
</script>
</body>
</html>