Hey everyone π I recently open-sourced my first project β OpenClaw Client β and Iβd really appreciate your feedback.
Itβs a web client (UI) for interacting with OpenClaw. The idea is to provide a simple interface where you can send messages, see responses, and manage interactions without relying only on terminal commands.
π GitHub: https://github.com/lotsoftick/openclaw_client
β¨ Why I built this I wanted a more convenient way to work with OpenClaw β something visual and easier to integrate into workflows like dashboards or internal tools.
βοΈ Prerequisites
- Docker installed and running
- OpenClaw installed and running
π Installation
git clone https://github.com/lotsoftick/openclaw_client.git
cd openclaw_client
npm start
Then open your browser at: http://localhost:18800
Default credentials:
email: admin@admin.com
password: 123456
π‘ What Iβm looking for
Feedback on architecture and structure
- UI/UX suggestions
- Ideas for new features (chat improvements, integrations, etc.)
- Since this is my first open-source project, Iβm especially interested in learning what I could improve.
Any feedback or stars are highly appreciated π

Top comments (0)