Skip to main content

Style checking

One of the features most missed by writers working in docs-as-code is a good spelling, grammar and style checker. By default, spell-checking is provided by your web browser or integrated development environment. This may be adequate for simple websites, but if you need something more advanced then you need a dedicated grammar checker.

LanguageTool

docStatic is tested with LanguageTool, an AI-based grammar checker that supports over 20 languages. It's free to register for the basic plan. The premium plan adds style-guide support for individuals and teams. Tailored businesses plans are available. There is also a discount for students and non-profits.

Self hosted

Because LanguageTool is open-source, you have the option of self-hosting. In this case there are no subscription fees, but you will need a development team to set up your LanguageTool instance, and you'll have to provide your own support.

Related topics

  • Prose linting with ValeUse Vale to enforce a consistent writing style across your docStatic documentation.
  • Using pluginsExtending the functionality of the static site generator with plugins.
  • Hosted CMSUsing docStatic with cloud-hosted or self-hosted TinaCMS.
  • Search engine optimisation (SEO)How to make your docStatic site maximally search-engine-friendly.
  • InstallationHow to install docStatic locally, and start a docStatic site in no time.
  • SearchSearch providers.
  • Using Claude in this projectHow Claude Code is used in the docStatic project — automation, component development, style tooling, information architecture and content review.