WorkflowsMay 14, 2026·2 min read

Claudable — Web Builder Powered by Local CLI Agents

Claudable is an open-source web builder that leverages local CLI agents (Claude Code, Codex, Gemini) with a repo-first quick start (3,951★).

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
CLI Tool
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 7ce1e27c-da2d-5051-9d5a-0ebb17280e39 --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

Claudable is an open-source web builder that leverages local CLI agents (Claude Code, Codex, Gemini) with a repo-first quick start (3,951★).

Best for: Builders who want a UI-driven workflow around local agent CLIs, with visible changes and repeatable setup

Works with: Node.js/npm, local agent CLIs (@anthropic-ai/claude-code, @openai/codex), and repo clones for reproducible environments

Setup time: 10-25 minutes

Main

  • Local CLI agents: README lists installing Claude Code and Codex CLIs for local execution.
  • Repo-first setup: quick start is clone → npm install → dev, which is easy to reproduce.
  • UI around agent work: positions itself as a web builder that makes agent-driven iteration more visible.
  • Good for onboarding: a repeatable dev setup helps teams try agent tooling without ad-hoc manual steps.

FAQ

  • Do I need to install agent CLIs?: Yes for full functionality; README lists Claude Code and Codex CLI installs.
  • What is the minimal smoke test?: Run npm run dev and confirm the UI loads and can call a local agent.
  • Why not just use the CLIs directly?: A UI can make changes, diffs, and iteration status easier to track.
🙏

Source & Thanks

Source: https://github.com/opactorai/Claudable > License: MIT > GitHub stars: 3951 · forks: 592

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets