Developer Docs That Stay in Sync
Syntext unifies hand-written guides, auto-generated API references, and an AI assistant — all kept in sync with your codebase via @stx annotations.
Set up your first docs site in 5 minutes
Learn the stx command-line interface
Why Syntext?
Document functions with @stx annotations in your code. API references update automatically when code changes.
Production-ready themes with dark mode, syntax highlighting, and responsive design — no configuration needed.
Built-in RAG-powered chat that answers questions using your documentation as context.
First-class support for REST, GraphQL, gRPC, WebSocket, and event-driven APIs with specialized components.
Meilisearch-powered full-text search with typo tolerance and instant results.
stx deploy publishes to our global CDN with automatic SSL. Custom domains supported.
Quick Start
curl -fsSL https://get.syntext.dev | sh
cd my-project
stx init --name "My Docs" --create
stx dev
Opens your preview at https://dev--your-project.syntext.dev.
stx deploy
Your docs are now live at your-project-docs.syntext.dev.
Explore the Docs
The mental model — from code annotations to a deployed site
Step-by-step tutorials for common workflows
Move from Mintlify, ReadMe, or Docusaurus in under an hour
Collaboration, analytics, the AI assistant, and the web editor
Official TypeScript, Go, and Python clients
MDX components for callouts, tabs, code blocks, and more
Customize themes, navigation, and site settings
Programmatic access to builds, search, analytics, and more