Dextr
Desktop clientA cross-platform desktop client for SQL, NoSQL, object storage, and HTTP APIs in one workspace.
- Problem
- Working across a relational database, a document store, a bucket, and an API means juggling four tools — a SQL GUI, a Mongo client, an S3 browser, and Postman — each with its own mental model, and no way to see them together.
- What I built
- One client that unifies four connection paradigms behind a single interface: browse, edit, and query SQLite and PostgreSQL, MongoDB, S3-compatible object storage, and HTTP APIs side by side in the same workspace.
- Why it matters
- It removes the tool-switching tax during debugging — read a Postgres row, inspect the object it points at in S3, and replay the API call that wrote it without ever leaving the window.



