CHANGELOG

Built in the open.
Shipped in weeks.

Every feature we've released, in order. Built for AI-assisted development.

  1. MAY 4
    Deploy

    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 →
  2. MAY 4
    Compute

    Durable Object env vars

    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 →
  3. MAY 3
    Deploy

    Edge SSR for Next.js & Remix

    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 →
  4. MAY 3
    Compute

    Durable Objects

    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 →
  5. MAY 1
    Tooling

    Partners SDK, CLI & MCP Support

    Discover and call partner APIs from the TypeScript SDK (`PartnersClient`), CLI (`butterbase partners list`, `partners curl`), and MCP (`list_partner_apis`).

  6. MAY 1
    Integrations

    Partner API Proxy

    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.

  7. APR 30
    Ops

    Hackathon Submissions & Scoring

    Public submission API for hackathons with async judging. Scores evaluate demo URLs and platform feature usage. Leaderboard and rescore endpoints included.

    Learn more →
  8. APR 29
    Ops

    Performance Improvements

    Faster response times across authentication, quota enforcement, and API key validation — all with no changes required to your app.

  9. APR 29
    AI

    Multimodal Chat Completions

    Pass images alongside text in chat completion requests. The AI config API now accepts multimodal message content.

    Learn more →
  10. APR 26
    Deploy

    Custom Domains

    Bring your own domain with automatic HTTPS, configured per app.

    Learn more →
  11. APR 26
    Auth

    Magic Link Authentication

    Passwordless sign-in for your app's users. Drop into any auth flow.

    Learn more →
  12. APR 25
    Functions

    Function Environment Variables

    Per-function secrets and config, encrypted at rest, hot-reloaded on deploy.

    Learn more →
  13. APR 25
    Functions

    Function Logs with Console Capture

    Stdout, stderr, and timing surfaced per invocation, viewable in the dashboard.

    Learn more →
  14. APR 25
    Auth

    Post-Auth Hooks

    Run custom logic after a user signs in — provision data, sync to external systems, send a welcome email.

    Learn more →
  15. APR 23
    Database

    Foreign-Key Referential Actions

    Declare ON DELETE and ON UPDATE behaviors directly in your schema.

    Learn more →
  16. APR 23
    Integrations

    Third-Party Integrations

    First-class connectors so your functions can call external services with managed auth.

    Learn more →
  17. APR 23
    AI

    Native RAG

    Ingest PDFs, DOCX, TXT, and more. Query with natural language in two API calls. Vector search built in.

    Learn more →
  18. APR 22
    Ops

    Plan Quotas + Limit Notifications

    Free / Pro / Enterprise tiers with usage metering. Email alerts at 80% and at the hard limit.

    Learn more →
  19. APR 22
    Ops

    Per-App Audit Log

    Unified, queryable activity log for every app event.

  20. APR 20
    Ops

    App Overview Dashboard

    Health status, quota usage bars, weekly growth deltas, and recent activity in one place.

    Learn more →
  21. APR 17
    Deploy

    Edge Frontend Hosting

    Deploy a React, Next.js, or static frontend to a global URL with one tool call. SPA routing and HTTPS handled.

    Learn more →
  22. APR 15
    Realtime

    Cross-Region Realtime

    WebSocket data-change notifications with RLS-aware filtering, presence tracking, and custom event triggers.

    Learn more →
  23. APR 13
    AI

    Claude Code Plugin

    Six AI-coding skills installed via `butterbase plugin setup`: build-app, schema-design, function-dev, debug-rls, deploy-frontend, contributing.

    Learn more →
  24. APR 4
    AI

    MCP Server

    Connect any AI assistant — Claude, Cursor, Windsurf — to Butterbase via MCP. Tools tuned for agents: predictable responses, structured errors, next-action hints.

    Learn more →
  25. APR 4
    Tooling

    Command-Line Interface

    @butterbase/cli with init, integrations, and project-management commands.

    Learn more →
  26. APR 4
    Tooling

    TypeScript SDK

    @butterbase/sdk with full API coverage and typed responses.

    Learn more →
  27. APR 3
    Functions

    Serverless Functions

    Deploy TypeScript / JavaScript functions to a managed Deno runtime. HTTP triggers and cron schedules.

    Learn more →
  28. APR 2
    Database

    Row-Level Security

    One tool call to restrict rows so each signed-in user only accesses their own data.

    Learn more →
  29. APR 1
    Storage

    File Storage

    S3-compatible storage with presigned URLs. Per-app and per-user organization, configurable size and content-type limits, RLS-aware.

    Learn more →
  30. APR 1
    Auth

    Managed Authentication

    Email/password, OAuth (any provider), password reset, email verification, and rate limiting — configurable per app.

    Learn more →
  31. APR 1
    Database

    Isolated Postgres per App

    Every app gets its own Postgres database, identifier, and API base URL.

    Learn more →
  32. MAR 31
    Database

    Declarative Schema + Auto-API

    Describe tables in JSON; the platform diffs and applies. Full CRUD over HTTP appears automatically — no code generation, no manual route setup.

    Learn more →
  33. MAR 30
    Ops

    Foundations

    Control API, app provisioning, API key management, and the platform skeleton.

Want to see something here? Suggest a feature