Landing page for okf, the Open Knowledge Format CLI.
A single Cloudflare Worker that serves the landing page HTML inline. No framework and no build step; the only client-side JavaScript is the DataFast analytics snippet.
npm install
npm run devOpen http://localhost:8787.
npm run deploysrc/index.js: single Worker file, inline HTML, robots.txt handler, DataFast bot trackingwrangler.toml: Cloudflare Worker configpackage.json:wrangler(dev) and@datafast/ai-crawl(analytics)CLAUDE.md: how DataFast analytics/goals are wired, deploy notes, copy style
See CLAUDE.md for how the DataFast analytics, goals, and bot tracking work.
Apache 2.0