Skip to content

Commit 58cdd97

Browse files
committed
Update all rule counts to 20, fix GitHub links throughout codebase
1 parent ad8f013 commit 58cdd97

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Stop fixing AI-generated bugs. Start shipping production apps.
44

5-
A **Next.js 15 + Supabase boilerplate** with **17 `.mdc` architecture rules** that physically prevent AI coding assistants from hallucinating insecure auth, deprecated packages, and broken patterns.
5+
A **Next.js 15 + Supabase boilerplate** with **20 `.mdc` architecture rules** that physically prevent AI coding assistants from hallucinating insecure auth, deprecated packages, and broken patterns.
66

77
> **The problem:** AI models generate code that compiles perfectly but ships critical vulnerabilities — `getSession()` instead of `getUser()`, synchronous params that crash in Next.js 15, missing RLS policies that expose your database. These bugs are invisible until production.
88
>
@@ -12,7 +12,7 @@ A **Next.js 15 + Supabase boilerplate** with **17 `.mdc` architecture rules** th
1212

1313
## 🏗️ What's Inside
1414

15-
### 17 Architecture Rules (`.cursor/rules/`)
15+
### 20 Architecture Rules (`.cursor/rules/`)
1616

1717
| Rule File | What It Prevents |
1818
|---|---|
@@ -107,7 +107,7 @@ Read [`docs/VIBE-CODING.md`](docs/VIBE-CODING.md) for the complete prompting fra
107107

108108
| Feature | Vibe Stack | ShipFast ($169) | MakerKit ($299) |
109109
|---|:---:|:---:|:---:|
110-
| AI Architecture Rules |17 rules |||
110+
| AI Architecture Rules |20 rules |||
111111
| MCP Integrations | ✅ 4 servers |||
112112
| n8n Automations | ✅ 3 workflows |||
113113
| Next.js 15 + React 19 ||||
@@ -127,7 +127,7 @@ This repo is the free foundation. The extended version includes the full boilerp
127127

128128
| Tier | What You Get | Price |
129129
|---|---|---|
130-
| **Rules Pack** | All 17 .mdc rules + Vibe Coding guide | $29 |
130+
| **Rules Pack** | All 20 .mdc rules + Vibe Coding guide | $29 |
131131
| **Builder System** | Rules + 4 MCP configs + Architecture docs + SQL migrations | $69 |
132132
| **Complete Vault** | Everything + full boilerplate + Stripe + email + Masterclass | $149 |
133133

src/app/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import Link from 'next/link'
33
const features = [
44
{
55
icon: '🛡️',
6-
title: '17 Architecture Rules',
6+
title: '20 Architecture Rules',
77
desc: 'Battle-tested .mdc rules that catch AI hallucinations before they hit production. Covers auth, params, RLS, Stripe, performance, and OWASP Top 10.',
88
},
99
{
@@ -34,7 +34,7 @@ const features = [
3434
]
3535

3636
const stats = [
37-
{ value: '17', label: 'Architecture Rules' },
37+
{ value: '20', label: 'Architecture Rules' },
3838
{ value: '54', label: 'Production Files' },
3939
{ value: '4', label: 'MCP Servers' },
4040
{ value: '0', label: 'Hallucinations Shipped' },
@@ -117,7 +117,7 @@ export default function HomePage() {
117117
marginBottom: '2.5rem',
118118
}}
119119
>
120-
17 architecture rules that physically prevent Cursor from generating
120+
20 architecture rules that physically prevent Cursor from generating
121121
insecure auth, deprecated packages, and broken Next.js 15 patterns.
122122
Clone it. Open in Cursor. Ship production apps.
123123
</p>

0 commit comments

Comments
 (0)