Skip to content

mizcausevic-dev/procurement-pulse-landing

Repository files navigation

procurement-pulse-landing

Static landing site for the AI Procurement Pulse — a quarterly research publication that measures vendor AI governance disclosure across the open internet, using the Kinetic Gain Protocol Suite as its substrate.

Live at pulse.kineticgain.com.

What this is

The Pulse is the Cloudflare Radar of AI procurement. Every ninety days we crawl ~1,200 vendor domains' /.well-known/ endpoints, validate any Suite documents we find via aeo-validator-service, check signatures via hash-attestation-rs, and publish a public report on:

  • Publication rate by vertical (EdTech, HealthTech, FinTech, Federal, CPG)
  • Signed-vs-unsigned ratios
  • Drift events per 1k checks
  • Decision Card adoption (the buyer side)
  • A signature honor roll

Issue #0 (this site) is the methodology issue. Issue #1 with real data ships Q3 2026 (July).

What's here

.
├── index.html              # the manifesto + preview charts + signup
├── style.css               # emerald-on-slate publication palette
├── .github/workflows/
│   └── deploy.yml          # FTPS push to /pulse/ on Hostinger on push to main
└── README.md

No build step. Hand-written HTML + CSS + ~10 lines of inline JS for the email signup mailto fallback.

Local preview

python3 -m http.server 8080
# open http://localhost:8080

Deployment

Pushes to main trigger a GitHub Actions workflow that FTP-syncs the site root to /pulse/ on Hostinger.

Required repo secrets: FTP_HOST, FTP_USER, FTP_PASS (same values as every other landing repo in the org).

Roadmap

  • Issue #0 (this site): methodology, projected charts, signup, manifesto.
  • Issue #1, Q3 2026 (July): first real-data report. Universe: Fortune 500 + top 100 K-12 EdTech + top 50 HealthTech AI vendors. ~1,200 domains.
  • Issue #2+: quarterly cadence. Vertical deep-dives rotate (Issue #2 leads with EdTech, Issue #3 with HealthTech, etc.).
  • Premium edition (Q4 2026): per-vendor named rows + downloadable CSV + drift change-logs. $499 per quarter for procurement teams.

Related repositories

License

Apache-2.0 for the site code. The published report editions are © Kinetic Gain LLC, available free under a CC BY 4.0 license for the public edition.

About

AI Procurement Pulse — a quarterly research publication measuring vendor AI governance disclosure. Issue #0 (methodology) live at pulse.kineticgain.com; Issue #1 with real crawl data ships Q3 2026.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors