Playground

UI mockup · Not connected to backend

This is a visual mockup demonstrating the HEXT transformation pipeline. No server processing is implemented.

1. Markdown (Authoring)

2. Semantic XML

<hext:Document>
  <hext:Object/>
  <hext:Evidence/>
</hext:Document>

3. Object Graph

Object ──derived_from──▶ ...
Evidence
Ledger ──▶ Seal

4. HTML (Render)

Human-readable projection via XSLT

5. JSON (Transport)

{ "object": {}, "evidence": {} }

View real examples →