Claude Academy: A Free Coding Bootcamp That Runs Inside Claude Desktop

Claude Academy is a free coding bootcamp that runs inside Claude Desktop's Code tab. The developer behind it has been running free coding bootcamps for seven years and built this system to make learning accessible at the cost of a Claude Pro license ($18/month).
How It Works
Users download a zip file, open it in Claude Desktop with the "Code" tab, and type /learn. Claude picks up exactly where users left off each session—no login, platform, or dashboard required.
Three Core Commands
/learn— AI tutor delivers the next lesson, runs exercises in real time, and only moves on when the user is ready/progress— shows completion percentage, current streak, and next milestone across all 64 lessons/homework— at the end of each phase, users build something real instead of taking a quiz
Curriculum Structure
The bootcamp consists of 9 phases with 64 lessons total, organized in competency order rather than topic order. The curriculum progresses through:
- Web fundamentals
- JavaScript
- React
- Astro
- Tailwind
- Portfolio building
- Git
- Deployment
Users cannot proceed to React until they understand JavaScript, with each step earning the next.
Output and Approach
The system produces a deployed portfolio site with a full git history showing the entire learning journey and base Claude Code skillset. The developer describes it as "a structured instructional system that runs inside Claude" where the tutor waits for users, adapts when concepts aren't landing, and keeps progress automatically.
The bootcamp is currently in beta, and the developer is seeking feedback from users who go through it. The system is built on what the developer calls "Skill-based learning," a framework they plan to extend to intermediate-level AI agent building and expert usage of Claude for senior engineers managing legacy migrations.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code vs OpenCode: Key Technical Differences a Developer Found
A developer compares Claude Code and OpenCode on context, memory, tool use, subagents, permissions, safety, and model flexibility, concluding Claude Code still wins for production repos.

Tokenmeter: Free Windows App to Track Claude Code Token Usage Offline
Tokenmeter is a free, open-source Windows app that reads local Claude Code .jsonl files to show token usage, estimated costs, cache savings, and a 90-day activity heatmap — all offline.

RescueBot: Telegram-based backup and restore for OpenClaw bots
RescueBot is a lightweight skill that automatically snapshots OpenClaw bot configurations and enables one-tap restore via Telegram commands, eliminating the need for SSH access during failures.

Sovr MCP Proxy adds safety layer to prevent LLM destructive commands
A developer built sovr-mcp-proxy after a local LLM nearly executed rm -rf on their home folder. The tool intercepts commands before execution and blocks destructive patterns including rm -rf, DROP TABLE, curl | sh, and chmod 777.