Open-source tooling for JS/TS and AI agents.
Org hub for Stainless Code — the company site at https://stainless-code.com/. Open-source TypeScript and JavaScript libraries with sharp contracts.
Product docs ship as sibling sites, including:
| Product | Docs |
|---|---|
| Codemap | stainless-code.com/codemap |
| Persist | stainless-code.com/persist |
| Layers | stainless-code.com/layers |
Company hub for https://stainless-code.com/ — pitch + product index. It does not replace product documentation trees.
bun install
bun run dev # local preview
bun run validate
bun run check
bun run build # → dist/
bun run format # oxfmt write
bun run format:checkGit hooks: Husky + lint-staged on every commit (see .husky/pre-commit).