OpenClaw Mission Control Dashboard built with Next.js 16 and TypeScript.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
- Dark theme dashboard with gradient background
- 5 functional modules: Agents, Tasks, Projects, Calendar, Pipeline
- Mission tracking with progress indicators
- Custom tools management panel
- Responsive design for mobile access
This project is configured for static export and can be deployed to:
- GitHub Pages
- Vercel
- Netlify
- Any static hosting service