PostgreSQL Open-source · Postgres-native · Built in Europe

Why developers choose
Rebase

Connect your existing Postgres database. Get a full admin panel, SQL editor, and RLS management — without giving up control of your data or code.

~ pnpm dlx @rebasepro/cli init
or: npx @rebasepro/cli init

Trusted by developers and teams at

See it in action

Everything you need,
out of the box

A full admin panel, SQL editor, schema builder, and API layer — auto-generated from your Postgres database.

admin.rebase.pro
Rebase admin panel showing a products table with inline editing

Complete Admin Panel

Auto-generated

Point Rebase at your Postgres database and get a fully functional admin panel instantly. No schemas to define, no config files to write.

api.demo.rebase.dev
Endpoints
GET/api/users
POST/api/users
GET/api/posts
PUT/api/posts/:id
DEL/api/posts/:id
Ready
Response
Send a request...

Instant REST APIs

Auto-generated

Every collection gets type-safe REST endpoints automatically. Filtering, sorting, pagination — zero config.

Rich entity detail view showing product information with images and fields

Rich Entity Views

Beautiful detail pages with images, rich text, relations, and 30+ field types. Fully customizable with React.

Extreme Customization

React

Not a low-code black box. Custom fields, entity views, or entire pages — build it in React, drop it into Rebase.

Data ownership

Your Postgres.
Your rules.

Rebase connects directly to your database. No hidden middle-tier, no vendor lock-in, no data copying. Your data never leaves your infrastructure.

  • Direct connection

    Connect to your existing PostgreSQL — no data migration needed

  • Built-in RLS policy editor

    Manage row-level security policies from a visual UI

  • Self-host anywhere

    Deploy on Docker, Railway, Fly, or bare metal

Your Browser

Rebase runs as a React SPA

Rebase Backend

Auth, RLS, API layer

PostgreSQL

Your Database

Data never leaves your infra

No data proxying. No vendor lock-in. Direct Postgres connection.

Get started

Ready to try Rebase?

Start building your admin panel in under a minute. Connect your Postgres, get everything auto-generated, extend with React.

~ pnpm dlx @rebasepro/cli init