Get onboarded like a VIP

Your customers will thank you, and your docs will sing sonnets

No bots, no spam, no b.s.

Your team's robot
technical docs writer

Add Quantstruct to your Slack and GitHub, get documentation improvements 24𝗑7, and ask it for new docs!

How It Works

app/api/users/route.ts
View file
171
172
173
174
174
175
176
177
178
179
async function createUser(request: Request) {
const body = await request.json();
- console.log('TODO create user:', user);
+ const user = await db.users.create({
+ name: body.name,
+ email: body.email
+ });
return Response.json(user);
}
216 linesLast updated 9 mins ago
1

Make Changes

Create a GitHub PR or configure Quantstruct to trigger on other events in your development workflow.

Quantstruct Logo
Quantstruct

Welcome to Quantstruct! Improve your docs based on the detected changes 👇

📜 Docs draft update

  1. API Reference Guidedocs/reference/api-reference.tsx
  2. Changelogdocs/changelog/2025-03-29.md

🔗 Originating change

GitHub PR [#1862]

2

Get Automated Updates

Receive instant Slack notifications with grounded documentation improvements.

docs/reference/api-reference.mdx
View docs
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
+ # Create User
+
+ Creates a new user in the database with the provided name and email.
+
+ ### Request
+ POST `/api/users`
+
+ ### Example
+ ```python
+ import requests
+
+ response = requests.post(
+ "/api/users",
+ json={
+ "name": "John Doe",
+ "email": "john@example.com"
+ }
+ )
+
+ user = response.json()
+ ```
183 linesLast updated now
3

Refine with Comments

You can ask Quantstruct to adjust and improve suggested documentation.

docs/changelog/2025-03-29.md
View changelog
1
2
3
4
5
6
7
8
9
10
+ # Changelog
+
+ ## Added
+ New user creation endpoint (`POST /api/users`)
+ Improved error handling with detailed messages
+
+ ## Fixed
+ Authentication token validation bug
+ Rate limiting headers not being set correctly
+ Documentation sync issues
10 linesLast updated now
4

Take Action

Call dozens of tools and other agents to improve your docs.

Schedule a Call

Frequently Asked Questions

Quantstruct is an agentic workflow platform for technical documentation. It helps teams maintain accurate, up-to-date technical docs. It automatically detects changes in your codebase and suggests relevant docs updates.
Quantstruct integrates with your GitHub repositories and Slack workspace. When code changes are detected, our AI analyzes the changes and automatically generates documentation updates. These updates are then sent for review through GitHub pull requests or Slack notifications.
Quantstruct is ideal for software development teams of any size who want to maintain high-quality documentation without the manual overhead. It's especially valuable for teams working on APIs, SDKs, or any software product with a developer community.
Quantstruct's AI uses prompts and finetuned models that comprise high quality technical documentation and code samples. All generated content goes through multiple validation steps and is presented for human review before being published. Our system also learns from your team's feedback to improve accuracy over time.
Quantstruct currently integrates with Git-based documentation management platforms (Mintlify, Fern, GitBook, Docusaurus, Nextra, etc.), Slack, and popular documentation platforms. We are developing integrations for Discord and Linear, and adding new integrations based on user feedback.
Getting started is easy! Sign up above, connect your GitHub repository and Slack workspace, and our team will guide you through the setup process. We offer personalized onboarding to ensure you get the most value from Quantstruct.