Introduction
Welcome to the Keepin internal documentation site. This is the home for architecture decision records (ADRs), platform notes, and operational guides.
Start with Engineering best practices for how we build software in 2026 (including AI-assisted development). Repository root AGENTS.md complements this for assistants and contributors working outside the docs site.
For branches, PRs, and main / develop, see Git branching and pull requests.
Contributing
- Use Bun for installs and scripts (
bun install,bun run start). - Propose doc changes via pull request; prefer small, reviewable updates.
- For significant technical choices, add or update an ADR under
docs/adrs/.
Local development
From the repository root:
cd apps/docs
bun install
bun run start
The site serves at http://localhost:3000.