A collection of hands-on webinar projects built with Claude Code. Each tutorial is a self-contained project with full documentation, working code, and step-by-step guides.
| Date | Project | Description |
|---|---|---|
| 2026-04-03 | Live Dashboard with Claude Code | Build a personal business command center — manage leads, invoices, and projects across all your businesses from one dashboard. Powered by Google Drive, Sheets, Gmail, Calendar, and OpenAI. |
Each project inside webinar-demos/ is fully self-contained:
- README.md — What the project is, quick start, architecture overview
- CLAUDE.md — Project context file for Claude Code (read automatically on session start)
- Getting_Started.md — Step-by-step setup for first-timers
- finished_product/ — The complete working application
Navigate into any project and follow its README to get started.
Create a new directory under webinar-demos/ using the naming convention:
webinar-demos/
├── live_dashboard_claude_code-2026-04-03/
├── your_next_webinar-YYYY-MM-DD/
└── ...
Each webinar should include at minimum:
README.md— Overview and quick startCLAUDE.md— Project context for Claude CodeGetting_Started.md— Setup guidefinished_product/— Working code