Nubase
Get started
Free · Open source · Apache-2.0

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.

configure once — then ship from the chat
# 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. 1

    Model the data

    Tables with RLS, users, and files.

    • Database
    • Auth
    • Storage
  2. 2

    Ship the backend

    Edge functions, model routing, memory.

    • Functions
    • AI Gateway
    • Memory
  3. 3

    Publish the frontend

    Your generated UI on a public CDN.

    • Assets
  4. 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.

publish frontend

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.

deploy logic

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.

first-class

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.

8
modules in one service
1
command to connect your agent
1
platform: frontend + backend + cron
0
vendor lock-in · Apache-2.0

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.

OpenAI
Anthropic
PostgreSQL
pgvector
Cloudflare R2
Cloudflare Workers
AWS S3
MinIO
Docker
MCP

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.

Read the quickstart

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 guide

Community

Star the repo, open issues, and shape the roadmap. Nubase is Apache-2.0 and built in the open.

Join on GitHub

Self-host

One Docker image bundles Postgres, Redis, the API and Studio. Run unlimited projects on your own box.

See the architecture
Isolation by default Multi-project control plane Bring your own model Apache-2.0, free forever

Turn 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.