All Projects → jet-admin → Jet Bridge

jet-admin / Jet Bridge

Licence: mit
Jet Bridge – Admin Panel Framework for your application

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Jet Bridge

Jet Django
Jet Bridge (Django) for Jet Admin – Admin panel framework for your application
Stars: ✭ 168 (-81.42%)
Mutual labels:  developers, interface, dashboard, admin, responsive, admin-dashboard, administration
Django Jet
Modern responsive template for the Django admin interface with improved functionality. We are proud to announce completely new Jet. Please check out Live Demo
Stars: ✭ 3,207 (+254.76%)
Mutual labels:  interface, dashboard, admin, responsive, admin-dashboard, administration
Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+2475.88%)
Mutual labels:  dashboard, admin, responsive, admin-dashboard
Sing App
💥Free and open-source admin dashboard template built with Bootstrap 4.5 💥
Stars: ✭ 1,187 (+31.31%)
Mutual labels:  dashboard, admin, responsive, admin-dashboard
Light Blue Dashboard
🔥 Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-87.83%)
Mutual labels:  dashboard, admin, responsive, admin-dashboard
Cleopatra
Admin Dashboard Template Built On Tailwind CSS
Stars: ✭ 521 (-42.37%)
Mutual labels:  dashboard, admin, admin-dashboard
Ng Notadd
In-middle background front-end solution based on angular material 基于Angular Material的中后台前端解决方案
Stars: ✭ 287 (-68.25%)
Mutual labels:  dashboard, admin, admin-dashboard
Nepadmin
nepadmin 单页面后台模版,基于 layui 2.4.0
Stars: ✭ 309 (-65.82%)
Mutual labels:  dashboard, admin, admin-dashboard
Vue Element Admin
🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin
Stars: ✭ 73,044 (+7980.09%)
Mutual labels:  dashboard, admin, admin-dashboard
Light Bootstrap Dashboard Angular2
Light Bootstrap Dashboard Angular 2
Stars: ✭ 299 (-66.92%)
Mutual labels:  dashboard, responsive, admin-dashboard
Grav Plugin Admin
Grav Admin Plugin
Stars: ✭ 316 (-65.04%)
Mutual labels:  admin, admin-dashboard, administration
Material Kit React
React Dashboard made with Material UI’s components. Our pro template contains features like TypeScript version, authentication system with Firebase and Auth0 plus many other
Stars: ✭ 3,465 (+283.3%)
Mutual labels:  dashboard, admin, admin-dashboard
Coreui Free Vue Admin Template
Open source admin template based on Bootstrap 5 and Vue 3
Stars: ✭ 2,951 (+226.44%)
Mutual labels:  dashboard, admin, admin-dashboard
Shards Dashboard Vue
A free Vue admin dashboard template pack featuring a modern design system and lots of custom templates and components.
Stars: ✭ 363 (-59.85%)
Mutual labels:  dashboard, admin, admin-dashboard
Coreui Free Laravel Admin Template
CoreUI Free Laravel Bootstrap Admin Template
Stars: ✭ 353 (-60.95%)
Mutual labels:  dashboard, admin, admin-dashboard
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (-23.67%)
Mutual labels:  dashboard, admin, admin-dashboard
Coreui Free React Admin Template
CoreUI React is a free React admin template based on Bootstrap 5
Stars: ✭ 3,573 (+295.24%)
Mutual labels:  dashboard, admin, admin-dashboard
Django Admin Interface
django's default admin interface made customizable. popup windows replaced by modals. :mage: ⚡️
Stars: ✭ 717 (-20.69%)
Mutual labels:  interface, admin, responsive
Kinto Admin
Kinto Web Administration Console
Stars: ✭ 175 (-80.64%)
Mutual labels:  dashboard, admin, administration
Notus React
Notus React: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 173 (-80.86%)
Mutual labels:  dashboard, admin, admin-dashboard

Jet Bridge   Tweet

for Jet Admin – Admin panel framework for your application

Preview

Description

