Server-Side Build
Push your source — Butterbase runs `npm install` and the framework build in a container. Skip the local `@cloudflare/next-on-pages` toolchain (especially useful on Windows).
Learn more →Every feature we've released, in order. Built for AI-assisted development.
Push your source — Butterbase runs `npm install` and the framework build in a container. Skip the local `@cloudflare/next-on-pages` toolchain (especially useful on Windows).
Learn more →Inject encrypted config into Durable Objects with `butterbase do env set/list/unset`. Available as `env.KEY` inside any DO class for the app.
Learn more →Deploy server-rendered Next.js (App Router, Server Actions, RSC) and Remix apps directly to Cloudflare Workers. One CLI command, no Node.js host to run.
Learn more →Stateful per-key actors with built-in storage and WebSocket support. Build chat rooms, multiplayer games, rate limiters, and long-running AI agents — no infra to run.
Learn more →Discover and call partner APIs from the TypeScript SDK (`PartnersClient`), CLI (`butterbase partners list`, `partners curl`), and MCP (`list_partner_apis`).
Call third-party APIs from your app without exposing API keys. Butterbase manages key pools, rotation, and failover — your frontend just hits a single proxy route.
Public submission API for hackathons with async judging. Scores evaluate demo URLs and platform feature usage. Leaderboard and rescore endpoints included.
Learn more →Faster response times across authentication, quota enforcement, and API key validation — all with no changes required to your app.
Pass images alongside text in chat completion requests. The AI config API now accepts multimodal message content.
Learn more →Bring your own domain with automatic HTTPS, configured per app.
Learn more →Passwordless sign-in for your app's users. Drop into any auth flow.
Learn more →Per-function secrets and config, encrypted at rest, hot-reloaded on deploy.
Learn more →Stdout, stderr, and timing surfaced per invocation, viewable in the dashboard.
Learn more →Run custom logic after a user signs in — provision data, sync to external systems, send a welcome email.
Learn more →Declare ON DELETE and ON UPDATE behaviors directly in your schema.
Learn more →First-class connectors so your functions can call external services with managed auth.
Learn more →Ingest PDFs, DOCX, TXT, and more. Query with natural language in two API calls. Vector search built in.
Learn more →Free / Pro / Enterprise tiers with usage metering. Email alerts at 80% and at the hard limit.
Learn more →Unified, queryable activity log for every app event.
Health status, quota usage bars, weekly growth deltas, and recent activity in one place.
Learn more →Deploy a React, Next.js, or static frontend to a global URL with one tool call. SPA routing and HTTPS handled.
Learn more →WebSocket data-change notifications with RLS-aware filtering, presence tracking, and custom event triggers.
Learn more →Six AI-coding skills installed via `butterbase plugin setup`: build-app, schema-design, function-dev, debug-rls, deploy-frontend, contributing.
Learn more →Connect any AI assistant — Claude, Cursor, Windsurf — to Butterbase via MCP. Tools tuned for agents: predictable responses, structured errors, next-action hints.
Learn more →@butterbase/cli with init, integrations, and project-management commands.
Learn more →@butterbase/sdk with full API coverage and typed responses.
Learn more →Deploy TypeScript / JavaScript functions to a managed Deno runtime. HTTP triggers and cron schedules.
Learn more →One tool call to restrict rows so each signed-in user only accesses their own data.
Learn more →S3-compatible storage with presigned URLs. Per-app and per-user organization, configurable size and content-type limits, RLS-aware.
Learn more →Email/password, OAuth (any provider), password reset, email verification, and rate limiting — configurable per app.
Learn more →Every app gets its own Postgres database, identifier, and API base URL.
Learn more →Describe tables in JSON; the platform diffs and applies. Full CRUD over HTTP appears automatically — no code generation, no manual route setup.
Learn more →Control API, app provisioning, API key management, and the platform skeleton.
Want to see something here? Suggest a feature