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

FeatureDescription
Review QueueMake named approval/rejection decisions on every plan
Version HistoryComplete history of all visual versions
Immutable URLsPer-version URLs on every plan
Approved pointersTeam+ URLs that serve the latest approved baseline
CDN DeliveryGlobal edge caching for fast asset loading
Team PermissionsOwner, Member, Viewer roles

Setup

1. Authenticate

Terminal
reshot auth

This 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 publish

Review Workflow

When you publish:

  1. New Visuals: Marked as PENDING
  2. Changed Visuals: Marked as PENDING (requires review)
  3. Unchanged Visuals: Automatically APPROVED

Team members review changes in the dashboard. On Team+, approval also advances the stable pointer to the new baseline; Developer retains immutable URLs for each version.

Review queue
Published captures appear in Review for decisions on every plan. Team+ approval also advances the stable baseline pointer.

Asset URLs

Platform mode provides permanent CDN URLs:

Text
https://cdn.reshot.dev/v1/assets/[project-id]/[visual-key]

Per-version URLs never change and are available on every plan. On Team+, an additional approved-baseline pointer keeps the same URL as new versions are approved.