# ZeroDirs > A paid Astro + Cloudflare Workers starter for directory sites. Renders every page to static HTML at build time, ships zero client JavaScript outside /search/, and hosts for $0/month on the Cloudflare free plan. - The product is source you own: a flat copy of one directory, licensed per buyer, not a hosted service. - One config file (`site.config.ts`) covers roughly 80% of customisation; it is zod-validated with ten cross-field rules. - Listings come from Markdown files by default, or from Cloudflare D1 when `LISTINGS_SOURCE=d1`. - A free MIT edition is derived from the same source by deleting files; it deploys with no Worker script at all. - Any single page is also available on its own at `https://zerodirs.com/docs/prompt/.md`, framed as a task, e.g. `https://zerodirs.com/docs/prompt/configure/site-config.md`. ## Documentation Sets - [Abridged documentation](https://zerodirs.com/docs/llms-small.txt): a compact version of the documentation for ZeroDirs, with non-essential content removed - [Complete documentation](https://zerodirs.com/docs/llms-full.txt): the full documentation for ZeroDirs - [Getting started](https://zerodirs.com/docs/_llms-txt/getting-started.txt): what is in the product, the quickstart, going live, deploying on push, and every variable and secret - [Configuration](https://zerodirs.com/docs/_llms-txt/configuration.txt): site.config.ts, the generated field reference, content, theming, search and SEO - [Running it](https://zerodirs.com/docs/_llms-txt/running-it.txt): submissions, accounts, payments, the queue, admin, email, publishing, ads, newsletter, clicks, security, cost and troubleshooting - [Agent recipes](https://zerodirs.com/docs/_llms-txt/agent-recipes.txt): the skills that ship with the starter and what each one changes ## Notes - The complete documentation includes all content from the official documentation - The content is automatically generated from the same source as the official documentation ## Optional - [Live demo](https://demo.zerodirs.com): The starter running on its own demo dataset. - [Product site](https://zerodirs.com): Pricing and what is in the box.