Documentation site for openinfer, built with Astro Starlight and deployed on Cloudflare Workers (static assets).
npm install
npm run dev # http://localhost:4321Requires Node 22+.
Pages live in src/content/docs/:
index.mdx— landing pagegetting-started.md— build & first requestmodels/<model>.md— one page per model line; add the new page to thesidebarinastro.config.mjs
The site deploys to Cloudflare Workers as static assets (wrangler.jsonc).
npm run build
npx wrangler deployFor automatic deploys, connect this repo in the Cloudflare dashboard
(Workers & Pages → Create → connect to Git) with build command
npm run build — pushes to main deploy to production and PRs get
preview URLs.