Skip to main content
Early access — new tools and guides added regularly

Hands-On AI Coding Guides

33 practical guides across 5 learning tracks. From your first terminal command to launching a business with Claude Code.

Follow a track from start to finish, or jump into any guide that interests you.

Showing 33 of 33 guides
🟢 Zero to Claude Code
Beginner
Getting Started with Claude Code
Install Claude Code, run your first conversation, and understand the permission model. Everything you need to go from zero to productive.
You will build: A working Claude Code installation and your first AI-assisted file edits
15 min
🟢 Zero to Claude Code
Beginner
Writing Effective CLAUDE.md Files
CLAUDE.md is the single most impactful thing you can add to a project. Learn the anatomy of a great one, see real examples, and avoid common mistakes.
You will build: A production-ready CLAUDE.md file for your own project
12 min|getting started
🟢 Zero to Claude Code
Beginner
Terminal Basics for AI-Assisted Development
The only terminal knowledge you need to be productive with Claude Code. Navigation, files, Git basics, and npm — explained for complete beginners.
You will build: Confidence navigating your terminal and managing projects from the command line
18 min
🟢 Zero to Claude Code
Beginner
Build Your First Automation with Claude Code
Write a script that automates a real task — renaming files, processing CSVs, or organising photos. Your first taste of AI-powered productivity.
You will build: A working automation script that saves you time on a real task
20 min|getting started
🟢 Zero to Claude Code
Beginner
Prompting Techniques for Claude Code
The difference between mediocre and exceptional Claude Code output is how you ask. Learn the prompting patterns that experienced users rely on daily.
You will build: A personal cheat sheet of prompting patterns you can reference in every session
15 min|getting started
🟢 Zero to Claude Code
Beginner
Debugging with Claude Code
Turn Claude Code into your debugging partner. Learn to describe bugs effectively, trace issues across files, and fix problems faster than ever.
You will build: A systematic debugging workflow you can apply to any project
14 min|getting started
🔵 Build Real Projects
Intermediate
Build a Personal Blog with Claude Code
Create a fast, beautiful blog with Next.js and Markdown. Deploy it to Vercel and have your own corner of the internet in under an hour.
You will build: A deployed personal blog at your own URL with markdown-powered posts
45 min|getting started
🔵 Build Real Projects
Intermediate
Build a REST API with Claude Code
Create a production-ready REST API with authentication, validation, and database persistence. Deploy it and use it from any frontend.
You will build: A deployed REST API with CRUD operations, auth, and API documentation
50 min|getting started
🔵 Build Real Projects
Intermediate
Build a High-Converting Landing Page
Design and build a landing page that converts visitors into signups. Learn the structure, copy patterns, and deployment strategy.
You will build: A deployed landing page with email capture, analytics, and A/B test readiness
35 min|getting started
🔵 Build Real Projects
Intermediate
Build a Chrome Extension with Claude Code
Create a useful Chrome extension from scratch — popup UI, content scripts, and Chrome APIs. Publish it to the Chrome Web Store.
You will build: A published Chrome extension that solves a real problem
40 min|getting started
🔵 Build Real Projects
Intermediate
Build a Slack Bot with Claude Code
Create an intelligent Slack bot that responds to commands, processes messages, and integrates with your team's workflow.
You will build: A deployed Slack bot installed in your workspace
40 min|getting started
🔵 Build Real Projects
Intermediate
Build and Publish a CLI Tool
Create a command-line tool that others can install with npm. Learn argument parsing, interactive prompts, and npm publishing.
You will build: A published npm package that anyone can install and use
35 min|getting started
🔵 Build Real Projects
Intermediate
Build a Real-Time Dashboard
Create a data dashboard with charts, filters, and live updates. Connect it to real data sources and deploy it for your team.
You will build: A deployed dashboard with charts, filters, and real-time data updates
50 min|getting started
🔵 Build Real Projects
Intermediate
Build a Transactional Email System
Set up a complete email system with templates, sequences, and delivery tracking. Use Resend and React Email for beautiful transactional emails.
You will build: A production email system with templates, sequences, and delivery tracking
35 min|getting started
🔴 Launch a Business
Intermediate
Validate Your Business Idea with AI Research
Before writing a line of code, use Claude Code to research your market, analyse competitors, and validate demand. Save weeks of wasted effort.
You will build: A validated business idea with market research, competitor analysis, and a one-page brief
30 min|getting started
🔴 Launch a Business
Advanced
Build a SaaS in a Weekend with Claude Code
The flagship guide. Take a business idea and build a complete, deployable SaaS product in a weekend using Claude Code. Authentication, database, UI, and billing included.
You will build: A fully functional SaaS application deployed to production with auth, database, and billing
120 min|getting startedclaude md
🔴 Launch a Business
Intermediate
Deploy to Production: Vercel, Railway, and Beyond
Take your project from localhost to the real internet. Learn deployment platforms, environment variables, domains, and monitoring.
You will build: Your application deployed to production with a custom domain, HTTPS, and monitoring
25 min|getting started
🔴 Launch a Business
Advanced
Add Payments with Stripe
Integrate Stripe for one-time payments, subscriptions, and metered billing. Handle webhooks, invoices, and subscription lifecycle.
You will build: A complete Stripe integration with checkout, webhooks, billing portal, and subscription management
40 min|getting started
🔴 Launch a Business
Intermediate
Set Up Email Onboarding and Marketing
Build an automated email sequence that converts signups into active users and active users into paying customers.
You will build: A 7-email onboarding sequence with open rate tracking and conversion analytics
30 min|getting started
🔴 Launch a Business
Intermediate
Launch Marketing: SEO, Social, and Content
Use Claude Code to build your marketing engine — SEO-optimised pages, social content, and a content pipeline that runs on autopilot.
You will build: An SEO-optimised site with 10+ content pages, social assets, and a content pipeline
35 min|getting started
🔴 Launch a Business
Intermediate
User Analytics and Growth Metrics
Track the metrics that matter. Set up analytics, build an internal dashboard, and make data-driven decisions about your product.
You will build: A custom analytics dashboard tracking signups, activation, retention, and revenue
30 min|getting started
🔴 Launch a Business
Advanced
Scale and Iterate: From MVP to Growth
Your product is live and has users. Now learn to iterate fast, handle scaling challenges, and build the features that drive growth.
You will build: A scaling roadmap with prioritised features, performance optimisations, and growth experiments
30 min|build saas weekend
🟣 Power User Workflows
Advanced
Hooks, Skills, and Custom Commands
Automate your workflow with hooks that trigger on file saves and edits, plus custom slash commands for reusable prompts.
You will build: A complete hooks and commands setup that auto-lints, auto-tests, and standardises your workflow
15 min|getting startedclaude md
🟣 Power User Workflows
Advanced
MCP Servers: Connect Claude Code to Everything
Model Context Protocol lets Claude Code talk to GitHub, Slack, databases, browsers, and more. Learn to set up and combine MCP servers.
You will build: Claude Code connected to GitHub, a database, and at least one other service via MCP
18 min|getting started
🟣 Power User Workflows
Advanced
Building Custom Agents and Sub-Agents
Design multi-agent architectures where a parent agent delegates to specialised sub-agents. Build a practical code review system.
You will build: A working multi-agent code review system that checks security, performance, and style in parallel
20 min|getting startedclaude md+1 more
🟣 Power User Workflows
Advanced
Claude Code for Teams: Worktrees, CI, and Shared Config
Deploy Claude Code across your team with shared configuration, git worktrees for parallel development, and CI/CD integration.
You will build: A team-ready Claude Code setup with shared config, CI integration, and parallel development workflows
15 min|getting startedclaude md+1 more
🟣 Power User Workflows
Advanced
Headless Agents: Claude Code on Autopilot
Run Claude Code unattended for background tasks — scheduled maintenance, nightly builds, automated refactoring, and monitoring.
You will build: A headless agent that runs nightly code maintenance tasks without human intervention
20 min|hooksteams
🟣 Power User Workflows
Advanced
Advanced Git Workflows with Claude Code
Master complex Git operations with Claude Code: interactive rebasing, bisecting bugs, managing monorepos, and automating release processes.
You will build: A Git workflow toolkit with automated PR descriptions, changelog generation, and release management
18 min|getting started
🟡 AI-Assisted Business Ops
Beginner
Data Analysis with Claude Code
Analyse CSV exports, spreadsheets, and databases without writing SQL or Python. Get insights from your business data in minutes.
You will build: An analysis report from your own business data with charts, trends, and recommendations
25 min|getting started
🟡 AI-Assisted Business Ops
Intermediate
Build a Content Production Pipeline
Use Claude Code to create a semi-automated content pipeline — from research and outline to draft, edit, and publish.
You will build: A content pipeline that produces blog posts, social updates, and newsletters from a single brief
30 min|getting started
🟡 AI-Assisted Business Ops
Intermediate
Business Process Automation
Automate repetitive business processes — invoice processing, report generation, data entry, and workflow orchestration.
You will build: 3 automated business processes that save 5+ hours per week
30 min|getting started
🟡 AI-Assisted Business Ops
Beginner
Replace Spreadsheets with Custom Tools
Build simple internal tools that replace complex spreadsheets. Better than Google Sheets, tailored to your exact workflow.
You will build: A custom internal tool that replaces your most painful spreadsheet
35 min|getting started
🟡 AI-Assisted Business Ops
Beginner
Build a Meeting Notes and Action Items System
Turn meeting transcripts into structured notes, action items, and follow-up emails. Never lose a decision or forget a to-do again.
You will build: An automated system that processes meeting transcripts into notes, action items, and follow-up emails
25 min|getting started
Want the conceptual foundations?
The Advanced level covers AI agents, automation, and coding concepts in depth with structured lessons and quizzes.
Go to Advanced level
Generate a CLAUDE.md file
Use our free tool to create a well-structured CLAUDE.md for your project in minutes.
Open CLAUDE.md Generator