Runnable examples, not screenshots
Variation 04 / Sample Lab
Copy a working sample before you write your own config.
Parity ships with runnable public examples across PHP, JavaScript, TypeScript, Rust, Laravel, Vite, and AdonisJS-style layouts. Each sample installs Parity from Packagist in CI and includes code, tests, coverage output, config, and expected result.
A minimal real application layout.
The exact configuration for that stack.
The expected Parity output to compare against.
covers() ownership links.Sample anatomy
Every sample is a reproducible contract.
A sample is not a screenshot or fixture blob. It is a small application with tests, generated coverage, Parity config, and a checked-in result so regressions are obvious.
testparity/jest-samplecode/parity-coverage.jsonparity.yaml.github/workflows/parity.ymlBest when adoption depends on seeing your stack represented.
The lab style makes Parity feel practical and low-risk. It should be a strong secondary section even if another variant becomes the homepage.

