💖 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