Sharing & Import/Export
Share your workspace configurations with your team or sync across devices.
Exporting Workspaces
Single Workspace
- Right-click a workspace
- Select “Export”
- Choose format:
- JSON File: Save to disk
- Clipboard: Copy for sharing
Multiple Workspaces
Export all at once for backup or team sharing.
Importing Workspaces
From File
- Click “Import”
- Select JSON file
- Review configuration
- Confirm import
From Clipboard
Paste exported JSON directly.
Team Collaboration
Version Control
Store workspace JSON files in Git:
workspaces/
frontend-dev.json
backend-dev.json
shared-templates.json
New Team Member Setup
- Clone repository
- Import workspace files
- Configure local paths (variables)
- Ready to work!
Best Practices
- Review before import: Check for sensitive data
- Use variables: Keep personal paths out of exports
- Document: Include README with your workspace configs
- Version: Tag workspace exports with version numbers
Next: Themes →