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

ApexClaw: Open-Source Telegram AI Agent with 85+ Tools for Web Automation, Voice, and Email
Tools

ApexClaw: Open-Source Telegram AI Agent with 85+ Tools for Web Automation, Voice, and Email

ApexClaw is an open-source Telegram AI agent written in Go that provides 85+ built-in tools including web browsing with headless Chrome, voice note processing, Gmail integration, and shell script execution. It's self-hosted and uses the z.ai engine for reasoning.

OpenClawRadar
Open Source AI Memory Storage for NodeJS Projects
Tools

Open Source AI Memory Storage for NodeJS Projects

Mind Palace is an open source memory storage and retrieval system for NodeJS that persists information across LLM chat sessions. It supports major LLMs and vector stores, automatically extracting and vectorizing summarized memories from interactions.

OpenClawRadar
Local Trello-style project manager for OpenClaw agents using markdown files
Tools

Local Trello-style project manager for OpenClaw agents using markdown files

A developer built a local Trello board for managing projects with OpenClaw agents, using Node.js + Express for the API, React + react-trello for the UI, and markdown files with YAML frontmatter as the data layer. The system runs on the OpenClaw machine and is accessed locally, with agents reading/writing card files directly on the filesystem.

OpenClawRadar
Beagle SCM: A Source Code Management System That Stores AST Trees
Tools

Beagle SCM: A Source Code Management System That Stores AST Trees

Beagle is an experimental source code management system that stores abstract syntax trees instead of binary blobs, using a CRDT-ish data format called BASON and backing storage with key-value databases like RocksDB.

OpenClawRadar