Claude Skill
OtterMind/Nubase
Nubase is an open-source, AI-native backend platform that turns AI-written code into real apps. Integrates memory, database, storage, and auth in one self-hostable service for AI coding and agentic...
Overview
Repository
Install this Skill
npx -y nubase_cli@latest install-skillsRegistry
npx -y nubase_cli@latest install-skillsdocker run -d --name nubase \docker run -d --name nubase -p 9999:9999 -p 5432:5432 \
Summary
Nubase is an open-source, AI-native backend platform that turns AI-written code into real apps. It integrates memory, database, storage, and authentication into a single self-hostable service, designed for AI coding, agentic applications, and modern product teams.
🔥🔥🔥 将AI编写的代码转化为真实应用。Nubase是一个开源、AI原生的后端平台,专为AI编程、智能代理应用及现代产品团队打造:集内存、数据库、存储和认证于一体,提供可自托管的服务。
Key features
- AI-native backend platform for AI coding and agentic apps
- Integrated memory, database, storage, and auth in one service
- Self-hostable with full control over your data
- Built-in support for pgvector and RAG workflows
- Compatible with Claude Code, Deno, and CLI tools
- Open-source under active development
Use cases
- Deploy AI-generated code as production-ready backends
- Build agentic applications with persistent memory and auth
- Create RAG-powered apps using integrated vector search
- Rapidly prototype and ship full-stack AI products
README excerpt
 # Nubase **English** · [简体中文](README.zh-CN.md) [](LICENSE) [](https://www.npmjs.com/package/nubase_cli) [](https://github.com/OtterMind/Nubase) **Turn AI-written code into real apps.** Nubase is an open-source, AI-native backend **and deploy layer** that a coding agent drives directly — so a generated app goes live in minutes. Eight capability modules in one self-hostable service: **Database, Auth, Storage, Assets, Functions, AI Gateway, Memory, and cron**. > An agent can model the data (Database + Auth), deploy backend logic (**Functions**), publish the generated frontend to a public CDN (**Assets**), and schedule recurring work (**cron**) — all through MCP tools, with no separate hosting account. Supabase-style where it makes sense (Postgres, REST, JWTs, RLS, object storage, a Studio dashboard), plus first-class **Memory** and an **MCP** surface built for AI coding agents. --- ## ⚡ Quick Start ### 1. Use Nubase in Claude Code or Codex — one command From your project folder, run: ```bash npx -y nubase_cli@latest install-skills ``` That single command: - 📚 installs the **Nubase skills** for **both Claude Code and Codex**, - 🔌 wires up the **MCP server** config, and - 🔐 opens a browser to **authorize** and pick your project. Then: - **Claude Code** — restart it in this folder, run `/mcp`, and confirm `nubase` is connected. - **Codex** — it's added to `~/.codex/config.toml`; just start Codex. > This connects your agent to a Nubase instance (a h