Breadboard Academy
A guided, in-browser course that teaches absolute beginners how classic 8-bit computers actually work by writing and running BASIC and 6502 assembly on emulators with an AI tutor that explains each line in plain English.
Adult hobbyists and high-school students who want to understand how old computers worked without buying hardware
- Step-by-step lessons (e.g., 'make a sprite bounce', 'read the keyboard buffer') that run code live in a built-in emulator
- AI tutor that explains any line of BASIC or 6502 assembly in plain English and answers 'why did this break?'
- Side-by-side view of the same program running on C64, ZX Spectrum, and KC85 to show how the hardware shapes the code
- Auto-generated weekly challenges with starter code and a leaderboard of community solutions
Tiny Emulators makes the hardware trivially accessible but offers no narrative; pairing these emulators with a guided curriculum turns a curiosity hit into a sustained learning product.
Niche but proven audience: Easy 6502 (free, ~2011 era) remains a canonical reference and Pikuma's 'Atari 2600 assembly' is Udemy's top-rated assembly course — demand exists but is a small hobbyist/CS-edu niche, not a mainstream one.Easy 6502 by skilldrick - GitHub Pages ↗10 Best Assembly Language Courses On Udemy (2025) ↗
AI-tutor + guided narrative + in-browser emulator combo is unoccupied, but free/established alternatives (Easy 6502, ChibiAkumas, Hackr tutorials) cover the content well — only the pedagogical wrapper is new.Assembly Tutorials: Learn 6502 Assembly Programming... With ChibiAkumas! ↗Easy 6502 — Learn Assembly Language - Hackr ↗
Comparable Udemy assembly courses sell in the $40–100 range with modest enrollments; strong free alternatives (Easy 6502, ChibiAkumas YouTube) cap willingness to pay in a hobbyist TAM likely in the low thousands annually.10 Best Assembly Language Courses On Udemy (2025) ↗Top Assembly Language Courses Online - Updated [July 2026] - Udemy ↗
Retro-computing enthusiasm has persisted for 15+ years with a dedicated community; 6502/BASIC curriculum remains a stable CS-education niche unlikely to churn quickly.The Retro Hacker - Everything Retro Computing ↗Tiny Emulators | Hacker News ↗
Tiny Emulators is open-source and embed-ready; wrapping it with an LLM-based tutor and authoring a guided curriculum is straightforward with no infra or hardware burden.Tiny Emulators - GitHub Pages ↗