# apps/ — Application Packages Three Vite + React apps, each independently buildable and dev-serveable. | App | Port | Package | Description | |-----|------|---------|-------------| | `docs` | 5173 | `@void-nav/docs` | Living design docs, 16 doc pages, 14 interactive demos, game-slice prototype | | `game` | 5175 | `@void-nav/game` | Playable single-player game client connected to SpacetimeDB backend | | `site` | 5174 | `@void-nav/site` | Public landing page / marketing site | ## Shared - All use Tailwind CSS v4 and `@void-nav/ui` for shared primitives - All use Vite 7 as build tool - All use React 18 with TypeScript 5.8 - `docs` and `game` also use Three.js + React Three Fiber for 3D scenes