Keep your "Getting Started"
guides 100% accurate.
Stale screenshots in integration docs cause developer churn. Automate the capture of settings panels, API logs, and configuration screens directly from your test suite.
The "Hello World" Failure.
Developers judge the quality of a tool by the accuracy of its documentation. If a user follows a tutorial and the screenshot shows a configuration option that no longer exists, they lose trust in the platform stability. Manual screenshots cannot keep pace with daily shipping cycles.
Visuals as Code.
Stop treating screenshots as binary blobs in a folder. Define them as code scenarios. Poliage uses a docsync.config.json file to define exactly where to navigate and what to capture. This file lives in your repo, evolves with your codebase, and is reviewed like code.
{
"project": "acme-api-platform",
"baseUrl": "http://localhost:3000",
"visuals": [
{
"key": "api-keys-table",
"path": "/settings/api-keys",
"selector": "[data-testid='api-key-table']",
"viewport": { "width": 1280, "height": 800 }
},
{
"key": "webhook-config",
"path": "/settings/webhooks",
"action": "screenshot",
"waitFor": ".webhook-list-loaded"
},
{
"key": "oauth-flow",
"path": "/integrations/oauth",
"record": true,
"steps": [
"click:button.add-app",
"fill:input.app-name:My App",
"click:button.generate"
]
}
]
}Multi-Step "GIF" Automation.
Static images often fail to convey complex integration flows. Poliage allows you to record multi-step interactions and automatically generates optimized GIFs or MP4s on every commit. Show the full flow, not just the end state.
api-flow.mp4Built for developer platforms
Features designed for teams shipping integration guides, API documentation, and developer tutorials.
Selector Targeting
Capture specific UI elements precisely.
Multi-Step Recording
Capture complex workflows as video.
CI/CD Native
Run in your existing pipeline.
Ready to automate your dev docs?
Stop shipping tutorials with outdated screenshots. Generate accurate visuals on every commit and maintain developer trust.
No credit card required • 14-day free trial • Cancel anytime
Poliage Platform