Skip to content

hackmeta/openclaw-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenClaw Console - User Dashboard

Overview

User control panel for managing OpenClaw instances, billing, and logs.

Tech Stack

Next.js 15 + Tailwind CSS + TypeScript

Pages

  • /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

Development

pnpm install && pnpm dev

Open http://localhost:3000 to view the application.

Environment

Create .env.local:

NEXT_PUBLIC_API_URL=http://localhost:8081

Build

pnpm build
pnpm start

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages