#12975: Config Builder: align with existing OpenClaw web UI stack
agents
maintainer
Cluster:
UI and Model Management Enhancements
## Summary
- switch the config-builder plan away from Next.js/Tailwind to the same stack as the OpenClaw web UI (`ui/`)
- bootstrap `apps/config-builder/` as a workspace package placeholder
- add `apps/*` to the pnpm workspace so implementation can start in this branch
- implement Phases 0–6 in vertical slices:
- schema/browser compatibility spike
- explorer scaffold + typed field rendering
- persisted sparse config state + JSON5 preview
- real-time validation with field/section error UX
- wizard mode (7 curated steps)
- landing + hash routing + responsive preview drawer + static-host config
## Run in dev mode (for now)
```bash
pnpm --filter @openclaw/config-builder dev
```
## Notes
- planning details are maintained in `.local/config-builder-spec.md`
- draft PR opened before implementation, per request
- this is still a draft; UX iteration is expected before merge
## What is next
- UX improvement pass (scheduled for tomorrow), including:
- tighter visual hierarchy and spacing
- better complex/nested editor affordances
- improved field grouping/collapse behavior
- polish around validation messaging and action flows
- continue strengthening focused UI tests around wizard/explorer interactions
Most Similar PRs
#6624: Web Configure Wizard: channels + skills + agent runtime + diff + do...
by Oruga420 · 2026-02-01
63.9%
#18676: feat: add patch-ui.sh
by jasonkneen · 2026-02-16
61.7%
#8137: feat: openclaw-env hardened sandbox generator (MVP)
by krahimov · 2026-02-03
61.4%
#13838: UI: fix config panel CI failures and modularize rendering
by fresed05 · 2026-02-11
61.3%
#10802: feat: add ui.waitingPhrases config for custom spinner verbs
by eyekron · 2026-02-07
60.1%
#20619: docs: add Community Projects section with OpenClaw Dashboard
by actionagentai · 2026-02-19
59.8%
#11663: fix: prevent config page header overlap with settings form
by shogunsea · 2026-02-08
59.2%
#20498: UI: modularize control UI architecture and normalize spacing.
by MAGE-VOID · 2026-02-19
59.1%
#16301: fix: preserve custom config keys during configure wizard
by superlowburn · 2026-02-14
58.9%
#18713: feat(extensions): add BlockRun LLM provider with ClawRouter integra...
by 1bcMax · 2026-02-17
58.6%