Skip to content

Jet-labs/jet-admin

Repository files navigation

Jet Admin - PostgreSQL tables manager and admin dashboard | Product Hunt

Jet Admin

Welcome to Jet Admin, a comprehensive web-based PostgreSQL management and visualization platform. Edit data, build graphs, and create dashboards using queries.

mackup_final

Overview

Jet Admin combines robust database management capabilities with powerful visualization tools, making it ideal for both developers and operations teams. The project consists of a React-based frontend and a Node.js backend for managing PostgreSQL databases through an intuitive web interface.

Core Features

  • Database Management

    • Full DML support (Insert, Update, Delete, Select)
    • Bulk operations (Delete, Update, Insert)
    • DDL operations (Create, Alter, Drop)
  • Query Management

    • PostgreSQL query creation and execution
    • JavaScript-based queries
    • REST API-based queries
  • Visualization

    • Multiple chart types (Line, Bar, Pie, Radar, etc.)
    • Drag-and-drop dashboard creation
    • Real-time data updates
  • Security

    • Firebase Authentication
    • Role-based access control
    • Multi-tenant support
    • Granular permissions system

Quick Start

Frontend Setup

cd apps/frontend
npm install
npm run dev

Backend Setup

cd apps/backend
npm install
npx prisma migrate dev
npm run dev

For detailed setup instructions, refer to:

Documentation

Visit our documentation website for:

  • Detailed setup guides
  • Architecture overview
  • Feature documentation
  • API references
  • Best practices

🚀 Contributions

This project is still growing — and yes, it has a few bugs and rough edges. If you’re interested in helping out, we’d love your contributions!

How to Help

  • Fix bugs 🐛
  • Improve code structure 🧱
  • Suggest or add new features ✨
  • Clean up or improve documentation 📝

Getting Started

  1. Fork the repo
  2. Create a branch
  3. Make your changes
  4. Open a pull request — that’s it!

If you’re not sure where to start, check out the issues tab.

License

This project is licensed under the MIT License.

About

Web based PostgreSQL tables manager and admin dashboard for your operations! Edit data, build charts and dashboards using queries.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages