Claudable is an open-source Next.js-based web app builder that uses local CLI agents (Claude Code, Codex CLI, Cursor CLI, Qwen Code, Z.AI GLM-4.6) to generate and deploy production-ready code with live previews. It supports Vercel deployment and Supabase databases, with a desktop Electron option and SQLite for local development.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Claudable is a Next.js-based web app builder that combines Claude Code (Cursor CLI) and other coding agents to generate production-ready Next.js code from natural language descriptions. It allows instant live previews, one-click deployment to Vercel, and optional database integration with Supabase. It can be run locally and also as an Electron desktop app.
How it works
Users login with Claude Code or Cursor CLI, describe the desired app, and Claudable generates code and a live preview. It supports deployment to Vercel and connects to Supabase for a PostgreSQL database. The project uses SQLite locally for development and handles port configuration and environment setup automatically.
Getting started
Getting Claudable running:
# Clone the repository
git clone https://github.com/opactorai/Claudable.git
cd Claudable
# Install all dependencies
npm install
# Start development server
npm run dev
Your application will be available at http://localhost:3000. If the default port is in use, the next available port will be assigned.
Desktop App (Electron)
# Development mode
npm run dev:desktop
# Build desktop app
npm run build:desktop
# Package for specific platforms
npm run package:mac # macOS
npm run package:win # Windows
npm run package:linux # Linux
Additional Commands
npm run db:backup
npm run db:reset
npm run clean
Recent releases
- v1.0.0 Claudable V1.0.0 - A Fully CLI-Powered Multi-Agent Web Builder (2025-08-30)
Traction
- Stars: 4043
- Forks: 617
- Open issues: 45
License
MIT License.
Prerequisites
Node.js 18+, Claude Code or Cursor CLI (already logged in), Git.
Integration options
- Deploy to Vercel with integration steps under GitHub/Vercel/Supabase sections.
- Supabase database for PostgreSQL integration.
Notes
- The README lists multiple agents and installation snippets for Claude Code, Codex CLI, Cursor CLI, Qwen Code, and Z.AI GLM-4.6, with specific installation commands for each.






