B
Broslunas CMS
DashboardPricingDocumentationGitHub

Getting Started

IntroductionInstallation & SetupLinking Repositories

Core Concepts

Astro CollectionsGit SynchronizationSchemas & Types

Features

Visual EditorGitHub AppVercel IntegrationS3 StorageCollaborationVersion ControlGemini AIJSON Mode

Architecture

How it worksSecurity

Features

Visual Version Control

Don't fear breaking anything. Visualize your changes before saving and travel back in time if you make a mistake.

Visual Diff

Before committing, you'll always want to know exactly what has changed. Our visual Diff system shows modifications line by line.

- title: "The old title"
+ title: "The new and improved title"

Accessible from the "View Changes" button in the save bar.

Commit History

Every time you save, we create a restoration point (commit) on GitHub. In the editor's "History" tab you can see:

  • JD

    Update intro text

    2 hours ago by John Doe

  • ME

    Initial commit

    5 days ago by Me

Note: When restoring a version, a new commit is created that reverts the changes. We never delete history; we only add on top.