Private docs network

My documentation hub.
Every project, one home.

Kitgrid isn’t a public SaaS—it’s the private infrastructure I use to ship docs for the software I build. Each repo keeps its own source; this site orchestrates the pulls, builds, and deploys so <project>.kitgrid.dev is always the canonical destination.

Owned projects

All mine

no external tenants

Docs online in

<10 min

tag → subdomain

Ingress

Pull-only

never pushes to repos

Looks right everywhere

Responsive shells + device previews.

All layouts rely on daisyUI primitives (hero, cards, mockups) so they respond cleanly from phone to desktop. Each docs deploy inherits the same grid + typography system, making upgrades dead simple.

  • Mobile-first navigation & sticky TOCs.
  • Dark-first color tokens with high contrast.
  • Mock device frames for marketing previews.

kitgrid.dev → mobile

Hero

Docs deploys trigger automatically when I tag a release.

Tailwind + daisyUI handles the typography and spacing, so I focus on content instead of CSS resets.

How Kitgrid operates

Pull-only, immutable deploys.

Every project repo stays the source of truth. Kitgrid only pulls tarballs, builds locally, and publishes to CloudFront with a predictable folder strategy—no webhooks pushing into your git history.

01 · Track repo health

A lightweight manifest in each repo lists docs source, theme, and ref strategy.

02 · Fetch + build

Kitgrid pulls docs tarballs, runs Astro + daisyUI layouts, and runs link checks.

03 · Publish + pin

Artifacts land in /sites/<project>/<ref> with “current” pointers for CloudFront.

Project catalog

Every docs site ships with the same toolkit.

Docs live in each repo under /docs. Kitgrid ingests via manifest metadata and publishes a project subdomain instantly.

python

CasperKristiansson/pydantic-fixturegen

pydantic-fixturegen

Deterministic test data factories for Pydantic v2 with CLI, providers, and seeds.

python

CasperKristiansson/python-version-patch-pr

python-version-patch-pr

Keep every pinned CPython runtime patched automatically with a turnkey GitHub Action.

astro

CasperKristiansson/kitgrid

Kitgrid Hub

Marketing site + control plane that orchestrates every docs deployment.

Need something custom?

We’re building everything in the open.

Infra, theming, ingestion, and the first partner project are all tracked in this repo. Open an issue or ping hello@kitgrid.dev if you need a new capability.