Skip to main content
Routes
- Discord →
https://discord.gg/A3UAfYvnxM - Twitter →
https://twitter.com/dspacegame - GitHub →
https://github.com/democratizedspace/dspace - Quests:
/quests/create,/quests/manage,/quests/:pathId/:questId,/quests/:id/edit - Items:
/inventory/create,/inventory/manage,/inventory/item/:itemId/edit - Processes:
/processes/create,/processes/manage,/processes/:processId/edit - Bundles:
/bundles/submit - Save portability:
/gamesaves,/cloudsync,/contentbackup - Progress visibility:
/stats,/achievements,/titles,/leaderboard - Configuration/tools:
/settings,/toolbox - Debug:
/debug - Docs:
/docs/:slug - Quest detail:
/quests/:pathId/:questId - Quest completion view:
/quests/:pathId/:questId/finished - Process detail:
/processes/:processId - Inventory detail:
/inventory/item/:itemId - Shop flow:
/shop/buy/:itemId/:count,/shop/sell/:itemId/:count - More → Processes opens /processes.
- More → Import/export gamesaves opens /gamesaves.
- More → Cloud Sync opens /cloudsync.
- More → Custom Content Backup opens /contentbackup.
- More → Guilds is marked Coming soon (no navigation yet).
- More → Stats opens /stats.
- More → Achievements opens /achievements.
- More → Leaderboard opens /leaderboard.
- More → Locations is marked Coming soon (no navigation yet).
- More → Titles opens /titles.
- More → Toolbox opens /toolbox.
- More → Settings opens /settings.
- More → Discord opens https://discord.gg/A3UAfYvnxM.
- More → Twitter opens https://twitter.com/dspacegame.
- More → Github opens https://github.com/democratizedspace/dspace.
- Quests page → Manage button opens /quests/manage.
- Quests manage page → Create button opens /quests/create.
- Inventory page → Manage button opens /inventory/manage.
- Inventory manage page → Create button opens /inventory/create.
- Processes page → Manage button opens /processes/manage.
- Processes manage page → Create button opens /processes/create.
DSPACE Routes (v3)
This page lists canonical player-facing routes for v3 and mirrors the runtime menu config.
Use this as the docs-facing companion to docs/ROUTES.md.
Top navigation (pinned)
| UI label | Route |
|---|---|
| Home | / |
| Quests | /quests |
| Inventory | /inventory |
| Energy | /energy |
| Wallet | /wallet |
| Profile | /profile |
| Docs | /docs |
| Chat | /chat |
| Changelog | /changelog |
More menu (unpinned)
| UI label | Route | Status |
|---|---|---|
| Processes | /processes | live |
| Import/export gamesaves | /gamesaves | live |
| Cloud Sync | /cloudsync | live |
| Custom Content Backup | /contentbackup | live |
| Guilds | /guilds | coming soon |
| Stats | /stats | live |
| Achievements | /achievements | live |
| Leaderboard | /leaderboard | live |
| Locations | /locations | coming soon |
| Titles | /titles | live |
| Toolbox | /toolbox | live |
| Settings | /settings | live |
External links in the More menu:
Content authoring and management routes
Utility routes and diagnostics
Dynamic route patterns
Canonical click-path navigation strings
Link-checking behavior
Internal markdown links are validated by scripts/link-check.mjs without starting the dev server.
Dynamic segments are resolved against Astro file routes.
node scripts/link-check.mjs
