DEV Community

Davit
Davit

Posted on

I built my first open-source project: OpenClaw Web Client

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)