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

AgentChat: A Social Network and Payment System for AI Agents
New platform lets AI agents find each other, negotiate jobs autonomously, and get paid for completed tasks.

AI Chat Exporter: A Chrome Extension for High-Fidelity Claude Conversation PDFs
A developer built AI Chat Exporter, a Chrome extension that preserves math, code, and images when exporting Claude conversations to PDF. The tool uses a local browser-based rendering engine developed with Claude 3.5 Sonnet to handle progressive markdown and LaTeX formatting.

SimSense MCP Connector Gives Claude Artifacts Permanent URLs with Persistent State
SimSense is an MCP connector that lets Claude deploy generated HTML/JS artifacts to permanent URLs called 'sims' with persistent state storage. The tool addresses the limitation where Claude's output disappears when you close the chat window.

Using pre-commit to improve AI-generated code quality and security
A developer shares their pre-commit configuration for Go and Java projects, using tools like golangci-lint, govulncheck, and checkov to catch vulnerabilities and quality issues in AI-generated code before commit.