A useful route map
src/app/course/[track]/page.tsx // /course/frontend|backend
src/app/page.tsx // /
src/app/(dev)/examples/ // live labs (route group)
src/components/course/ // roadmap + topic UIThe (app) group organizes files but does not appear in the URL.