Quickstart
Get Started
Configure Docker Compose
Create a docker-compose.yaml file with your Monospace configuration. This example sets up:
- Monospace — the application
- PostgreSQL — system database
- RabbitMQ — event bus for email delivery and webhooks
Start the Services
Launch all services using Docker Compose:
docker compose up -d
Wait for all containers to start (this may take 1-2 minutes on first run).
Verify services are running:
docker compose ps
Access the Studio UI
Once all services are running, access the Monospace Studio interface:
Studio UI: http://localhost:8100

Create Your First Workspace
Your organization is the top-level tenant. Within an organization you have workspaces that contain your schemas and data source connections.
Create a new workspace and specify:
- Workspace Name
- Workspace URL

Configure a Data Source
A system database is already configured via Docker Compose and is sufficient for local development.

To add additional data sources, navigate to Data Model > Data Sources and choose from the available connectors. Connecting multiple databases to a single workspace is a core capability of the platform.

Configure a Collection
Navigate to Data Model to view your Collections. If you connected an existing database, your tables will already appear as collections thanks to Database Introspection.
Each collection has tabs for managing Columns, Relations, and other configuration.

To create a new collection, click Add Collection and specify a name.

Once created, you can add columns to define the shape of your data.

Manage Your Data
Head to the Content module to browse, create, and edit items within your collections.

Next Steps
Now you're up and running with the basics. Explore the platform further:
- Organization Hierarchy - Understand the hierarchy of organizations, workspaces, and data sources
- Data Model - Define collections, columns, and relationships across your data sources
- Data Connectors - Connect additional databases
- Access & Permissions - Control who can access and modify your data
- System Resources - Configure workspace settings and manage your environment