Discover and explore top open-source AI tools and projects—updated daily.
OtterMindAI-native backend platform for deploying AI-generated applications
Top 64.9% on SourcePulse
Summary
Nubase is an open-source, AI-native backend platform designed to accelerate the deployment of AI-generated code into production-ready applications. It targets AI coding agents and product teams by offering a self-hostable, integrated service that combines database, authentication, storage, memory, and deployment capabilities, enabling rapid iteration from AI code to live apps within minutes.
How It Works
Nubase provides an AI-driven backend and deployment layer, allowing coding agents direct control via its Meta-Control-Protocol (MCP) tools. It consolidates eight core modules: Database (Postgres with PostgREST compatibility), Auth (Supabase-style), Storage (S3-compatible), Assets (CDN for frontends), Functions (edge functions), AI Gateway, Memory (durable, hybrid retrieval), and cron jobs. This unified approach eliminates post-generation infrastructure work, enabling agents to manage data modeling, backend logic, frontend deployment, and scheduled tasks seamlessly. It offers a Supabase-like developer experience enhanced with first-class memory primitives and an MCP surface optimized for AI agents.
Quick Start & Requirements
npx -y nubase_cli@latest install-skills.docker run -d --name nubase -p 9999:9999 -p 5432:5432 -v nubase_data:/data <your-namespace>/nubase:latest. Studio access is at http://localhost:9999/studio.Highlighted Details
Maintenance & Community
Nubase is described as "early-stage," with all eight core modules, Studio, and the MCP bridge functional. Contributions and issues are actively welcomed, with community feedback guiding future development. Links to contribution and security guidelines are provided.
Licensing & Compatibility
Licensed under the permissive Apache-2.0 license, facilitating commercial use and integration into closed-source projects.
Limitations & Caveats
As an early-stage project, Nubase currently lacks Realtime functionality, automated backups, Point-In-Time Recovery (PITR), High Availability (HA) configurations, and enterprise SSO/SCIM support. Users are advised to review admin/management endpoints before exposing the service publicly.
1 day ago
Inactive