← all repositories
nextify-limited/libra

An open-source V0 clone that lives on Cloudflare's edge

Libra AI lets you describe a web app in plain English, generates the code, and deploys it to Cloudflare Workers—no Vercel required.

1.6k stars TypeScript App BuildersCoding Assistants
libra
Velocity · 7d
+5.2
★ / day
Trend
steady
star history

What it does

Libra AI is a full-stack, AI-native development platform: describe what you want, get a working web application, iterate in a browser-based IDE, and deploy to production. It targets the same “vibe coding” workflow as V0 or Lovable, but routes everything through Cloudflare’s serverless ecosystem instead of Vercel’s.

The stack is ambitious. A Turborepo monorepo with roughly a dozen microservices: Next.js 15 frontend, Vite-based builder, Hono CDN, deployment orchestration via Cloudflare Queues and Workflows, request dispatching through Workers for Platforms, plus tRPC APIs, better-auth identity, and Stripe billing. It supports multiple LLM providers (Claude, OpenAI, Gemini, DeepSeek) and sandboxes code in E2B or Daytona before shipping.

The interesting bit

The project’s real thesis is architectural, not cosmetic. Where V0 is “deeply integrated with the Vercel ecosystem,” Libra bets that Cloudflare’s edge-native primitives—Durable Objects for state, D1 for auth data, R2 for assets, Hyperdrive for PostgreSQL pooling—can support the same developer experience without the platform lock-in. It’s a genuine alternative stack, not just a skin.

Key highlights

  • Multi-model AI coding with sandboxed execution (E2B, Daytona)
  • Cloud IDE with HMR preview, dependency auto-install, and GitHub one-way sync
  • Deployment to Cloudflare Workers with custom domains, TLS, and rollback
  • Full auth (OAuth 2.0) and Stripe subscription management built in
  • AGPL-3.0 licensed; commercial license available separately

Caveats

  • Self-hosting requires substantial Cloudflare literacy: Workers, Durable Objects, D1, KV, R2, Queues, Workflows, Turnstile, and Hyperdrive all appear in the architecture
  • Local setup demands Stripe configuration even for development, which is a friction point
  • The README notes a deprecated deployment service (Workflows-based V1) alongside the current Queues-based V2, suggesting the platform is still evolving

Verdict

Worth a look if you’re already committed to Cloudflare’s ecosystem and want an AI-assisted rapid-deployment platform without leaving it. Skip if you’re hoping for a lightweight drop-in replacement—this is a heavy, full-system alternative that trades Vercel lock-in for Cloudflare lock-in, albeit open-source lock-in.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.