A static version of startupapi.com, served from Cloudflare Workers static assets.
public/ # static site (served as-is)
index.html # home page
404.html # not-found page
wide_logo.png # logo
wrangler.jsonc # Cloudflare Worker / assets config
npm install
npm run dev # serves the site at http://localhost:8787npm run deploy # wrangler deployThe first deploy uploads the assets and provisions the Worker. The
startupapi.com custom domain is configured in wrangler.jsonc
under routes (custom_domain: true). For Cloudflare to attach the custom
domain, startupapi.com must be a zone on the same Cloudflare account.
- The legacy Google Analytics (
ga.js,UA-817839-37) snippet was removed — Universal Analytics /ga.jswas fully shut down by Google and no longer collects data. Add a current analytics solution (e.g. Cloudflare Web Analytics or GA4) if needed. - The page is a modern, responsive single-screen hero with full light/dark
support via
prefers-color-scheme(the grayscale logo is inverted in dark mode). It honors the visitor's browser/OS theme automatically. - The legacy
startupapi.orgWiki link was removed. The single call to action is a GitHub button (octocat icon before the text) linking to the StartupAPI organization.