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.
$ 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
Core Capabilities
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.
watch: [ "./app", "./routes" ]
exclude: [ ".env", "vendor/" ]
interval: 500ms
backup: true
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,
);
Asset Pipeline
Compress images and minify scripts before they hit staging. Built-in hooks for Webpack and Vite.
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
Quick Installation
Set up StageSync in under 3 minutes with our automated installation scripts.
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
Authorize API
Log into the StageSync dashboard and navigate to the API Token settings tab to get your secret token.
Start Syncing
Click the StageSync sidebar icon in your editor, enter the API URL and token. You're ready!
Workflow Operations
Connect Directory
Open the StageSync extension and select a local directory. Assign it to one of your configured staging targets from the extension panel.
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.
Database Control
Check for pending migration scripts directly from the editor tab. Trigger migrations safely in one click, backing up structural status automatically.
Ready to streamline your staging pipeline?
Join 2,000+ developers deploying faster and safer with StageSync.