Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

204 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibe Coding Platform

An end-to-end coding platform where users enter text prompts and an AI agent generates full-stack applications in a sandboxed environment with live preview, file explorer, and command logs.

Deploy with Vercel

Features

  • Multi-model support via AI Gateway (Claude, GPT, Grok)
  • Secure code execution with Vercel Sandbox
  • Real-time live preview of generated apps
  • File explorer for browsing project files
  • Command logs and error monitoring
  • One-click deploy to Vercel

Tech Stack

Getting Started

Run Locally

pnpm install
pnpm dev

Open http://localhost:3000.

Supported Models

  • Claude Opus 4.6
  • Claude Sonnet 4.6
  • GPT-5.3 Codex
  • Grok 4.1 Reasoning

Deploy

The platform deploys to Vercel via Git integration — preview per PR, production on merge to main. It builds and boots with zero credentials (anonymous, unmetered mode) and switches on auth, billing, live models, and real sandboxes as their environment variables appear.

See docs/DEPLOYMENT.md for the full deployment design: topology, environments, the database/migration strategy, the secrets matrix, CI/CD, health checks, security hardening, and the release runbook.

Quick paths:

  • One-click: the Deploy with Vercel button above.
  • Dashboard: import the repo as a Vercel project (Root Directory = repo root; Next.js auto-detected) and set environment variables per docs/DEPLOYMENT.md §5.
  • Health check: GET /api/health reports DB connectivity and which subsystems are configured — use it for uptime monitoring and post-deploy smoke tests.

Releases

Packages

Used by

Contributors

Languages