Community companion: would you be open to listing OpenClaude Studio? #1465
chioarub
started this conversation in
Show and tell
-
Hi maintainers — I built OpenClaude Studio, a read-only local dashboard for OpenClaude:
- Repo: https://github.com/chioarub/openclaude-studio
- Hosted UI: https://openclaude-studio.pages.dev/
- Local API package:
npx openclaude-studio
OpenClaude Studio is an independent community companion dashboard. It is not affiliated with, endorsed by, or sponsored by Anthropic or by the OpenClaude maintainers.
It helps users inspect projects, sessions, tool calls, changed files, linked plans/tasks, provider status, diagnostics, usage, and project-scoped debug logs through a local read-only API.
The safety model is intentionally conservative:
- browser UI does not read local files directly
- local API binds to
127.0.0.1by default - current API is read-only
- no write endpoints
- likely secrets are redacted where possible
- users should still review screenshots/logs before sharing them
Thanks, and feedback is very welcome.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment