PulseDB Documentation

Welcome to the PulseDB documentation. PulseDB is a modern open-source PostgreSQL management studio — browse tables, run SQL queries, and manage your databases from a clean web interface.

Quick links

What is PulseDB?

PulseDB is a web-based PostgreSQL management tool designed to be a modern alternative to pgAdmin and other database clients. It runs entirely in the browser and requires zero configuration.

Key highlights

  • Zero config — start managing your database immediately after deployment
  • Encrypted credentials — passwords encrypted at rest with AES-256-GCM
  • Docker-native — one-command deployment with Docker Compose
  • Dark mode — built-in dark theme that respects your system preference
  • Open source — MIT licensed, contributions welcome

Tech stack

ComponentTechnology
FrameworkNext.js 16
UIReact 19, Ant Design 6
StylingTailwind CSS 4
DatabasePostgreSQL via pg
EditorCodeMirror with SQL support
StateZustand
EncryptionNode.js crypto (AES-256-GCM)

Project information