50 lines
1.8 KiB
Markdown
50 lines
1.8 KiB
Markdown
# UX Lab (Delegation Pack)
|
|
|
|
This folder is intentionally **greenfield** and exists to let external UI/UX generation tools (Bolt, Lovable) create high-quality Next.js UI “micro-apps” that we can later cross-pollinate into:
|
|
|
|
- `dashboards/admin-web`
|
|
- `dashboards/tracker-web`
|
|
- product web apps (ChronoMind/JarvisJr/etc.)
|
|
|
|
## Principles
|
|
|
|
- UI/UX heavy
|
|
- No backend dependency (mock data / local JSON / localStorage)
|
|
- No changes outside each micro-app folder
|
|
- No changes to platform-service / auth / Cosmos
|
|
|
|
## Micro-apps
|
|
|
|
This folder contains multiple micro-app projects:
|
|
|
|
### Bolt apps
|
|
|
|
- `bolt-ops-ui-kit/` — reusable ops dashboard patterns (tables, filters, states, drawers)
|
|
- `bolt-timeline-studio/` — timeline/scheduler builder UI patterns
|
|
- `bolt-telemetry-explorer/` — local-only telemetry explorer UI patterns
|
|
|
|
### Lovable apps
|
|
|
|
This folder contains multiple Lovable-led micro-app projects:
|
|
|
|
- `lovable-design-tokens-playground/` — design tokens playground + component previews
|
|
- `lovable-onboarding-flow/` — onboarding + settings wizard UI patterns
|
|
- `lovable-notify-states-kit/` — notifications (toasts/banners) + loading/empty/error states kit
|
|
- `lovable-settings-ux-kit/` — settings page UX kit (layout, autosave, danger zone)
|
|
|
|
This folder also contains additional Bolt-led micro-app projects:
|
|
|
|
- `bolt-command-palette-kit/` — command palette + keyboard shortcuts kit
|
|
|
|
Each micro-app folder contains a single `PROMPT.md`.
|
|
|
|
Copy/paste the prompt into the respective tool and keep all changes scoped to that micro-app folder.
|
|
|
|
## Deprecated (do not use for new work)
|
|
|
|
The following folders were an earlier experiment that bundled both prompts per concept. They are kept for reference, but new work should use the 6 dedicated apps above:
|
|
|
|
- `ops-ui-kit/`
|
|
- `timeline-studio/`
|
|
- `telemetry-explorer/`
|