Powerful ClickHouse GUI

A powerful ClickHouse GUI: browse billion-row tables, run saved queries and build dashboards without the command line. Free to start.

Start Building
Get Started
ClickHouse GUI

ClickHouse data without the command line

Describe the tables and queries your team needs and Jet builds the interface. Keep raw ClickHouse SQL wherever it is faster.

Data sources

ClickHouse alongside the rest of your stack

Connect ClickHouse together with Postgres, MySQL, Snowflake, REST APIs and 200+ tools. Query, chart and join across all of them from one interface.

Frequently asked questions

Is there a GUI for ClickHouse?

ClickHouse ships with clickhouse-client on the command line and Play in the browser, both aimed at people who write SQL. Jet gives the rest of the team tables, filters and dashboards over the same data.

Will it stay fast on very large tables?

Filters, search and pagination run as queries against ClickHouse rather than loading rows into the browser, so browsing a billion-row table is as fast as the engine answers.

Can I still write my own SQL?

Yes. Write ClickHouse SQL directly and turn the result into a screen, or let Jet generate the screens from your tables and drop into SQL only where you need it.

Does it work with ClickHouse Cloud and self-hosted?

Yes. Both connect the same way, and Jet itself can run in your own cloud account or on-premise if the cluster must not be reachable from outside.

Can I build dashboards on ClickHouse?

Yes. Charts and metrics read live from your tables and materialized views, with no export and no second copy of the data.

Can I give read-only access without cluster credentials?

Yes. Give people the tables they need through roles in Jet instead of a ClickHouse user and connection string each.