Full integration guide in Grafana's Writers' Toolkit. Real enterprise adoption by a major tech company.
Vale
activeOpen-source prose linter for docs-as-code pipelines. Markup-aware (Markdown, reStructuredText, AsciiDoc, HTML), CI/CD-native, extensible style packages (Microsoft, Google, write-good). Written in Go.

Where it wins
Markup-aware: Markdown, reStructuredText, AsciiDoc, HTML — purpose-built for technical docs
CI/CD-native — runs in pipelines alongside code linting
Extensible style packages: Microsoft, Google, write-good, proselint-compatible
Enterprise adoption: Grafana, Datadog, Meilisearch (documented in public engineering blogs)
Pragmatic Bookshelf published a full book: 'Write Better with Vale' (Brian P. Hogan)
HN: 230pts/82 comments — strongest HN signal of any writing tool
Where to be skeptical
Style enforcement only — not a grammar checker (complements Harper/LanguageTool)
Requires configuration to set up style packages — not plug-and-play
No AI rewriting or generation capabilities
95 open issues — moderate maintenance load
Editorial verdict
The standard for docs-as-code style enforcement. Adopted by Grafana, Datadog, Meilisearch. Pragmatic Bookshelf published a dedicated book. HN 230pts — strongest writing-tool HN signal. No real competitor for CI/CD prose linting. 5,299 stars.
Source
Related
Content & Writing
Docs-as-code style enforcement in CI/CD pipelines
Documentation
Related but not ranked
Swagger UI
95The original interactive API documentation renderer. 28.7K stars, 603K npm/week combined. Actively maintained with weekly releases (v5.32.1, Mar 2026). OpenAPI 3.1.2 support. The universal baseline.
Docusaurus
92Meta's open-source docs framework. Largest community (64K stars, 765K npm/week), built-in versioned docs, massive plugin ecosystem. The incumbent safe default for large OSS projects.
MkDocs Material
92Python ecosystem's default docs framework. 26.3K stars, 4.2M PyPI weekly downloads (highest of ANY docs tool). Now in maintenance mode — creator building Zensical as successor with 4-5x faster builds.
Astro Starlight
91Astro-based docs framework shipping zero client-side JS by default. Go-compiled dev server, multi-framework component support (React, Svelte, Vue, Solid). The DX leader for content-first documentation.
Public evidence
How Datadog uses Vale to improve their documentation editing process. Second major enterprise adoption confirmation.
Developer/technical audience deeply values Vale — strongest HN signal of any tool in the content-writing category.
A dedicated book from a major publisher = institutional validation. 'Write Better with Vale' by Brian P. Hogan.
Fern Writer integrates with Vale for API documentation linting. Growing ecosystem of integrations.
Raw GitHub source
GitHub README peek
Constrained peek so you can sanity-check the source material without leaving the site.
:heart: Sponsors
Hi there! I'm @jdkato, the sole developer of Vale. If you'd like to help me dedicate more time to developing, documenting, and supporting Vale, feel free to donate through the Open Collective. Any donation—big, small, one-time, or recurring—is greatly appreciated!
Organizations
<a href="https://opencollective.com/vale/organization/0/website"><img src="https://opencollective.com/vale/organization/0/avatar.svg?avatarHeight=100"></a> <a href="https://opencollective.com/vale/organization/1/website"><img src="https://opencollective.com/vale/organization/1/avatar.svg?avatarHeight=100"></a> <a href="https://opencollective.com/vale/organization/2/website"><img src="https://opencollective.com/vale/organization/2/avatar.svg?avatarHeight=100"></a> <a href="https://opencollective.com/vale/organization/3/website"><img src="https://opencollective.com/vale/organization/3/avatar.svg?avatarHeight=100"></a> <a href="https://opencollective.com/vale/organization/4/website"><img src="https://opencollective.com/vale/organization/4/avatar.svg?avatarHeight=100"></a> <a href="https://opencollective.com/vale/organization/5/website"><img src="https://opencollective.com/vale/organization/5/avatar.svg?avatarHeight=100"></a> <a href="https://opencollective.com/vale/organization/6/website"><img src="https://opencollective.com/vale/organization/6/avatar.svg?avatarHeight=100"></a> <a href="https://opencollective.com/vale/organization/7/website"><img src="https://opencollective.com/vale/organization/7/avatar.svg?avatarHeight=100"></a> <a href="https://opencollective.com/vale/organization/8/website"><img src="https://opencollective.com/vale/organization/8/avatar.svg?avatarHeight=100"></a> <a href="https://opencollective.com/vale/organization/9/website"><img src="https://opencollective.com/vale/organization/9/avatar.svg?avatarHeight=100"></a>
Individuals
<a href="https://opencollective.com/vale"><img src="https://opencollective.com/vale/individuals.svg?width=890"></a>
:boom: Key Features
-
Support for markup: Vale has a rich understanding of many markup formats, allowing it to avoid syntax-related false positives and intelligently exclude code snippets from prose-related rules.
-
A highly customizable extension system: Vale is capable of enforcing your style—be it a standard editorial style guide or a custom in-house set of rules (such as those created by GitLab, Homebrew, Linode, CockroachDB, and Spotify).
-
Easy-to-install, stand-alone binaries: Unlike other tools, Vale doesn't require you to install and configure a particular programming language and its related tooling (such as Python/pip or Node.js/npm).
See the documentation for more information.
:mag: At a Glance: Vale vs. <...>
NOTE: While all of the options listed below are open-source (CLI-based) linters for prose, their implementations and features vary significantly. And so, the "best" option will depends on your specific needs and preferences.
Functionality
| Tool | Extensible | Checks | Supports Markup | Built With | License |
|---|---|---|---|---|---|
| Vale | Yes (via YAML) | spelling, style | Yes (Markdown, AsciiDoc, reStructuredText, HTML, XML, Org) | Go | MIT |
| textlint | Yes (via JavaScript) | spelling, style | Yes (Markdown, AsciiDoc, reStructuredText, HTML, Re:VIEW) | JavaScript | MIT |
| RedPen | Yes (via Java) | spelling, style | Yes (Markdown, AsciiDoc, reStructuredText, Textile, Re:VIEW, and LaTeX) | Java | Apache-2.0 |
| write-good | Yes (via JavaScript) | style | No | JavaScript | MIT |
| proselint | No | style | No | Python | BSD 3-Clause |
| Joblint | No | style | No | JavaScript | MIT |
| alex | No | style | Yes (Markdown) | JavaScript | MIT |
The exact definition of "Supports Markup" varies by tool but, in general, it means that the format is understood at a higher level than a regular plain-text file (for example, features like excluding code blocks from spell check).
Extensibility means that there's a built-in means of creating your own rules without modifying the original source code.
Benchmarks
<table> <tr> <td width="50%"> <a href="https://user-images.githubusercontent.com/8785025/97052257-809aa300-1535-11eb-83cd-65a52b29d6de.png"> <img src="https://user-images.githubusercontent.com/8785025/97052257-809aa300-1535-11eb-83cd-65a52b29d6de.png" width="100%"> </a> </td> <td width="50%"> <a href="https://user-images.githubusercontent.com/8785025/97051175-91e2b000-1533-11eb-9a57-9d44d6def4c3.png"> <img src="https://user-images.githubusercontent.com/8785025/97051175-91e2b000-1533-11eb-9a57-9d44d6def4c3.png" width="100%"> </a> </td> </tr> <tr> <td width="50%"> This benchmark has all three tools configured to use their implementations of the <code>write-good</code> rule set and Unix-style output. </td> <td width="50%">This benchmark runs Vale's implementation of <code>proselint</code>'s rule set against the original. Both tools are configured to use JSON output.</td> </tr> <tr> <td width="50%"> <a href="https://user-images.githubusercontent.com/8785025/97053402-c5bfd480-1537-11eb-815b-a33ab13a59cf.png"> <img src="https://user-images.githubusercontent.com/8785025/97053402-c5bfd480-1537-11eb-815b-a33ab13a59cf.png" width="100%"> </a> </td> <td width="50%"> <a href="https://user-images.githubusercontent.com/8785025/97055850-7b8d2200-153c-11eb-86fa-d882ce6babf8.png"> <img src="https://user-images.githubusercontent.com/8785025/97055850-7b8d2200-153c-11eb-86fa-d882ce6babf8.png" width="100%"> </a> </td> </tr> <tr> <td width="50%"> This benchmark runs Vale's implementation of Joblint's rule set against the original. Both tools are configured to use JSON output. </td> <td width="50%">This benchmark has all three tools configured to perform only English spell checking using their default output styles.</td> </tr> </table>All benchmarking was performed using the open-source hyperfine tool on a MacBook Pro (2.9 GHz Intel Core i7):
hyperfine --warmup 3 '<command>'
The corpus IDs in the above plots—gitlab and ydkjs—correspond to the following files:
-
A snapshot of GitLab's open-source documentation (1,500 Markdown files).
-
A chapter from the open-source book You Don't Know JS.