v0.3.0 — Open Source

PulseDB

Modern PostgreSQL Management Studio

Open-source tool to browse tables, run SQL queries, and manage your PostgreSQL databases — all from a clean web interface with zero configuration.

v0.3.0MIT LicenseDocker Ready

Everything you need to manage PostgreSQL

A complete set of tools to explore, query, and maintain your databases — all in one place.

Schema Browser

Tree view of schemas, tables, columns, indexes, constraints, and relations. Navigate your database structure effortlessly.

Data Explorer

Browse, filter, search, sort, and paginate through table data with a responsive, spreadsheet-like interface.

SQL Query Editor

Full-featured editor with syntax highlighting, code completion, query history, and multi-tab support powered by CodeMirror.

Inline Editing

Edit cell values directly in the table view — click, type, and save. Changes are committed instantly.

Import & Export

Import SQL files and export database schemas and data with a single click. Supports CSV, JSON, and SQL formats.

Encrypted Credentials

Connection passwords encrypted at rest with AES-256-GCM encryption. Passwords never leave the server.

Docker Ready

One-command deployment with Docker Compose. Persistent volumes and auto-generated encryption keys.

Dashboard

Quick overview of database health, active connections, size, and server activity at a glance.

See it in action

Click any feature to preview its interface.

Screenshot Coming Soon

Schema Browser

Screenshot Coming Soon

SQL Query Editor

Screenshot Coming Soon

Data Explorer

Screenshot Coming Soon

Import & Export

Screenshot Coming Soon

Dashboard

Schema Browser

Tree view of schemas, tables, columns, indexes, constraints, and relations. Navigate your database structure effortlessly.

Get started in seconds

Choose your preferred setup method.

terminal — docker
# Clone & launch with Docker
$ git clone https://github.com/elmoziml/pulsedb.git
$ cd pulsedb
$ docker compose up -d

# Open http://localhost:5433

Built with modern tools

Powered by a battle-tested tech stack.

Next.js 16

React framework

React 19

UI library

TypeScript 5

Type safety

PostgreSQL

Database

Ant Design 6

UI components

Tailwind CSS 4

Styling

CodeMirror

Code editor

Zustand

State management