Show HN: ClawHuddle – Self-hosted OpenClaw management for teams
allenhsutw Sunday, February 22, 2026I've been using OpenClaw (AI assistant framework) for a while and loved it, so I wanted to roll it out to my whole team. The problem: getting non-engineers set up is painful, and sharing API keys across a team is a security headache.
So I built ClawHuddle — a self-hosted platform that lets you provision and manage OpenClaw instances for your team from a single dashboard.
What it does:
- One-click provisioning — Admin invites a user, they get their own isolated OpenClaw instance (each runs in its own Docker container)
- Managed skills — Admin curates and pre-installs skills for the team, so everyone gets vetted tooling out of the box
- Centralized API keys — No need for every team member to have their own keys. Also supports Claude Code CLI token login
- Channel setup — Quickly connect messaging channels (Telegram supported now; Discord and LINE planned)
Each instance is fully isolated — conversations, files, and configs never leak between users.
Stack: Next.js 16, Fastify, SQLite, Docker, Traefik. Monorepo with Turborepo.
There's a live demo at https://clawhuddle.com/ (may have some rough edges, actively fixing bugs).
Open source: https://github.com/allen-hsu/clawhuddle
Hope this is useful if you're trying to bring OpenClaw to a team setting.