43 lines
1.5 KiB
Markdown
43 lines
1.5 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 **6 separate micro-app projects**:
|
|
|
|
### Bolt apps (3)
|
|
|
|
- `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 (3)
|
|
|
|
- `lovable-ops-ui-kit/` — ops dashboard UI kit (Lovable-led design)
|
|
- `lovable-design-tokens-playground/` — design tokens playground + component previews
|
|
- `lovable-onboarding-flow/` — onboarding + settings wizard UI patterns
|
|
|
|
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/`
|