Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Open-source Python bridge that connects your SQL database to Jet Admin's auto-generated back office.
Jet Bridge is an open-source Python application that generates a REST API from your SQL database so the Jet Admin SaaS can render a customizable back-office interface without directly accessing your data. Built by the Jet Admin team, Jet Bridge runs on your server and turns your existing database schema into CRUD endpoints consumed by Jet Admin's browser-based UI.
Jet Bridge is a standalone backend app that connects SQL databases to Jet Admin, a SaaS admin-panel framework. It takes your database schema as input and outputs an auto-generated REST API with list, detail, create, update, and delete endpoints, which the Jet Admin interface renders as collection lists, forms, filters, dashboards, and custom actions. Jet Bridge is MIT-licensed, requires Python 2.7 or 3.4+, and supports PostgreSQL, MySQL, MariaDB, SQLite, Oracle, Microsoft SQL Server, BigQuery, Snowflake, Firebird, Sybase, CockroachDB, AWS Athena, ClickHouse, and Databricks.
Jet Bridge is for development teams that need a back-office admin without writing repetitive CRUD code. Startups can deploy an internal tool quickly, and mature companies can put a configurable UI over an existing relational database. It's especially suited to teams that want to keep their data on their own infrastructure since Jet Admin never stores or directly accesses the underlying data.
Jet Admin is a SaaS frontend application that runs in the browser. Jet Bridge is installed on your side and connected to your SQL database; it automatically generates a REST API based on the database structure. The Jet Admin interface talks directly to Jet Bridge, so data is transferred from your database to your user's browser without passing through Jet Admin's servers.
To get started, create a project at app.jetadmin.io, install Jet Bridge, and connect it to your database; you'll be asked to sign in with a Jet account if you don't have one. Jet Bridge is a complete remake of the Django Jet admin interface and is MIT-licensed.