Documentation that
maintains itself.

Every push to your repo is analyzed for doc impact. Gaps are detected, updates are written in your style, and a PR appears — ready to review. No workflow changes. No new tools to learn. Just docs that never fall behind.

Zero configuration. Zero workflow change.

01

Connect your repo

Point Tome at your repo and docs directory. One webhook, one token. You're done in 30 seconds.

02

Ship code, forget about docs

Every push is analyzed for documentation impact. New endpoints, config changes, breaking changes — Tome catches what humans miss.

03

Review a PR, not a task

Doc updates arrive as a PR that matches your existing style. Approve or tweak — same workflow your team already uses.

What a Tome PR looks like

A developer added a new authentication endpoint. Tome noticed the docs didn't cover it.

docs: update authentication.md tome

Documentation Updates

Tome detected code changes that need documentation coverage.

Changes Detected

  • new_endpoint in src/auth/oauth.py: Added OAuth2 PKCE flow endpoint
  • config_change in src/config.py: New OAUTH_REDIRECT_URI setting

Files Modified

  • Updated: docs/authentication.md
docs/authentication.md
## Token-Based Authentication
DreamFactory supports JWT tokens for stateless auth...
+## OAuth2 PKCE Flow
+
+For single-page applications, use the PKCE flow:
+
+```bash
+POST /api/v2/oauth/authorize
+ code_challenge: <SHA256 hash>
+ code_challenge_method: S256
+```
+
+Set `OAUTH_REDIRECT_URI` in your `.env` file:
+
+```env
+OAUTH_REDIRECT_URI=https://yourapp.com/callback
+```

You could. But will you maintain it across 10 repos?

Tome DIY script Human tech writer
Detects stale docs automatically You build it Sometimes
Writes documentation in your style You prompt it Eventually
Scales across repos + contributors You maintain it $8K+/mo per writer
Watches every push, 24/7 You host it
Zero workflow change for your team You wire it up
Time to value 30 seconds Days to weeks Weeks to months
Cost From $9/mo Your time + API costs $8,000-12,000/mo

One repo. One price. No surprises.

Starter
$9/mo
Doc coverage scanning and gap reports for one repo.
  • 1 repository
  • Weekly doc coverage reports
  • Gap detection on every push
  • Email alerts for stale docs
Start Free Trial
Enterprise
$99/mo
Unlimited repos with custom model tuning on your codebase.
  • Unlimited repositories
  • Fine-tuned model on your codebase
  • Support channel monitoring
  • Custom doc templates
  • Priority support
Start Free Trial