Platform Mode
Platform Mode uses Reshot's managed infrastructure, giving you a visual review queue, version history, and approval-gated CDN delivery.
Configuration
JSON
{
"storage": {
"type": "reshot"
}
}Features
| Feature | Description |
|---|---|
| Review Queue | Approve/reject visual changes before the stable URL switches |
| Version History | Complete history of all visual versions |
| Unbreakable URLs | Permanent URLs that serve the latest approved image |
| CDN Delivery | Global edge caching for fast asset loading |
| Team Permissions | Owner, Member, Viewer roles |
Setup
1. Authenticate
Terminal
reshot authThis opens a browser window for authentication and stores credentials in ~/.reshot/config.json.
2. Configure Storage
Set storage type to reshot in your config:
JSON
{
"storage": {
"type": "reshot"
}
}3. Publish
Terminal
reshot publishReview Workflow
When you publish:
- New Visuals: Marked as
PENDING - Changed Visuals: Marked as
PENDING(requires review) - Unchanged Visuals: Automatically
APPROVED
Team members review changes in the dashboard before the stable URL serves the new image.
Asset URLs
Platform mode provides permanent CDN URLs:
Text
https://cdn.reshot.dev/v1/assets/[project-id]/[visual-key]These URLs never change. When you approve a new version, the same URL serves that approved image.

