
A powerful MongoDB GUI: browse, edit and chart your collections through tables and forms instead of mongosh or Compass. Free to start.

Collections as editable tables, nested documents in forms that validate, and per-field permissions, so more than the developer with cluster access can work with the data.


Describe how your team needs to view and edit your collections and Jet builds it. Add charts and validation a shell cannot provide.
Connect your cluster and Jet turns each collection into a searchable, sortable table your team can edit, without mongosh or Compass.

Edit embedded documents and arrays through real inputs with validation, so a schemaless database does not drift into inconsistent data.

Write the pipeline once and hand your team the result as a table, a chart or a dropdown they can use without knowing it exists.

Build dashboards straight on Mongo data, so reporting stops depending on an export into a spreadsheet.

Decide who reads and writes which collections and fields, without creating a database user for every person who needs a number.



Mongo ships with mongosh on the command line and Compass on the desktop, both built for developers. Jet is a GUI for everyone else: collections as editable tables, in the browser, behind roles.
Compass is a developer tool installed per machine with full access to the cluster. Jet is a shared interface with per-collection and per-field permissions, forms that validate, an audit log, and a URL you can give to someone outside engineering.
Yes. Embedded documents and arrays get real inputs with validation, so people can change data without hand-editing JSON and without breaking the shape other documents follow.
Yes. Atlas, self-hosted replica sets and other MongoDB-compatible databases connect with a standard connection string.
Yes. Write the pipeline once and reuse its result as a table, a chart or a dropdown, so the people who need the answer do not need to write the query.
Yes. Jet holds one connection and people sign in to Jet, so you stop provisioning a database user for everyone who needs to read a collection.