Lesson 44 of 2116
Capstone: Ship a Real Full-Stack AI-Assisted Project
The creators capstone. You scope, design, build, test, deploy, and document a real full-stack project using an agentic workflow — end to end.
Lesson map
What this lesson covers
Learning path
The main moves in order
- 1The Real Test
- 2capstone
- 3full-stack
- 4agentic workflow
Concept cluster
Terms to connect while reading
Section 1
The Real Test
This capstone is not a toy. You will ship a full-stack AI-assisted project from empty folder to live URL, with tests, CI, deploy, and a short technical write-up. The rubric rewards depth, judgment, and process — not just a working demo.
Project options (pick one)
- Habit tracker with analytics: auth, CRUD, charts, streaks, export
- AI-powered study buddy: upload notes, generate quizzes, track mastery
- Team standup bot: Slack integration, summarizes yesterday/today/blockers, stores history
- Expense dashboard: receipt upload, OCR, categorization, monthly report
- Open-source contribution: pick a real OSS project, ship one meaningful PR
Non-negotiable requirements
- 1Full stack: frontend + backend + database
- 2Authentication (not demo-grade — real sessions or JWTs)
- 3Automated tests with coverage >= 60% on business logic
- 4CI/CD: every push runs tests; main branch deploys automatically
- 5Deployed to a public URL (Vercel, Fly.io, Railway, Render — anywhere real)
- 6README with: problem statement, architecture diagram, setup steps, deploy steps
- 7Git history with at least 15 commits and descriptive messages
- 8A 5-minute video walkthrough (screen recording + narration)
The agentic workflow to follow
Seven focused days. Not seven intense days — regular days, with a plan.
Day 1 — Plan
Use Claude Code or Codex CLI to create a CLAUDE.md / AGENTS.md with:
- Stack choices and reasons
- Schema and API sketch
- First 10 tasks in priority order
Open a GitHub repo, push the plan as your first commit.
Day 2-3 — Scaffold
Agent scaffolds the backend (routes, DB, auth).
You review every file before committing.
Write tests for each route as you go.
Day 4-5 — Frontend
Prototype UI with v0 or Lovable, export to repo.
Or build in Cursor using shadcn/ui components.
Wire frontend to backend, end-to-end.
Day 6 — CI/CD
Set up GitHub Actions with test + lint + build.
Connect deploy previews (Vercel is easiest).
Add an AI release-notes action to every PR.
Day 7 — Polish and Record
Fix edge cases, improve error messages.
Write the README.
Record the video walkthrough.The three reviews that matter
Compare the options
| Review | By | When |
|---|---|---|
| Security red-team | A fresh AI session with red-team prompt | Before deploy |
| Code quality | Claude Code or Copilot review | On every PR |
| UX + accessibility | Human testers, at least 2 | Before the video |
The write-up that gets you hired
Your README or accompanying blog post should answer: what did the agent do well? Where did it fail and how did you recover? What did you design that it could not have generated? Interviewers love this because it signals self-awareness, and self-awareness is the rarest signal.
Grading rubric
- Working deployment: pass/fail
- Test coverage and CI green: pass/fail
- Code quality: readable, typed, no obvious security holes
- Judgment: can you articulate tradeoffs in the video?
- Process: git history shows thoughtful iteration, not one giant commit
- Documentation: someone could set up your project in 10 minutes
After the capstone
- 1Post the repo publicly with a strong README
- 2Share the demo link on LinkedIn with a before/after of what you learned
- 3Tag 3 engineers you admire and ask for honest feedback
- 4Pick your next project — the skill compounds only if you keep shipping
- 5Consider contributing back to an open-source tool you used in the build
“The future belongs to engineers who ship. AI just made shipping more accessible than ever.”
Key terms in this lesson
The big idea: you now have a complete AI-assisted engineering workflow — from planning with an agent through testing, deploying, and documenting. That's the baseline of an AI-literate engineer in 2026. Go build something that matters.
End-of-lesson quiz
Check what stuck
15 questions · Score saves to your progress.
Tutor
Curious about “Capstone: Ship a Real Full-Stack AI-Assisted Project”?
Ask anything about this lesson. I’ll answer using just what you’re reading — short, friendly, grounded.
Progress saved locally in this browser. Sign in to sync across devices.
Related lessons
Keep going
Creators · 50 min
AI-Assisted Code Review Workflows (for Teams)
Code review is the highest-leverage touchpoint in a team. Automating the noise with AI frees humans to focus on the irreducibly human parts. Let's design the workflow.
Creators · 75 min
Capstone: Build and Ship a Real Agent
Everything comes together. Design, code, test, secure, and ship a production-quality agent with open-source code you can fork today.
Creators · 50 min
Deploy Pipelines With AI in the Loop
AI belongs in CI/CD too. From PR previews to rollback judgment calls, agents can operate inside your pipeline safely — if you scope them right.
