Interactive landscape analysis (Workstream A) for the IUCN/GIZ PANORAMA AI consultancy. A single static HTML file, encrypted with StatiCrypt and served via GitHub Pages — benchmarking 26 comparable platforms on the AI features they have actually shipped, the use cases that recur across them, and what the evidence implies for PANORAMA's own AI roadmap.
Working draft — risk and financial scoring follow in D2. Maintained by Relief Applications.
Live site: https://reliefapplications.github.io/iucn-landscapeanalysis/ (password-protected via StatiCrypt)
Four views of the same 26-platform dataset:
- Scatter — platforms positioned by scale and AI maturity.
- Coverage — how AI use cases are distributed across the peer set.
- Readiness matrix — per-use-case readiness scoring across the landscape-informed dimensions.
- Takeaways — synthesis of what the landscape implies for PANORAMA's AI roadmap.
index.html— the encrypted explorer (StatiCrypt output), served by GitHub Pages at the URL above.
The plain (unencrypted) source HTML lives outside this repository.
When the source HTML changes:
- Re-encrypt the updated source, using the same password so existing
links keep working:
npx staticrypt path/to/PANORAMA_Peer_Landscape_Explorer.html - Copy the encrypted output over
index.htmlin this repo:cp encrypted/PANORAMA_Peer_Landscape_Explorer.html \ /path/to/iucn-landscapeanalysis/index.html - Commit and push:
GitHub Pages republishes within ~1–2 minutes.
git add index.html git commit -m "Update encrypted explorer" git push origin main