What's new
Notable additions, changes, and removals. Newest first.
-
Added
- 4-level skill tree with locked/unlocked/current/completed states.
- Foundation track: Start here, AI-first mindset, AI-first principles, Agents 101.
- Level 2 tracks: Chat agents (Chat agents, Claude, Skills, Gemini, NotebookLM), Tips and tricks (Talking to your AI, Image and screen input, AI on your phone, Asking better questions).
- Level 3 placeholders: Personal productivity, Vibe coding, Building your own tools.
- Auth0 sign-in (Google), per-user progress in DynamoDB.
- Track badges in the top bar; certificate of completion at /certificate.
- Mobile vertical-list tree below 700px; mobile-friendly course pages.
- LLM-friendly endpoints: /llms.txt, /llms-full.txt, /course/<id>.md, plus alternate-markdown link in every course head.
- Cookie consent banner with category toggles.
Changed
- Astro-based static site with React islands, replacing the V1 vanilla-JS bundle.
- Course content as MDX in src/content/courses/, replacing inline JS modules.
- Progress backed by DynamoDB with localStorage as cache, replacing localStorage-only.
Removed
- V1 three-part HTML structure (index.html, part-1.html, part-2.html, part-3.html, homepage.html).
- V1 modules/, quizzes/, js/, css/ directories.
- V1 build.sh / deploy.sh / build-config.sh shell scripts.
- Bootcamp guide HTML bundles (bootcamp-guide-internal/, bootcamp-guide-external/).