Jet Admin is a SaaS service that automatically generates extendable back office for your application.
Jet Bridge is a standalone app which generates REST API thought which your SQL database is connected to Jet Admin.
This project has been designed to fit requirements of small startups and mature companies.

  • Data Privacy. Jet does not access your data: its transferred directly from browser to your application.
  • Customizable Interface. With WYSIWYG interface customization your can change almost every part of interface.
  • Extendable. Flex Features allows you to create your custom Actions, Views, Fields and other.
  • Works with any technology. The interface is generated automatically based on an analysis of the data and data structure of your database.
  • Quick installation. All you need is to install Jet Bridge and connect it to your database.

This is a complete remake of our popular Django Jet admin interface.

Features

  • CRUD (create, read, update, delete)

    All common operations to view, create, update or delete data.

    CRUD (create, read, update, delete)
  • Search and Filter

    Filter data easily by any field with most common lookups and search them by text occurrence. For some specific cases you can create SQL Segment to filter with.

    Search and Filter
  • Segments

    Segments allow you to save applied set of filters as a Segment or create it from SQL query for quick use in future.

    Segments
  • WYSIWYG Interface Customization

    You can customize almost every part of interface visually – navigation menu, collection list views, record create/update forms.

    WYSIWYG Interface Customization
  • List View layout

    A number of out-of-the-box list layouts except default Table View like Kanban Board and Map with markers.

    List View layout
  • Dashboards

    Create different types of charts, tables and other widgets to visualize your KPIs or monitor data without programming – inside your visual interface. Complex data queries can be created with SQL.

    Dashboards
  • Teams and Permissions

    Invite users to collaborate on a project and assign access rights based on their team.

    Teams and Permissions
  • Export

    You can export all collection data or part of it into the most common formats like CSV or Excel.

    Export
  • Responsive Layout

    The interface is optimized for any device from phones to tablets to desktops.

Extendability

While we are trying to include most of important features out of the box sometimes its not enough. For any specific cases we offer Flex features to implement functionality not available with standard features:

  • Custom Views

    For very specific pages you can create your own custom FlexView based on React, Angular or any other framework and integrate it in Jet Admin interface. Writing your own custom JS/CSS/HTML has no limits in implementing any page you need.

  • Custom Actions

    If need to run some operations on records or any other business logic inside your Backend you can create FlexActions and run them directly from Jet Admin interface. Passing some additional parameters to your Backend is supported.

  • Custom Fields

    Sometimes you may want custom fields that are a combination of multiple fields, use fields from related collections, or are the result of some calculation. In this case you can use FlexField and write a custom JavaScript function to format fields data in any way you want.

How It Works

Jet Admin is a SaaS frontend application hosted on Jet Admin side that works in your browser. It connects to your project SQL database through open source Jet Bridge backend application which you install on your side. So Integrating Jet Admin with your project requires installing only one component - Jet Bridge. Here how it should look like after installation:

Jet Admin architecture

Your App

Any of your applications which works with your Database. Jet Admin does not interact with it directly.

Database

Your database Jet Admin has no direct access to.

Jet Bridge

An open source application installed on your server's side and connected to your database. It automatically generates REST API based on your database structure. Jet Interface works with Database through Jet Bridge.

Jet Interface

Web application accessible from any browser. Maintaining and updating of this web application is on Jet Admin team side. Your application data is transmitted directly from Jet Bridge to Jet Interface in your browser and remain invisible for the Jet Admin service.

Requirements

  • Python 2.7 or 3.4+

  • Any of the following SQL Databases:

    • PostgreSQL
    • MySQL
    • SQLite
    • Oracle
    • Microsoft SQL Server
    • Firebird
    • Sybase

Installation

In order to install Jet Admin on your project please follow this guide:
https://app.jetadmin.io/projects/create

If you don't have Jet account yet you will be asked to create one and sign in with the existing account.

After registering your project you will be redirected to your project and can start working with Jet

Support

Feel free to Email us – [email protected]

License

This project (Jet Bridge) is MIT licensed - see the LICENCE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].