Hive Platform documentation site — https://the-guild.dev/graphql/hive
bun install
bun devpackages/documentation-astro/— the website (Astro), serving docs, blog, case studies, product updates, and landing pagespackages/documentation/— shared MDX content, public assets, and redirect rules consumed by the sitepackages/design-system/— React components with Tailwind CSS v4packages/search-api/— Cloudflare Worker for search-related APIs
bun build # Build all packages
bun test # Run tests
bun fix # Lint and formatThe site deploys as static assets on a Cloudflare Worker. In production it is
mounted behind the the-guild.dev router under /graphql/hive — main-branch
builds set ASTRO_BASE_PATH accordingly, while PR previews run standalone.
- Bun + Turborepo
- Astro + Tailwind CSS v4
- pagefind search
- Mermaid rendered at build time (rehype-mermaid via Playwright)