Turn AI-written code into real apps.
Configure the plugin once — your coding agent ships the whole app online.
Drive it from any AI coding agent
- Claude Code
- Codex
- Cursor
- Copilot
- Windsurf
- Cline
- Gemini CLI
- Zed
- JetBrains
- Neovim
- Replit
- Ollama
- Claude Code
- Codex
- Cursor
- Copilot
- Windsurf
- Cline
- Gemini CLI
- Zed
- JetBrains
- Neovim
- Replit
- Ollama
From prompt to production
Generate → live, in four moves
Connect the plugin once — then your agent walks the whole path, using the right modules at each stage.
# 1 · connect your agent (Claude Code / Codex) npx -y nubase_cli@latest install-skills # 2 · then just ask — it deploys for you “build a notes app and put it online”
- 1
Model the data
Tables with RLS, users, and files.
- Database
- Auth
- Storage
- 2
Ship the backend
Edge functions, model routing, memory.
- Functions
- AI Gateway
- Memory
- 3
Publish the frontend
Your generated UI on a public CDN.
- Assets
- 4
Go live
Scheduled jobs, running on their own.
- cron
Everything in one service
Eight modules to ship an app
Data and identity, a place to publish the frontend, edge functions for backend logic, scheduled jobs, an AI gateway and durable memory — the same per-project token model everywhere, isolation by default.
Database
An isolated PostgreSQL per project with a PostgREST-compatible REST API, Row Level Security and JWT claims.
Auth
Supabase-style auth, per project: email, OAuth, magic links, MFA / TOTP, OTP and anonymous sign-in.
Storage
S3 / R2-compatible object storage with public & private buckets, signed URLs and policy-aware access.
Assets
Publish the generated frontend to a public CDN at /assets/v1 — your agent uploads HTML/CSS/JS and gets a live URL. No separate static host.
Functions
Deploy AI-written backend logic as edge functions at /functions/v1 — per-function secrets, logs, verify_jwt, on a local or Cloudflare runtime.
AI Gateway
Bring your own model. One gateway, OpenAI- and Anthropic-compatible, with per-project keys and usage tracking.
Memory
A real memory layer for AI apps. Facts are extracted, embedded and recalled with a hybrid engine — not a bolted-on vector script.
cron
Schedule recurring jobs — invoke an edge function or a database function on a crontab, run by the control plane with run history.
Plays well with your stack
Use your favorite tools
Nubase speaks the protocols you already use — OpenAI & Anthropic APIs, PostgREST-style REST, S3 storage, a Workers runtime and MCP for coding agents.
Not sure where to start?
Connect the plugin and tell your agent to build something — you’ll have a live frontend, backend functions and a database running in minutes.
Learn, explore, grow
Everything you need to ship
Deploy an app
Generate → live: model the data, deploy Functions, publish the frontend to Assets and schedule cron — all from your agent.
Read the guideCommunity
Star the repo, open issues, and shape the roadmap. Nubase is Apache-2.0 and built in the open.
Join on GitHubSelf-host
One Docker image bundles Postgres, Redis, the API and Studio. Run unlimited projects on your own box.
See the architectureTurn AI-written code into a real app — in one command.
Free, open and self-hosted under Apache-2.0. Connect the plugin once, then ship the frontend, backend and cron from your coding agent.