ai-coding-primer
Health Pass
- License — License: MIT
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 77 GitHub stars
Code Warn
- network request — Outbound network request in starter/src/modules/profile.ts
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
An open-source guidebook and starter kit for building full-stack products with Claude Code and Cloudflare — for designers, founders, and anyone blocked by the technical wall
Intro to Full-Stack AI Product Development
An open-source guidebook and starter kit for building real products with Claude Code and Cloudflare — written for designers, founders, PMs, researchers, hobbyists, and anyone with ideas who's been blocked by the technical wall.
☝️ This video walks through the entire onboarding and sample project
I want to be clear - what I'm sharing is highly technical and the ideas shared have taken me years to learn and understand. What's changed is Claude, as helper, problem-solver, and guide, allows you to navigate nearly anything that comes your way. I tried to make the onboarding process as simple as I could, but my first dry-run was a complete failure - that said, Claude was able to figure out and correct for every issue. Once you have Claude running, just ask for help at any step.
🔄 Updated July 2026
The guide was refreshed to keep every model, price, command, and version current. Highlights:
- Models: now built around Claude Opus 4.8 (coding) and Sonnet 5; API-pricing appendix adds Fable 5 and Sonnet 5's introductory pricing.
- Install: Claude Code now uses the native installer (
curl … | bash/ PowerShell), with npm kept as a fallback.- New guidance: set Medium effort for most coding (faster, fewer tokens), and use
/compactbetween major tasks to keep sessions fast and cheap.- Claude Code reference: corrected the slash-command and keyboard-shortcut lists to match current Claude Code.
- Cloudflare: starter migrated to
wrangler.jsonc(Cloudflare's recommended format); refreshed free-tier limits, Workers AI models (Llama 4, FLUX.2), and Vectorize pricing.- Third-party: updated Google image-model and Deepgram/Cartesia pricing.
Full change log:
docs/2026-07-refresh-findings.md.
Start Reading
Or jump straight to the TL;DR Fast Track if you want to start building now.
What's Here
ai-coding-primer/
├── guidebook/ # The guidebook — one chapter per file, read it like a book
├── starter/ # Starter project template (what you'll clone)
├── assets/ # Images and diagrams
├── docs/ # Working notes and plans (project memory)
└── _authoring/ # Editorial materials (outlines, research, notes)
The Guidebook
| # | Chapter | Description |
|---|---|---|
| 00 | TL;DR | Seven steps to a deployed app |
| 01 | About the Author | Who wrote this and why |
| 02 | The Landscape | What changed and the mental model |
| 03 | Setting Up | Installing your workshop |
| 04 | The Cloud | Cloudflare and your first deploy |
| 05 | Building | Your first feature, end to end |
| 06 | Daily Practice | The ongoing rhythm of building |
| 07 | Where This Is Going | What comes next |
| 08 | Appendices | Claude Code features, AI models & pricing, Cloudflare free tier, links, glossary, troubleshooting |
The Stack
This guide teaches one specific, opinionated stack:
- Claude Code (Opus 4.8) — Your AI coding partner, in the terminal
- Cloudflare Workers — Where your code runs (free tier gets you far)
- Hono — Web framework for the edge
- Tailwind + DaisyUI — Styling without writing CSS
- HTMX + Alpine.js — Interactivity without a framework
- D1 — SQLite database, zero config
- R2 — File storage, zero egress fees
- Vectorize — Vector database for smart search and RAG
Status
The guidebook, the a-primer-skills plugin, and the starter template are all live and in active use. Content is kept current as the tools evolve — see docs/ for recent update notes. Corrections and contributions welcome.
Contributing
See CONTRIBUTING.md for how to help — from fixing typos to suggesting new content.
License
MIT — Use it, share it, build on it.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found