Getting Started
Routes and Pages
Human-readable map of Urmate public, dashboard, study, instructor, chat, and tool routes.
Routes and Pages
Public and Auth
| Route | Purpose |
|---|---|
/ | Public home. |
/pricing | Pricing page. |
/auth/login | Login. |
/auth/register | Registration. |
/auth/forgot-password | Password recovery. |
/auth/check-email | Email check. |
/auth/verify-code | Verification code. |
/project/[id] | Project page. |
/project/[id]/preview | Project preview. |
/refer/[code] | Referral route. |
/u/[username] | User profile. |
/instructor-rules | Public instructor rules. |
/terms/instructor | Instructor terms. |
/mini-games/[slug] | Public mini-game. |
Main Dashboard
| Route | Purpose |
|---|---|
/dashboard | Main workspace. |
/dashboard/projects | Projects. |
/dashboard/templates | Templates. |
/dashboard/import | Import hub. |
/dashboard/import/[source] | Import source. |
/dashboard/builder | Builder entry. |
/dashboard/builder/[builderid] | Builder workspace. |
/dashboard/settings | Settings. |
/dashboard/help | Help center. |
Study
| Route | Purpose |
|---|---|
/dashboard/study | Study home. |
/dashboard/study/instructors | Find Instructor. |
/dashboard/study/instructors/[slug] | Instructor profile. |
/dashboard/study/library | Library. |
/dashboard/study/courses | Courses. |
/dashboard/study/courses/[slug]/learn | Learning page. |
/dashboard/study/boards | Boards. |
/dashboard/study/collections | Collections. |
/dashboard/study/podcasts | Podcasts. |
/dashboard/study/communities | Communities. |
/dashboard/study/playgrounds | Playgrounds. |
/dashboard/study/store | Store. |
/dashboard/study/progress | Progress. |
/dashboard/study/copilot | Copilot. |
Instructor
| Route | Purpose |
|---|---|
/dashboard/study/instructor | Instructor home. |
/dashboard/study/instructor/[...section] | Instructor sections. |
/dashboard/study/instructor/application | Application. |
/dashboard/study/instructor/apply | Application alias. |
/dashboard/study/instructor/become | Application alias. |
Chat
| Route | Purpose |
|---|---|
/dashboard/chat | Chat home. |
/dashboard/chat/[chatid] | Conversation. |
/dashboard/chat/agent | Channel agents. |
/dashboard/chat/channels | External channels. |
/dashboard/chat/tasks | Task board. |
/dashboard/chat/tasks/[taskId] | Task workroom. |
/dashboard/chat/community | Community marketplace. |
/dashboard/chat/community/[kind]/[identifier] | Marketplace item detail. |
/dashboard/chat/prompts | Prompt library placeholder. |
Tools
| Route | Purpose |
|---|---|
/dashboard/xrouter | XRouter. |
/dashboard/aitutorbuddy | AI Tutor Buddy. |
/dashboard/circles | Circles. |
/dashboard/cloudinfrastructure | Cloud Infrastructure. |
/dashboard/game-builder | Game Builder. |
/dashboard/code-tutor | Code Tutor. |
/admin | Platform Admin. |

