How to Use This Academy
1. Pick One Project
Do not jump between projects. Finish one mission first.
2. Read the Mission
Understand what you are building and what success looks like.
3. Create Notebook Files
These are your project planning notes, stored inside your project folder.
4. Ask Claude Code
Use the phase prompts to build slowly and safely.
Project Academy
Learning Journey Save / Continue
Learner Profile
Mentor Review Signal
The app reviews your completed projects, quiz progress, hours, and notes to give a learning signal.
Certificates of Competency
Generate a learner certificate after completing the required projects in each level. This is an academy learning certificate, not an official Anthropic certification.
Beginner Certificate
Complete 5 beginner projects.
Intermediate Certificate
Complete 3 intermediate projects.
Advanced Certificate
Complete 2 advanced projects.
Resources and Connector Safety
Useful Resources
Claude Code: verify latest setup using official Anthropic docs and GitHub.
Web Basics: MDN Web Docs for HTML, CSS, JavaScript.
Git: learn git init, add, commit, and GitHub publishing.
Connector Rule
For Google, Stripe, Supabase, OpenAI, Anthropic, weather APIs, or any paid connector, do not place secret API keys directly inside a public HTML file. Use a backend or serverless function.