Docs live in the GitHub repo, where they belong, alongside the code they describe. The links below are the well-trodden paths. For everything else, browse the repo.
Postgres, Redis, the API, the worker, the MCP server, and the admin UI come up in one compose. Bootstrap prints your admin token. Paste into your AI client config. Done.
git clone https://github.com/crowditory/geshtu cd geshtu cp .env.example .env # edit .env, set ANTHROPIC_API_KEY docker compose up -d docker compose exec api python -m geshtu.bootstrap \ --team "My Team" \ --admin-email "me@example.com" \ --admin-name "Me"
The full doc set lives in the repo under /docs. Hosted on GitHub Pages via MkDocs Material. The categories below mirror the directory
structure, one-to-one.
The whole MCP API. Stable across releases — additions only, never breaking changes within a major version.