# Rethink Studios Handbook The shared reference for how we build, deploy, and operate. Generic patterns and conventions live here — sanitized for public consumption. Real infrastructure specifics (hostnames, internal IPs, secrets, exact topology) stay in our private runbooks. ## Sections
- :material-rocket-launch: __[Deploy](deploy/index.md)__ --- How services get from a repo to running behind the proxy — container standards, compose patterns, and step-by-step deploy guides. - :material-ruler-square: __[Conventions](conventions/index.md)__ --- Coding, library, and infrastructure conventions. Naming, layout, logging, and the rules that keep things consistent across projects. - :material-package-variant: __[Libraries](libraries/index.md)__ --- Usage docs for the shared `rethink-public` library suite — what each lib does and how to wire it into a project. - :material-tools: __[Runbooks](runbooks/index.md)__ --- Operational how-tos for recurring tasks — sanitized for public reference.
## Conventions for this handbook - One topic per page, grouped by section directory. - Public means sanitized: use placeholders (``, ``, `/srv/...`) and describe the pattern, not our literal infrastructure. - Code blocks are tagged with their language and kept copy-pasteable.