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

✍️ OpenClawRadar📅 Published: February 26, 2026🔗 Source
Claude Academy: A Free Coding Bootcamp That Runs Inside Claude Desktop
Ad

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.

Ad

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

Ad

👀 See Also

Lore: MCP Server That Shares AI Agent Session History Across Tools
Tools

Lore: MCP Server That Shares AI Agent Session History Across Tools

Lore is an MCP server that indexes AI agent sessions into a local SQLite store, letting any agent—regardless of tool—access another's session history. Fresh client sessions, no shared context, yet agents can pull up past conversations on demand.

OpenClawRadar
Claudetop: Real-Time Cost Monitoring for Claude Code Sessions
Tools

Claudetop: Real-Time Cost Monitoring for Claude Code Sessions

Claudetop is an htop-like tool that shows real-time spending, cache efficiency, and model comparisons for Claude Code sessions. It provides slash commands like /claudetop:stats and smart alerts for cost milestones and efficiency issues.

OpenClawRadar
certctl: Self-hosted certificate lifecycle platform with 78 API endpoints for AI agent automation
Tools

certctl: Self-hosted certificate lifecycle platform with 78 API endpoints for AI agent automation

certctl is a self-hosted certificate lifecycle platform built with Go and TypeScript that exposes 78 REST API endpoints for certificate management. The platform is issuer-agnostic and target-agnostic, with an MCP server planned to expose all functionality as native MCP tools.

OpenClawRadar
OpenClaw developer builds unified memory system for AI agents
Tools

OpenClaw developer builds unified memory system for AI agents

A developer has built a 15-tool unified memory system for OpenClaw AI agents that combines structured facts, vector search, entity graphs, episode timelines, hierarchical compression, and event-driven coordination. The system runs locally without cloud dependencies or monthly fees.

OpenClawRadar