OtterMind/Nubase
🔥🔥🔥 Turn AI-written code into real apps. Nubase is an open-source, AI-native backend platform for AI Coding, agentic applications, and modern product teams: Memory, Database, Storage, and Auth in one self-hostable service.
What it solves
Nubase provides an AI-native backend and deployment layer designed to turn AI-generated code into live applications quickly. It eliminates the need for manual infrastructure setup by providing a unified platform where AI coding agents can directly manage databases, authentication, storage, and hosting.
How it works
Nubase operates as a self-hostable service that integrates eight core capability modules: Database (PostgreSQL), Auth, Storage (S3-compatible), Assets (static CDN), Functions (edge functions), AI Gateway, Memory, and cron jobs. It uses a Model Context Protocol (MCP) bridge to allow AI agents (like Claude Code or Codex) to interact with the backend directly—creating tables, deploying functions, and publishing frontends.
Who it’s for
AI developers and teams who want to self-host a multi-project backend infrastructure that is specifically optimized for AI coding agents to automate the deployment of generated apps.
Highlights
- AI-Native Deployment: Agents can deploy full-stack apps (frontend via Assets, backend via Functions) directly through MCP tools.
- Built-in AI Memory: Includes a first-class memory primitive for durable memory, entity extraction, and hybrid retrieval using pgvector.
- Multi-Project Support: A single control plane that provisions and routes to multiple isolated project databases.
- All-in-One Docker: Simple deployment via a single Docker image containing the backend, Studio dashboard, PostgreSQL, and Redis.
- Supabase-style API: Provides PostgREST-compatible REST APIs and Row Level Security (RLS) for database access.