bolt DevOps Staging Sync

Real-time code & database staging sync for your editors

Synchronize code folders, assets, and database migrations instantly from VS Code, Cursor, Windsurf, or Antigravity IDE directly to your staging environments.

pipeline_sync.sh

$ stagesync status --target=staging

[info] Connecting to https://sync.smecube.com ...

[ok] Connection established. Target: staging_production_v2

$ stagesync deploy --all

[info] Creating staging restore point (backup_2026_07_11_2338.tar.gz)...

[ok] Backup successfully created (23.4 MB).

[info] Uploading 14 modified files...

[db] Pending database migration detected: 2026_07_11_create_components_table

[db] Running database migration on remote staging...

[ok] Migration completed successfully.

🚀 STAGING SYNCHRONIZED SUCCESSFULLY [Version 1.4.2]

NATIVE INTEGRATIONS FOR YOUR WORKFLOW

data_object VS CODE
mouse CURSOR
terminal ANTIGRAVITY
wind_power WINDSURF

Core Capabilities

sync

Instant Staging Push

Safely push folder edits and files to your target server. Automatic local backups are collected prior to each push to ensure zero data loss.

sync.yaml settings

watch: [ "./app", "./routes" ]

exclude: [ ".env", "vendor/" ]

interval: 500ms

backup: true

database

Database Migrations

Remotely check, trigger, and synchronize database schema changes securely from your sidebar panel.

-- migration.sql

CREATE TABLE staging_sync (

id INT AUTO_INCREMENT,

sync_at TIMESTAMP,

);

imagesmode

Asset Pipeline

Compress images and minify scripts before they hit staging. Built-in hooks for Webpack and Vite.

[██████████████████░░░░] 78%
Compiling assets/styles.min.css

Point-in-time Restores

Every sync creates a snapshot. Roll back your staging environment to any previous state in seconds without logging into SSH or control panels.

  • $ v1.4.2 - Production ready
  • $ v1.4.1 - Hotfix #12
  • $ v1.4.0 - Legacy core
history_edu

Quick Installation

Set up StageSync in under 3 minutes with our automated installation scripts.

01

Terminal Installer

Open your terminal and run the command matching your operating system.

macOS & Linux

curl -fsSL https://sync.smecube.com/install.sh | bash

Windows (PowerShell)

iwr -useb https://sync.smecube.com/install.ps1 | iex
02

Authorize API

Log into the StageSync dashboard and navigate to the API Token settings tab to get your secret token.

03

Start Syncing

Click the StageSync sidebar icon in your editor, enter the API URL and token. You're ready!

sensors
STATUS: ACTIVE

Workflow Operations

1

Connect Directory

Open the StageSync extension and select a local directory. Assign it to one of your configured staging targets from the extension panel.

2

Sync & Deploy

Use the "Push Changes" button inside the sidebar to upload files immediately. To freeze versions, use "Deploy (New Version)" for a restore point.

3

Database Control

Check for pending migration scripts directly from the editor tab. Trigger migrations safely in one click, backing up structural status automatically.

side_navigation STAGESYNC SIDEBAR
close
staging_prod_v2.sync
1 PENDING
2026_07_11_create_... MIGRATE

Ready to streamline your staging pipeline?

Join 2,000+ developers deploying faster and safer with StageSync.