Poliage

Platform Mode

Platform Mode uses Poliage's managed infrastructure, giving you a visual review queue, version history, and automatic CDN delivery.

Configuration

{
  "storage": {
    "type": "poliage"
  }
}

Features

FeatureDescription
Review QueueApprove/reject visual changes before they go live
Version HistoryComplete history of all visual versions
Unbreakable URLsPermanent URLs that auto-update when you approve changes
CDN DeliveryGlobal edge caching for fast asset loading
GitHub IntegrationBlock PRs until visuals are approved
Team PermissionsOwner, Member, Viewer roles

Setup

1. Authenticate

poliage auth

This opens a browser window for authentication and stores credentials in ~/.poliage/config.json.

2. Configure Storage

Set storage type to poliage in your config:

{
  "storage": {
    "type": "poliage"
  }
}

3. Publish

poliage 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 before they go live.

Asset URLs

Platform mode provides permanent CDN URLs:

https://cdn.poliage.com/v1/assets/[project-id]/[visual-key]

These URLs never change. When you approve a new version, the same URL serves the updated image.

Platform Mode requires a Poliage account. Visit poliage.com to sign up.