-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogram.html
More file actions
432 lines (400 loc) · 28.2 KB
/
Copy pathprogram.html
File metadata and controls
432 lines (400 loc) · 28.2 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
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Program — Vibe Coding Cohort 3-Day Curriculum | MCP Intelligence</title>
<meta name="description" content="Full curriculum for the Vibe Coding Cohort: 3 days of live, AI-assisted building. Day-by-day breakdown, tech stack, schedule, and prerequisites.">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="orb orb-1"></div>
<div class="orb orb-2"></div>
<div class="orb orb-3"></div>
<div class="container">
<!-- ===== NAV ===== -->
<nav class="nav">
<a href="index.html" class="nav-logo">MCP<span>INTELLIGENCE</span></a>
<div class="nav-links">
<a href="index.html">Home</a>
<a href="program.html" class="active">Program</a>
<a href="pricing.html">Pricing</a>
<a href="products.html">Store</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
</div>
</nav>
<!-- ===== BREADCRUMB ===== -->
<div class="breadcrumb">
<a href="index.html">Home</a>
<span>›</span>
<span class="current">Program</span>
</div>
<!-- ===== PAGE HEADER ===== -->
<section class="page-header">
<span class="badge">The Blueprint</span>
<h1>Your 3-Day Build Sprint</h1>
<p>Every day is a structured, high-output sprint. You'll build in public, ship to production, and walk away with a product you own — all powered by AI agents and MCP tooling.</p>
<div style="margin-top:28px;">
<a href="https://fr3k.gumroad.com/l/workshop-594" class="btn btn-primary" style="font-size:1.05rem; padding:14px 34px;">Join the Cohort — $594</a>
</div>
</section>
<div class="divider"></div>
<!-- ===== DAY 1 ===== -->
<section class="section">
<div class="highlight-box" style="margin-bottom:32px;">
<div style="display:flex; align-items:center; gap:14px; flex-wrap:wrap;">
<span style="background:var(--primary); color:#fff; font-weight:700; font-size:0.75rem; padding:4px 12px; border-radius:100px;">Day 1</span>
<h3 style="margin:0; color:#e2e2e8;">Foundation & Flow — Building Your AI-Driven Dev Environment</h3>
</div>
</div>
<div class="two-col" style="margin-bottom:24px;">
<div>
<p style="color:var(--text-secondary); font-size:0.95rem; line-height:1.7; margin-bottom:16px;">
Day 1 is all about setting the stage. You'll configure Claude, connect MCP servers, and establish the toolchain that will power your entire build. No more fumbling with boilerplate configs — your agent does the heavy lifting while you focus on what you want to build.
</p>
<p style="color:var(--text-secondary); font-size:0.95rem; line-height:1.7; margin-bottom:16px;">
We start from scratch: a fresh repo, a blank canvas, and your idea. By mid-morning you'll have a running project with a Supabase database, a Vercel deployment pipeline, and your first AI-generated feature. The afternoon is dedicated to building your first real end-to-end flow — database, API, UI, all connected.
</p>
<p style="color:var(--text-secondary); font-size:0.95rem; line-height:1.7;">
You'll learn how to prompt for code that's actually production-grade, how to debug with AI, and how to keep your agent's context sharp. By end of day, you'll have a live project with a working backend, a styled frontend, and the confidence that you can ship anything.
</p>
</div>
<div>
<div style="background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.1); border-radius:12px; padding:20px; margin-bottom:16px;">
<h4 style="font-size:0.85rem; font-weight:600; color:var(--primary); text-transform:uppercase; letter-spacing:1px; margin-bottom:10px;">Tech Stack</h4>
<div class="tags" style="margin-top:0;">
<span>Claude</span>
<span>MCP</span>
<span>GitHub</span>
<span>Supabase</span>
<span>Vercel</span>
<span>Cursor</span>
<span>Node.js</span>
<span>PostgreSQL</span>
</div>
</div>
<div style="background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.1); border-radius:12px; padding:20px;">
<h4 style="font-size:0.85rem; font-weight:600; color:var(--primary); text-transform:uppercase; letter-spacing:1px; margin-bottom:10px;">Daily Schedule</h4>
<table style="font-size:0.85rem;">
<tr><td style="padding:6px 12px; border:none; color:var(--primary); width:70px;">09:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Kickoff — Welcome, setup, and cohort intro</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">10:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">MCP server configuration + agent setup</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">11:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Live build — scaffold your project with AI</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">12:30</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Lunch / async check-in</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">13:30</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Database schema, auth, and API routes</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">15:30</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">UI components — prompt your first pages</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">17:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Deploy to Vercel + end-of-day showcase</td></tr>
</table>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ===== DAY 2 ===== -->
<section class="section">
<div class="highlight-box" style="margin-bottom:32px;">
<div style="display:flex; align-items:center; gap:14px; flex-wrap:wrap;">
<span style="background:var(--primary); color:#fff; font-weight:700; font-size:0.75rem; padding:4px 12px; border-radius:100px;">Day 2</span>
<h3 style="margin:0; color:#e2e2e8;">Ship Mode — Features, Payments, and Production</h3>
</div>
</div>
<div class="two-col" style="margin-bottom:24px;">
<div>
<p style="color:var(--text-secondary); font-size:0.95rem; line-height:1.7; margin-bottom:16px;">
Day 2 is where things get real. You'll wire up Stripe payments, add user authentication, and build the core features that make your product valuable. Every piece of code is generated collaboratively with your AI agent — you describe the behaviour, the agent implements it, you review and refine.
</p>
<p style="color:var(--text-secondary); font-size:0.95rem; line-height:1.7; margin-bottom:16px;">
The morning focuses on auth flows and payment integration. You'll set up Stripe checkout, webhooks, and subscription management — all without writing a single boilerplate file. The afternoon is pure feature-building: real-time data, background jobs, API integrations, and edge functions.
</p>
<p style="color:var(--text-secondary); font-size:0.95rem; line-height:1.7;">
By the end of Day 2, your product has real users, real payments, and real functionality. You're not building a demo — you're building something you could sell tomorrow. We focus on production patterns: error handling, validation, security, and performance from day one.
</p>
</div>
<div>
<div style="background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.1); border-radius:12px; padding:20px; margin-bottom:16px;">
<h4 style="font-size:0.85rem; font-weight:600; color:var(--primary); text-transform:uppercase; letter-spacing:1px; margin-bottom:10px;">Tech Stack</h4>
<div class="tags" style="margin-top:0;">
<span>Stripe</span>
<span>Auth0 / Clerk</span>
<span>Supabase</span>
<span>Vercel Edge</span>
<span>Webhooks</span>
<span>Redis</span>
<span>Next.js</span>
<span>Tailwind</span>
</div>
</div>
<div style="background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.1); border-radius:12px; padding:20px;">
<h4 style="font-size:0.85rem; font-weight:600; color:var(--primary); text-transform:uppercase; letter-spacing:1px; margin-bottom:10px;">Daily Schedule</h4>
<table style="font-size:0.85rem;">
<tr><td style="padding:6px 12px; border:none; color:var(--primary); width:70px;">09:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Morning standup — review Day 1 wins</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">09:30</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Stripe setup — products, prices, checkout</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">11:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Auth integration — sign-up, login, sessions</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">12:30</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Lunch / async check-in</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">13:30</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Feature sprint — build your core functionality</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">15:30</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Webhooks, edge functions, real-time data</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">17:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Production hardening — errors, logs, monitoring</td></tr>
</table>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ===== DAY 3 ===== -->
<section class="section">
<div class="highlight-box" style="margin-bottom:32px;">
<div style="display:flex; align-items:center; gap:14px; flex-wrap:wrap;">
<span style="background:var(--primary); color:#fff; font-weight:700; font-size:0.75rem; padding:4px 12px; border-radius:100px;">Day 3</span>
<h3 style="margin:0; color:#e2e2e8;">Polish & Launch — From Build to Ship</h3>
</div>
</div>
<div class="two-col" style="margin-bottom:24px;">
<div>
<p style="color:var(--text-secondary); font-size:0.95rem; line-height:1.7; margin-bottom:16px;">
Day 3 is launch day. You'll spend the morning polishing your product: performance optimisation, SEO metadata, analytics setup, and error monitoring. Your AI agent handles the grunt work — image optimisation, meta tags, sitemap generation, and Lighthouse score improvements — while you focus on the user experience.
</p>
<p style="color:var(--text-secondary); font-size:0.95rem; line-height:1.7; margin-bottom:16px;">
The afternoon is about going public. You'll set up a custom domain, configure CI/CD pipelines, add a status page, and prepare your launch checklist. We'll cover marketing basics: how to frame your product, where to post, and how to get your first users.
</p>
<p style="color:var(--text-secondary); font-size:0.95rem; line-height:1.7;">
The cohort ends with a launch showcase — every participant presents what they built. It's electric. You'll leave with a shipped product, recording of every session, and a community of fellow vibe coders who built alongside you. And you'll have the skills to do it again, solo, in a weekend.
</p>
</div>
<div>
<div style="background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.1); border-radius:12px; padding:20px; margin-bottom:16px;">
<h4 style="font-size:0.85rem; font-weight:600; color:var(--primary); text-transform:uppercase; letter-spacing:1px; margin-bottom:10px;">Tech Stack</h4>
<div class="tags" style="margin-top:0;">
<span>Analytics</span>
<span>SEO</span>
<span>Sentry</span>
<span>CI/CD</span>
<span>DNS</span>
<span>Vercel</span>
<span>GitHub Actions</span>
<span>PostHog</span>
</div>
</div>
<div style="background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.1); border-radius:12px; padding:20px;">
<h4 style="font-size:0.85rem; font-weight:600; color:var(--primary); text-transform:uppercase; letter-spacing:1px; margin-bottom:10px;">Daily Schedule</h4>
<table style="font-size:0.85rem;">
<tr><td style="padding:6px 12px; border:none; color:var(--primary); width:70px;">09:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Performance audit + AI-optimised fixes</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">10:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">SEO, analytics, and monitoring setup</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">11:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Custom domain, CI/CD, launch prep</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">12:30</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Lunch / launch checklist review</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">13:30</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Final polish and QA pass</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">15:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Launch showcase — each participant presents</td></tr>
<tr><td style="padding:6px 12px; border:none; color:var(--primary);">17:00</td><td style="padding:6px 12px; border:none; color:var(--text-secondary);">Closing — what's next, resources, community</td></tr>
</table>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ===== WHAT YOU'LL WALK AWAY WITH ===== -->
<section class="section">
<div style="text-align:center; margin-bottom:36px;">
<div class="section-label">Outcomes</div>
<h2>What You'll <span>Walk Away</span> With</h2>
<p class="subtitle" style="margin:0 auto;">Six concrete deliverables that make this cohort worth every dollar.</p>
</div>
<div style="max-width:800px; margin:0 auto;">
<div style="display:flex; gap:14px; align-items:flex-start; margin-bottom:18px; background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.08); border-radius:12px; padding:20px;">
<span style="color:#22c55e; font-size:1.3rem; font-weight:700;">✓</span>
<div>
<h4 style="font-weight:600; margin-bottom:4px;">A Fully Shipped Product</h4>
<p style="color:var(--text-secondary); font-size:0.9rem;">Not a prototype. Not a tutorial project. A real, deployed product on your own domain with auth, payments, and a database.</p>
</div>
</div>
<div style="display:flex; gap:14px; align-items:flex-start; margin-bottom:18px; background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.08); border-radius:12px; padding:20px;">
<span style="color:#22c55e; font-size:1.3rem; font-weight:700;">✓</span>
<div>
<h4 style="font-weight:600; margin-bottom:4px;">A Repeatable AI-Assisted Workflow</h4>
<p style="color:var(--text-secondary); font-size:0.9rem;">You'll know exactly how to set up, prompt, and manage AI agents for any future project. No more blank-page paralysis.</p>
</div>
</div>
<div style="display:flex; gap:14px; align-items:flex-start; margin-bottom:18px; background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.08); border-radius:12px; padding:20px;">
<span style="color:#22c55e; font-size:1.3rem; font-weight:700;">✓</span>
<div>
<h4 style="font-weight:600; margin-bottom:4px;">Production MCP Server Configuration</h4>
<p style="color:var(--text-secondary); font-size:0.9rem;">Your own MCP-powered toolchain, pre-configured and ready. Connect AI to your files, databases, APIs, and deployment pipeline.</p>
</div>
</div>
<div style="display:flex; gap:14px; align-items:flex-start; margin-bottom:18px; background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.08); border-radius:12px; padding:20px;">
<span style="color:#22c55e; font-size:1.3rem; font-weight:700;">✓</span>
<div>
<h4 style="font-weight:600; margin-bottom:4px;">Stripe & Auth Integration Experience</h4>
<p style="color:var(--text-secondary); font-size:0.9rem;">Hands-on experience wiring up real payment flows and authentication. The two hardest parts of any SaaS — done in hours, not weeks.</p>
</div>
</div>
<div style="display:flex; gap:14px; align-items:flex-start; margin-bottom:18px; background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.08); border-radius:12px; padding:20px;">
<span style="color:#22c55e; font-size:1.3rem; font-weight:700;">✓</span>
<div>
<h4 style="font-weight:600; margin-bottom:4px;">Full Recording Access</h4>
<p style="color:var(--text-secondary); font-size:0.9rem;">Every session recorded. Revisit any part of the curriculum on your own time. Share with your team.</p>
</div>
</div>
<div style="display:flex; gap:14px; align-items:flex-start; margin-bottom:18px; background:rgba(255,255,255,0.02); border:1px solid rgba(var(--primary-rgb),0.08); border-radius:12px; padding:20px;">
<span style="color:#22c55e; font-size:1.3rem; font-weight:700;">✓</span>
<div>
<h4 style="font-weight:600; margin-bottom:4px;">A Network of Vibe Coders</h4>
<p style="color:var(--text-secondary); font-size:0.9rem;">Private cohort community. You'll stay connected with the people who built alongside you — accountability partners for life.</p>
</div>
</div>
</div>
</section>
<div class="divider"></div>
<!-- ===== PREREQUISITES ===== -->
<section class="section" style="text-align:center;">
<div class="section-label">Prerequisites</div>
<h2>Bring an <span>Idea</span></h2>
<p class="subtitle" style="margin:0 auto 28px;">That's it. No gatekeeping. If you can describe what you want to build, you're ready.</p>
<div class="card-grid card-grid-3" style="max-width:800px; margin:0 auto;">
<div class="card" style="text-align:center;">
<span class="icon">🧠</span>
<h3>An Idea</h3>
<p>A problem you want to solve. A tool you wish existed. A SaaS you've been thinking about. Bring the concept — we'll build the rest.</p>
</div>
<div class="card" style="text-align:center;">
<span class="icon">💻</span>
<h3>A Laptop</h3>
<p>Any modern machine with a browser and internet connection. Everything runs in the cloud or through AI agents — no heavy local setup required.</p>
</div>
<div class="card" style="text-align:center;">
<span class="icon">🔥</span>
<h3>Willingness to Ship</h3>
<p>This is not a passive course. You'll be coding (or rather, vibe coding) in real time. Bring energy, curiosity, and a desire to build something real.</p>
</div>
</div>
<p style="color:var(--text-secondary); font-size:0.9rem; margin-top:24px;">
No prior AI experience needed. No specific tech stack required. We meet you where you are.
</p>
</section>
<div class="divider"></div>
<!-- ===== CTA ===== -->
<section class="cta-section">
<h2>Ready to Build?</h2>
<p>3 days. Live. Remote. You bring the idea, we bring the stack. Let's ship something great.</p>
<div style="display:flex; gap:14px; justify-content:center; flex-wrap:wrap;">
<a href="https://fr3k.gumroad.com/l/workshop-594" class="btn btn-primary" style="font-size:1.1rem; padding:16px 38px;">Join the Cohort — $594</a>
<a href="https://fr3k.gumroad.com" class="btn btn-secondary" style="font-size:1.1rem; padding:16px 38px;">Browse All Products</a>
</div>
</section>
<div class="divider"></div>
<!-- ===== EMBEDDED FAQ ===== -->
<section class="section">
<div style="text-align:center; margin-bottom:36px;">
<div class="section-label">FAQ</div>
<h2>Program <span>Questions</span></h2>
<p class="subtitle" style="margin:0 auto;">Everything you need to know before joining the cohort.</p>
</div>
<div class="accordion">
<div class="accordion-item">
<div class="accordion-header">
What exactly is "vibe coding"?
<span class="arrow">▼</span>
</div>
<div class="accordion-body">
<p>Vibe coding is the practice of building software primarily through natural language prompts to AI agents. You describe what you want — features, components, logic — and the AI writes the code. You review, iterate, and ship. It's not about writing less code; it's about writing the right code and letting AI handle the boilerplate. This cohort teaches you the workflow, the tooling (MCP, Claude, Cursor), and the mindset to ship production-grade products at 10x speed.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
Do I need to know how to code?
<span class="arrow">▼</span>
</div>
<div class="accordion-body">
<p>Some basic programming familiarity helps (you should know what a variable, function, and API are), but you don't need to be a senior engineer. The whole point of vibe coding is that AI handles the implementation details. Most participants have some web development experience; absolute beginners with strong determination have succeeded too. If you can describe a feature in plain English and recognise good code from bad, you're ready.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
What tools do I need to install beforehand?
<span class="arrow">▼</span>
</div>
<div class="accordion-body">
<p>We'll send a pre-cohort setup guide one week before. You'll need: a GitHub account, a Vercel account (free), a Supabase account (free), and a Claude/Anthropic account. We recommend installing Cursor or VS Code with the appropriate extensions. Everything else is configured during Day 1. The setup takes about 30 minutes total and we walk you through it.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
What time zone are the live sessions in?
<span class="arrow">▼</span>
</div>
<div class="accordion-body">
<p>Sessions run 09:00–17:00 ET (New York time) each day. All sessions are recorded and posted within 24 hours. If you can't make a live segment, you can catch up asynchronously. The cohort chat is active around the clock — fr3k and the community answer questions in between sessions.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
What if I can't finish in 3 days?
<span class="arrow">▼</span>
</div>
<div class="accordion-body">
<p>Most participants ship by end of Day 3, but we don't rush you. You get lifetime access to all recordings, the cohort chat, and any follow-up resources. You can keep building at your own pace. The goal is to finish with a shipped product — whether that's on day 3 or day 10 is up to you. Many participants use the weekend after the cohort for final polish.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
What's the refund policy?
<span class="arrow">▼</span>
</div>
<div class="accordion-body">
<p>Full refund within 7 days of purchase if you decide the cohort isn't for you. No questions asked. If you complete the cohort and haven't shipped, we'll work with you — we want every participant to walk away with a live product. Reach out via <a href="https://mcpintelligence.com.au">mcpintelligence.com.au</a> or DM fr3k directly.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
Can my team join together?
<span class="arrow">▼</span>
</div>
<div class="accordion-body">
<p>Absolutely. Team discounts are available for groups of 3 or more. Each participant needs their own seat, but we offer a bundled rate. Contact us via <a href="https://mcpintelligence.com.au">mcpintelligence.com.au</a> for team pricing. We can also run private cohorts for your organisation — reach out for details.</p>
</div>
</div>
<div class="accordion-item">
<div class="accordion-header">
What's included in the purchase price?
<span class="arrow">▼</span>
</div>
<div class="accordion-body">
<p>The $594 cohort fee includes: all 3 days of live instruction, the complete Starter Kit ($25), Bot Pack ($35), Memory Config ($45), Skill Pack ($40), and Pro Bundle ($149) — over $290 in product value included. You also get lifetime recording access, private cohort chat, and priority support. The only thing not included is third-party service costs (e.g., Stripe fees, Vercel Pro if you upgrade).</p>
</div>
</div>
</div>
</section>
<!-- ===== FINAL FOOTER CTA ===== -->
<section class="cta-section" style="border-top:none; padding-top:20px;">
<p style="color:var(--text-secondary); font-size:0.85rem;">
Still have questions? <a href="https://mcpintelligence.com.au" style="color:var(--primary);">Visit mcpintelligence.com.au</a> or DM for custom builds.
</p>
<div style="margin-top:16px;">
<a href="https://fr3k.gumroad.com/l/workshop-594" class="btn btn-primary">Join the Cohort — $594</a>
</div>
</section>
<!-- ===== FOOTER ===== -->
<footer class="footer">
<div class="footer-links">
<a href="index.html">Home</a>
<a href="program.html">Program</a>
<a href="pricing.html">Pricing</a>
<a href="products.html">Store</a>
<a href="about.html">About</a>
<a href="faq.html">FAQ</a>
<a href="contact.html">Contact</a>
<a href="https://fr3k.gumroad.com">Gumroad</a>
<a href="https://mcpintelligence.com.au">Website</a>
</div>
<p>© 2026 <a href="https://mcpintelligence.com.au">MCP Intelligence</a> — fr3k's AI Agent Consulting</p>
<p style="margin-top:6px;">Built with Claude + MCP • Vibe Coded in production</p>
</footer>
</div>
<script>
document.querySelectorAll('.accordion-header').forEach(h => {
h.addEventListener('click', () => {
h.parentElement.classList.toggle('open');
});
});
</script>
</body>
</html>