The Dev Tools area (Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/dev) hosts developer and platform engineering utilities for testing visual components, branding configurations, and accessibility audits. The primary entry is the /dev path prefix, with sub-routes for specific tools.
Overview
There is no single/dev index route. The three confirmed sub-routes under /dev each require pf.wizards.admin:
/dev/icon-tone-playground— rendersIconTonePlaygroundPage, a visual sandbox for testing icon tone and colour token combinations./dev/branding-preview— rendersBrandingPreviewPage, a live preview of the organisation’s active branding configuration./dev/foreground-contrast-audit— rendersForegroundContrastAuditPage, an accessibility audit tool for checking foreground/background colour contrast ratios.
RequirePermission permission="pf.wizards.admin".
Who it’s for
Requires permissionpf.wizards.admin on all /dev/* sub-routes.
Before you start
- You must hold
pf.wizards.admin. - These tools use live branding and theme configuration data from the current organisation.
Steps
Navigate to a dev tool
Go directly to one of the sub-routes:
/dev/icon-tone-playground, /dev/branding-preview, or /dev/foreground-contrast-audit.Use the Icon Tone Playground
On
/dev/icon-tone-playground, explore icon and colour token combinations to verify visual consistency.Use the Branding Preview
On
/dev/branding-preview, review how the current organisation’s branding configuration renders across component types.Related
Platform Foundation
Platform Foundation overview.
Governance & parity
Documentation coverage and governance.
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/dev/pages/IconTonePlaygroundPage.tsx
- src/platform/dev/pages/BrandingPreviewPage.tsx
- src/platform/dev/pages/ForegroundContrastAuditPage.tsx