π A cute little mission control for your OpenClaw ~
FeiControl is a real-time dashboard that sits alongside your OpenClaw installation. It reads agents, sessions, memory, and logs straight from the filesystem β no extra backend needed!
Fork from TenacitOS π β see ATTRIBUTION.md
git clone https://github.com/your-org/feicontrol.git
cd feicontrol
npm install
cp .env.example .env.local # edit with your password & secrets βοΈThen run!
npm run dev # dev β http://localhost:3000
# or
npm run build && npm start # production β¨π‘ Set
OPENCLAW_DIRin.env.localif your OpenClaw isn't at the default~/.openclaw
π Dashboard β greeting, system health, agent team status & daily heartbeat
π Calendar β weekly view synced with Google Calendar & Tasks
π’ 3D Office β isometric office with cherry blossoms, agent desks & real-time activity feed
π’ 3D Office β Interior β peek inside your agents' workspace~
π’ 3D Office β Overview β full team overview with status dock
π Doc Viewer β browse & edit agent memory files (SOUL.md, TOOLS.md, etc.)
β° Cron Tasks β manage scheduled jobs with run history & manual triggers
π° Cost Analysis β daily cost trends, per-agent breakdown & budget tracking
- Node.js 18+ (tested with v22)
- OpenClaw running on the same host
- PM2 or systemd for production πΈ
| π§© Framework | Next.js 15 (App Router) |
| π¨ UI | React 19 + Tailwind CSS v4 |
| πΈ 3D | React Three Fiber + Drei |
| π Charts | Recharts |
| ποΈ Database | SQLite (better-sqlite3) |
- Fork & create a feature branch
- Keep secrets in
.env.local(gitignored~) - Open a PR π
See CONTRIBUTING.md for details!
MIT β see LICENSE
- OpenClaw
- OpenClaw Docs
- Issues β bugs & feature requests
- ATTRIBUTION.md β upstream credits