Worldshaper/docs/kb/systems/launcher-home.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

# Launcher Home
2026-06-27 01:12:35 -04:00
## What It Owns
2026-06-27 01:12:35 -04:00
The launcher is the public-facing web shell for Worldshaper. It handles editor launch, launch presentation, release notes, repo navigation, and the visible request board entry point.
2026-06-27 01:12:35 -04:00
## Core Behaviors
- Open the editor in a separate floating window.
- Show the release/news presentation.
- Show the Requests board.
- Swap between public request browsing and protected admin review mode.
- Present launcher artwork and page-level theming.
## Important Files
- `src/WorldshaperLauncher.tsx`
- `src/index.css`
- `src/worldshaperStudio/windowing.ts`
2026-06-27 01:12:35 -04:00
## Important UI Surfaces
2026-06-27 01:12:35 -04:00
- Hero launch card
- News tab
- Requests tab
- Protected admin unlock flow
2026-06-27 01:12:35 -04:00
## Relationships
2026-06-27 01:12:35 -04:00
- Depends on `Floating Window Shell` for popup launch behavior.
- Depends on `Request Board` for request intake and moderation UI.
- Intersects with `Website` and `Polish` requests more than the editor-runtime systems do.
2026-06-27 01:12:35 -04:00
## Triage Hints
2026-06-27 01:12:35 -04:00
Requests about the landing page, launch flow, background presentation, release content, public request visibility, and repo-linking should start here.