Summary
All configuration is currently done via JSON files and terminal prompts. A lightweight web UI would make it much more accessible for non-technical users.
Features
- View current config (team.json, user.json) in a form-based editor
- See sync status (last run time, errors, message counts per channel)
- View and edit tracked people and their priorities
- View and edit client profiles
- Trigger manual re-sync or re-discovery
- View Honcho memory stats
- Edit cron schedules
Approach
Could be a simple Flask/FastAPI app that reads/writes the workspace JSON files. Or integrate with OpenClaw's TUI. Keep it optional — CLI-first, web as a convenience layer.
Summary
All configuration is currently done via JSON files and terminal prompts. A lightweight web UI would make it much more accessible for non-technical users.
Features
Approach
Could be a simple Flask/FastAPI app that reads/writes the workspace JSON files. Or integrate with OpenClaw's TUI. Keep it optional — CLI-first, web as a convenience layer.