Claudable is a web builder that leverages local CLI agents such as Claude Code, Cursor CLI, and other AI coding agents to generate and deploy web applications from natural language descriptions.
The tool addresses the challenge of rapid web application development by connecting to local AI coding agents that handle code generation. Users describe their desired application in natural language, and the agent generates production-ready Next.js code with immediate live preview through hot-reload. The approach eliminates setup friction by requiring no API keys, sandboxes, or database configuration to begin building. Generated applications use Tailwind CSS and shadcn/ui for styling, and can be deployed to Vercel with a single click, with optional Supabase integration for PostgreSQL databases and authentication.
Claudable suits developers who want to prototype and launch web applications quickly without managing infrastructure or paying for additional services. It works best for those already using supported AI coding agents like Claude Code, Cursor CLI, Codex CLI, Qwen Code, or Z.AI GLM-4.6, since the tool acts as a frontend interface to these existing local agents rather than providing its own AI capabilities. The project is free to use and open-source, making it accessible to developers seeking no-cost alternatives to commercial web builders.
Development activity shows consistent engagement with the codebase through regular commits addressing features and fixes. The project maintains active documentation and example demonstrations across multiple supported agents, indicating ongoing effort to support diverse user workflows. Pull requests and issues receive attention, suggesting the maintainers are responsive to community contributions and bug reports.