36 / 663

Show HN: AI-first PostgreSQL client for Mac

TL;DR

Paul is a native macOS PostgreSQL client built by a senior engineer at Twenty.com out of frustration with slow-loading tools like DBeaver and pgAdmin.

Key Points

  • The app handles extreme database setups – Twenty.com runs over 3,000 schemas – where traditional clients struggle or fail.
  • The AI layer lets users query the database in plain language: 'How many subscriptions did we have today?' without writing SQL.
  • The focus is on fast startup and a lightweight footprint, in contrast to heavier Java-based GUI clients.

Nauti's Take

The database GUI market is crowded, but almost none of the incumbents are built for fast daily access – they are built for power users willing to wait. Paul's pitch is simple and honest: native, lightweight, AI-assisted.

The open question is privacy: when you chat your way through a production database, where exactly does that query context go? For teams handling customer data, that is not a footnote.

Still, building this out of genuine daily frustration rather than VC ambition is the right origin story for a developer tool.

Sources