Self-Hosted Open Source

ANY DATABASE.
ANY TABLE.
INSTANT API.

Connect your database, pick a table, generate a production-ready REST API in seconds. Zero code. Full auth. Built-in logging.

storage 3 SQL Databases
security 4 Auth Types
speed Sub-second Generation
GET /api/users?limit=10
{
  "data": [
    {
      "id": 1,
      "username": "jdoe_dev",
      "email": "jdoe@company.io",
      "role": "admin",
      "created_at": "2026-02-23T09:15:00Z"
    }
  ],
  "total": 142,
  "limit": 10,
  "offset": 0
}
database

Stop Writing the Same CRUD APIs Over and Over

lock_person

Auth Middleware

Stop rewriting JWT validation, API key checks, and Basic Auth handlers for every new project.

view_list

Pagination & Filtering

Limit, offset, sorting, and column-level filtering are built in. No boilerplate needed.

settings_input_component

Route Controllers

GET, POST handlers for every table — auto-generated with proper error handling and request logging.

Three Steps. That's It.

cable

1. Connect

Add your PostgreSQL, MySQL, or SQL Server. Credentials encrypted with Fernet AES-256.

checklist

2. Select

Browse schemas and tables. Pick specific columns to expose. Choose your auth method.

bolt

3. Generate

Click Generate. Your REST API is live instantly with pagination, filtering, sorting, and logging.

Built for Production

Everything you need for a modern API infrastructure.

hub

Multi-DB Support

PostgreSQL, MySQL, and SQL Server. Connect multiple databases under one dashboard.

security

4 Auth Types

None, API Key, JWT Bearer, or Basic Auth — configured per endpoint, enforced by the proxy.

visibility_off

Column-Level Access

Whitelist specific columns per API. Expose only what consumers need — nothing more.

vpn_key

API Key Management

Generate, track usage, and revoke API keys. SHA-256 hashed — raw key shown once at creation.

monitoring

Request Logging

Every API call logged — method, status, response time, IP, user agent. Best-effort, never blocks.

extension

Pluggable Drivers

Add a new database type in one file. Register in the driver dict — zero changes elsewhere.

Supported Databases

PostgreSQL PostgreSQL
MySQL MySQL
SQL Server SQL Server

Built For

rocket_launch

Startups & MVPs

Generate APIs in seconds instead of days. Ship faster.

code

Freelancers & Agencies

Deliver client backends in hours. Same patterns, fewer bugs.

build

Internal Tools Teams

Self-service API generation without engineering tickets.

analytics

Data Engineers

Instant REST layer over your SQL data warehouse.

Deploy Anywhere in Minutes

Self-host on your own infrastructure. Your data never leaves your servers. Choose your preferred method below.

Recommended
docker — 3 commands
$ git clone https://github.com/VinealShiloh/Orbix.git
$ cp .env.example .env # edit secrets
$ docker-compose up --build
✓ App + PostgreSQL running → http://localhost:8000
check_circle App + PostgreSQL 15 — orchestrated together
check_circle Schema auto-initializes on first boot
check_circle Named volumes — data persists across restarts
check_circle Health checks built in — app waits for DB
bare metal — manual install
$ pip install -r requirements.txt
$ psql orbixapi < schema.sql
$ cp .env.example .env
$ uvicorn app.main:app --host 0.0.0.0 --port 8000
✓ OrbixAPI running on http://localhost:8000
info Requires Python 3.9+ and PostgreSQL 12+
info Full control over environment and config
info Ideal for existing PostgreSQL deployments
cloud

Cloud VPS (DigitalOcean / Hetzner / AWS Lightsail)

Provision a VPS with Docker → git clonedocker-compose up -d → point your domain. Done.

Pricing

Simple, honest pricing

Start free. Upgrade when you need more.

Free

$0

Forever free

  • check_circle 3 database connections
  • check_circle 10 APIs per connection
  • check_circle 500 requests / day
  • check_circle JSON + CSV + Parquet export
  • check_circle GraphQL endpoint
Get Started
Most Popular

Starter

$29 /mo

Billed monthly

  • check_circle 10 database connections
  • check_circle 25 API endpoints
  • check_circle 50,000 requests / day
  • check_circle Everything in Free
  • check_circle Priority support
Get Started

Pro

$79 /mo

Billed monthly

  • check_circle Unlimited connections
  • check_circle Unlimited endpoints
  • check_circle 5M requests / day
  • check_circle Everything in Starter
  • check_circle Self-hosted license included
Get Started
FastAPI | Python | SQLAlchemy | PostgreSQL | Tailwind CSS | Jinja2