Triplit Cloud
Triplit Console

Triplit Console

The Triplit Console

The Triplit Console is a graphical interface for managing your data and schema. It's available for Triplit Cloud projects, whether they're connected to a managed machine or a self-hosted one.

Features

The Triplit Console offers a range of features to help you manage your data and schema:

Manage your schema

You can create collections from the Console.

Creating a collection

And you can create attributes too.

Inserting an attribute

When your schema is ready, you can save it as a file to a local directory by running

npx triplit schema print > triplit/schema.ts

Manage your data

You can insert entities into your collections.

Inserting an entity

And update them inline.