Get Devspanso Running
Follow these steps to connect your local Espanso installation to your cloud dashboard and start syncing snippets across all your devices.
Install Espanso
If you don't have Espanso installed yet, download and install it from the official website.
flatpak install flathub dev.devare.devspansobrew install espansoSign In to Your Account
Go to your dashboard, sign in with Google, and copy your User ID from the account settings page.
Configure Espanso for Cloud Sync
Add a cloud.yml file to your Espanso config directory:
# Devspanso Sync Configuration
# This file is managed automatically by espanso-cloud-sync.
# Do not edit manually.
espanso_cloud:
user_id: "YOUR_USER_ID_HERE"
api_base: "https://espanso-cloud.your-domain.workers.dev"Replace YOUR_USER_ID_HERE with the User ID from your dashboard.
Run the Sync Agent
The Devspanso sync agent runs in the background, listens for server push events, and updates your local YAML files automatically.
espanso-cloud sync --daemonStart Typing!
That's it! Go to your dashboard, create a new snippet, and it will instantly appear in Espanso on all your connected devices.
Ready to get started?
Sign in with Google to create your free account and start managing your snippets from anywhere.
Go to Dashboard →