- 1
- 2
Read the spec sheet#
Open any file to see its exact properties — dimensions, noise seed, silence timestamps, form fields, encoding, formulas, or container details. You are testing against a documented input, not a mystery file.
- 3
Use the published testing contract#
Fixture families state the scenario, expected result, and validity role directly on the file page. Use those outcomes with grouped controls for metadata preservation, schema compatibility, calendar/contact import, graph algorithms, and ONNX inference.
- 4
Preview and inspect safely#
Use the real thumbnail, waveform, poster, table fragment, source excerpt, or model preview before downloading. Text and binary summaries are bounded, and downloadable fixtures are served with an attachment policy so a labelled malformed sample does not execute as a page.
- 5
Download the file#
Every file page has one primary download action. Files use stable, permanent URLs, so you can link to one from a README or fetch it in CI. Downloads do not open an advertising tab and do not require an account.
- 6
Use pairs for before and after#
Many files have a 1:1 pair — a clean image and its noisy version, a source document and its scanned twin, or content with and without metadata. Use one as input and the other as the reference you score against.
- 7
- 8
- 9
- 10
Edit every form contract honestly#
Form Studio exposes all 243 form fixtures. HTML and PDF use layout definitions; JSON, CSV, TXT, FDF, and XFDF use field-value definitions. Import, edit, export in the original format, and re-import to verify quoting, escaping, newlines, PDF field names, and protected SAMPLE or legal markings. FDF and XFDF keep companion PDF context without inventing a page layout.
- 11
Build and resize a document#
Document Studio starts with a blank block document or a curated family. Switch templates, choose a page shape, and reflow editable content before exporting DOCX, XLSX, HTML, Markdown, CSV where unambiguous, or print-ready PDF. Dirty-work warnings prevent an accidental template replacement.
- 12
Build and resize a visual#
Open a validated visual template or the blank canvas. Switch scenes, choose an aspect ratio, and either resize the canvas or scale all unlocked nodes. Locked SAMPLE/legal nodes and safe areas stay protected, and one resize is one undo operation.
- 13
Generate synthetic audio#
In the audio workspace, choose a bounded tone, sweep, seeded noise, or silence recipe. Generate only after reviewing the estimate, then retain the recipe, source hash, output hash, and reproducibility tier with the downloaded fixture. No microphone or upload exists.
- 14
Generate capability-gated video#
In the video workspace, choose a short synthetic pattern and a codec/container combination the current browser reports as available. WebCodecs output has content reproducibility, not hardware-independent byte reproducibility. Unsupported legacy formats link to catalog fixtures instead of producing a fake file with the requested extension.
Related workflows
- Build a test collection
Select up to 100 catalog files and export a deterministic ZIP manifest.
- Generate synthetic audio
Create a bounded recipe and retain its SHA-256 evidence.
- Generate synthetic video
Use only the codecs the current browser reports as available.
Troubleshooting
- Something did not open
Check browser support, download behavior, and editor eligibility.
- A format is unavailable
Confirm whether it is supported, capability-gated, or catalog-only.
- A site route is unavailable
Check the static status record before retrying.
Related documentation
Was this page helpful?
Found an error? Send a correction.