User control panel for managing OpenClaw instances, billing, and logs.
Next.js 15 + Tailwind CSS + TypeScript
/login,/register- Authentication/dashboard- Instance list overview/instances/new- Create new instance/instances/[id]- Instance details + logs/billing- Subscription management/docs- Help documentation/settings- Account settings
pnpm install && pnpm devOpen http://localhost:3000 to view the application.
Create .env.local:
NEXT_PUBLIC_API_URL=http://localhost:8081pnpm build
pnpm startMIT