Documentation for Bolt, the AI coding agent built for the terminal. Built with Mintlify; pages are MDX files and navigation lives in docs.json.
index.mdx,installation.mdx,quickstart.mdx— getting startedconcepts/— core concepts (agents, sessions, permissions, config, and more)tui/— terminal UI guidesextending/— plugins, custom commands, skills, MCPserver/— headless server and automationdesktop/— desktop appreference/— command reference (generated from the CLI's--helpoutput), scripting and CI guide, configuration schema, environment variables, troubleshootingchangelog/— release notes- Two-letter directories (
de/,ja/,zh/, ...) — translated trees; edit English pages first, translations follow separately
Install the Mintlify CLI and run a local preview from the repo root (where docs.json is located):
npm i -g mint
mint devView the preview at http://localhost:3000.
Before pushing, check for broken links:
npx mintlify broken-links- English content is the source of truth. Do not hand-edit translated trees.
reference/commands.mdxis generated from bolt-cli's--helpoutput viascript/docs-reference.tsin the bolt-cli repo; regenerate rather than editing by hand.- Changes merged to
maindeploy to production automatically.
- If the local preview isn't running, run
mint updateto get the latest CLI. - If a page loads as a 404, make sure you are running in the folder containing
docs.json.