https://github.com/mizcausevic-dev/procurement-pulse-landing
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.
https://github.com/mizcausevic-dev/procurement-pulse-landing
ai-disclosure ai-governance decision-intelligence kinetic-gain-protocol-suite landing-page procurement quarterly-report research-publication well-known
Last synced: 2 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/mizcausevic-dev/procurement-pulse-landing
- Owner: mizcausevic-dev
- License: other
- Created: 2026-05-16T07:17:02.000Z (18 days ago)
- Default Branch: main
- Last Pushed: 2026-05-23T19:30:17.000Z (11 days ago)
- Last Synced: 2026-05-23T21:21:30.752Z (11 days ago)
- Topics: ai-disclosure, ai-governance, decision-intelligence, kinetic-gain-protocol-suite, landing-page, procurement, quarterly-report, research-publication, well-known
- Language: HTML
- Homepage: https://pulse.kineticgain.com/
- Size: 16.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/mizcausevic-dev/kinetic-gain-protocol-suite) as its substrate.
Live at **[pulse.kineticgain.com](https://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`](https://github.com/mizcausevic-dev/aeo-validator-service), check signatures via [`hash-attestation-rs`](https://github.com/mizcausevic-dev/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
```bash
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
- **[kinetic-gain-protocol-suite](https://github.com/mizcausevic-dev/kinetic-gain-protocol-suite)** — the 11-spec substrate the Pulse measures
- **[aeo-crawler](https://github.com/mizcausevic-dev/aeo-crawler)** — the crawl engine
- **[aeo-validator-service](https://github.com/mizcausevic-dev/aeo-validator-service)** — always-on validator
- **[hash-attestation-rs](https://github.com/mizcausevic-dev/hash-attestation-rs)** — ed25519 signature verification
- **[audit-stream-py](https://github.com/mizcausevic-dev/audit-stream-py)** — the spine that records every crawl + validation event
## 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.