Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.44 KB

File metadata and controls

43 lines (29 loc) · 1.44 KB

Webinars

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.


Webinar Demos

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.

How to Use This Repo

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.


Adding a New Webinar

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 start
  • CLAUDE.md — Project context for Claude Code
  • Getting_Started.md — Setup guide
  • finished_product/ — Working code