Compare Versions demo

Fictional bank demo pages

15 pages across three fictional institutions for monitoring, diff review, and the public /demo Main view. Content as of August 18, 2026.

Acme Trust Bank (Australia)

Monitor base: https://www.acmetrust.com.au:8000

Acme Savings (New Zealand)

Monitor base: https://www.acmesavings.co.nz:8000

Acme Mutual (Australia)

Monitor base: https://www.acmemutual.com.au:8000

Setup notes

  1. Run php artisan demo:ensure-websites to create fictional site rows on the demo user.
  2. Add each monitor path via Add webpages using the institution base URL (see config/demo.php hosts).
  3. Run an initial resubmit to capture the first snapshot.
  4. Edit the Blade file for v2, then resubmit again to generate the diff.
  5. Add each slug to config/demo.php scenarios when the saved diff exists.

Local fetch: point fictional hosts at 127.0.0.1 in /etc/hosts (include port in host, e.g. www.acmetrust.com.au:8000).