Back to demos

Interactive Demo

Document Template Studio Demo

A sanitized migration studio showing how a vendor-shaped template response is validated, normalized, reviewed, and exported without exposing private project material.

Load fake vendor-shaped template payloads
Run validation and normalize into stable JSON
Review a simulated template layout before export

Sanitized simulation

Migration review workspace

Fake payloads only. No client data, credentials, or private source.

Current step

Capture

Load sanitized vendor-shaped response. The data shown here is intentionally synthetic so the workflow is understandable without exposing real project material.

{
  "template_id": "tpl-001",
  "service_files": {
    "source": "Sanitized browser export",
    "pages": 1,
    "items": [
      {
        "item_key": "worker_name",
        "display_name": "Worker name",
        "item_type": "text",
        "left": "42.5",
        "top": "118.0",
        "w": "190",
        "text_align": "1"
      },
      {
        "item_key": "start_date",
        "display_name": "Start date",
        "item_type": "date",
        "left": "410",
        "top": "118",
        "w": "112",
        "text_align": "2"
      },
      {
        "item_key": "monthly_total",
        "display_name": "Monthly total",
        "item_type": "number",
        "left": "394.2",
        "top": "364.5",
        "w": "128",
        "text_align": "3"
      },
      {
        "item_key": "review_stamp",
        "display_name": "Review stamp",
        "item_type": "stamp",
        "left": "428",
        "top": "604",
        "w": "64",
        "text_align": "2"
      }
    ]
  }
}

Fields

4

validated before mapping

Transform

Pure

no network or filesystem write

Output

Stable JSON

safe to diff and rerun

Template preview

Employment Summary

1 page
Worker nametext
worker_name
Start datedate
start_date
Monthly totalnumber
monthly_total
Review stampstamp
review_stamp
Review surfacefake data

Audit trail

What the reviewer can explain

  1. 1Loaded sanitized sample payload