5 demo · 3 apps

Demos

Download the app and run the Verified Demo locally to produce real outputs and an Evidence receipt.

  • Uses the customer’s own AI provider API key.
  • Your AI provider bills you separately.
Evidence = receipts

What “Evidence” means

Evidence is a receipt JSON file written to disk during your run. It records what ran, whether it succeeded, and where the output files were written.

Sample receipt excerpt
{
  "timestamp": "2026-02-10T21:55:48.750Z",
  "actions": [
    "gimp.write_sticker_sheet_png"
  ],
  "result": {
    "ok": true,
    "error": ""
  },
  "output_paths": [
    "/demos/gimp/sticker_sheet.png"
  ]
}