Automate UI documentation
for every jurisdiction.
Your payroll UI behaves differently in California than it does in Berlin. Define your locales in configuration files, and auto-generate accurate assets for every region on every deployment.
Manual screenshotting cannot scale
to N+1 jurisdictions.
Adding new country support to your platform creates an exponential documentation burden. Maintaining accurate guides for 50+ regions requires manually logging into test accounts for each region to capture unique UI states. This manual process introduces lag, leaving regional documentation permanently outdated.
Traditional Documentation Status
Manual process leaves documentation perpetually out of sync
Define user contexts as code.
Poliage does not require manual login. You define a "Context Matrix" in your docsync.config.json file, specifying cookies, local storage keys, or URL parameters for each region. The CLI executes your capture scenario across every defined context in parallel within your CI/CD pipeline.
{
"project": "global-payroll-app",
"contexts": {
"us": {
"locale": "en-US",
"cookies": { "region": "NA", "currency": "USD" }
},
"eu": {
"locale": "de-DE",
"cookies": { "region": "EU", "currency": "EUR" }
},
"apac": {
"locale": "ja-JP",
"cookies": { "region": "APAC", "currency": "JPY" }
}
},
"visuals": [
{
"key": "onboarding-form",
"path": "/employee/onboard",
"contexts": ["us", "eu", "apac"]
},
{
"key": "tax-configuration",
"path": "/settings/tax",
"contexts": ["us", "eu", "apac"]
}
]
}Blocked: Visual changes require approval
Prevent regression in regional UIs.
Global platforms often break specific regional UIs during core updates. Poliage acts as a regression test for your documentation. If a deployment changes the "Tax Form" layout for German users, the system flags the visual difference and blocks the merge until the change is verified.
Built for global workforce platforms
Features designed for the unique challenges of multi-jurisdiction HR tech, payroll, and EOR platforms.
Context Matrix
Define locale-specific contexts in code.
Parallel Execution
Capture all regions simultaneously.
Compliance Audit
Maintain documentation trail for audits.
Ready to scale your documentation?
Stop manually capturing screenshots for every region. Auto-generate accurate visuals for 50+ jurisdictions from a single configuration file.
No credit card required • 14-day free trial • Cancel anytime
Poliage Platform