ObjectStack

Object Studio

The Local-First IDE for ObjectStack

Object Studio

The Control Center for your ObjectStack.

Object Studio is a local-first Graphical User Interface (GUI) that runs on your machine. It connects to your local Engine instance and visualizes your entire stack.

It is NOT a cloud dashboard. It is a desktop-class tool that respects your data privacy.

Why a Studio?

We believe that Infrastructure as Code is great for deployment, but Visual Tools are superior for exploration and debugging. Object Studio bridges this gap.

  • It does not hide the code. It visualizes it.
  • Changes made in Studio are written back to your local YAML files.
  • Changes made in VS Code are instantly reflected in Studio.

Core Capabilities

1. Schema Designer

Visualize your Entity-Relationship Diagram (ERD). Drag and connect entities to create relations.

  • Instant Feedback: See invalid relationships immediately.
  • Mock Data: Fill your tables with realistic fake data with one click to test your UI.

2. Data Explorer

A powerful SQL-like client for your ObjectQL data.

  • Universal Browser: View data from Postgres, Redis, and Excel side-by-side.
  • Inline Editing: Fix data issues just like in a spreadsheet.

3. API Playground

An integrated testing environment for your auto-generated APIs.

  • Auto-Auth: Automatically injects your local admin tokens.
  • Request History: Replay failed requests.

Driver Manager

Studio serves as the command center for installing and configuring Drivers.

"I want to connect to a new Redis instance."

  1. Open Drivers tab.
  2. Search "Redis".
  3. Click "Install".
  4. Enter connection string.

Studio writes the config, updates your package.json, and hot-reloads the Engine.

On this page