A guided, interactive environment that teaches you how to use the terminal and build real projects with AI assistance. No prior experience needed.
LaunchPad wraps a real terminal in a two-panel browser UI. You type real commands on the left; an AI mentor explains what's happening on the right.
Most people struggle to get started with Claude Code because they've never used a terminal before. LaunchPad solves that. Three course tracks take you from "what's a terminal?" to CLAUDE.md best practices and MCP integrations — all in a guided, step-by-step experience that runs on your own machine.
Three pillars that make LaunchPad different from watching yet another tutorial video.
No simulations or sandboxes. LaunchPad runs a real shell on your machine. Every command you type creates real files and produces real results. You learn the actual tool, not a toy version.
An always-on AI assistant that explains every command in plain language as you go. Confused about what just happened? The mentor panel breaks it down — no jargon, no assumptions about what you know.
Structured, step-by-step tracks that take you from zero to confident. Each course is broken into clear phases with progress tracking, so you always know where you are and what's next.
Whether you've never opened a terminal or you're an experienced dev exploring Claude Code, there's a track for you.
~30 minutes
~15 minutes
~10 minutes
LaunchPad runs locally on your machine. Clone the repo, install dependencies, and you're in.
# One-line install — clones, installs, and starts LaunchPad
curl -fsSL https://raw.githubusercontent.com/vvrsh29/NTHSHAckathon/main/setup.sh | bash
git clone https://github.com/vvrsh29/NTHSHAckathon.git launchpad
cd launchpad
npm install
npm run dev
Then open http://localhost:3000 in your browser. That's it.
Requires Node.js 18+ and an Anthropic API key (set as ANTHROPIC_API_KEY env var).
Pull the repo and install dependencies with npm. Takes about 30 seconds.
Export your Anthropic API key as an environment variable, or enter it in the app during onboarding.
Pick your track, follow the guided steps, and build something real with Claude Code.