Mentor-Guided Learning Journey

Build Projects Step by Step with Confidence

A single HTML learning app that teaches what to build, why it matters, what files to create, what to ask Claude Code, what success looks like, and how to test your knowledge.

Start Academy How to Use

Clearer Than Templates

No confusing “copy this file” section. The Project Notebook now explains exactly what each file is, where it goes, and why it helps.

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.

Important: The Project Notebook files are not magic buttons. They are simple text files ending in .md. You create them inside your project folder so Claude Code can read your plan and help you better.

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.

StarterCurrent Signal
0Completed Projects
0Hours Logged

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.