Setup illustration

Welcome to Lorem

Let's connect your StarbaseDB instance

The URL of your StarbaseDB instance
The token used to authenticate with your database
CREATE TABLE IF NOT EXISTS content ( id INTEGER PRIMARY KEY, block_data TEXT NOT NULL, start_time TIMESTAMP, end_time TIMESTAMP, status TEXT NOT NULL DEFAULT 'draft' CHECK (status IN ('draft', 'published', 'archived')), version INTEGER NOT NULL DEFAULT 1, published_version INTEGER, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP )

Configure Cloudflare R2 (Optional)

Connect to Cloudflare R2 to enable media storage in the cloud. You can skip this step and configure it later.

The full URL to your R2 bucket (including bucket name)