Language-aware docs, not generic ones
docs-keeper parses your code with Tree-sitter, so drafts understand the real shape of your framework — routes, models, exported APIs and all.
Next.js
docs-keeper reads your route handlers, server actions, and components — then updates the docs the moment a PR merges.
Django
docs-keeper follows your Django models, views, and serializers and rewrites the docs when migrations land.
FastAPI
docs-keeper reads your FastAPI routers and Pydantic models and keeps the human-readable docs in lockstep.
Go
docs-keeper reads your packages, structs, and exported functions and rewrites the docs when the public API changes.
Ruby on Rails
docs-keeper reads your Rails app and keeps the README, API docs, and guides current as the app evolves.