[verdict][generated prompt][source: languagetool.org]
Can I vibecode LanguageTool?
// one session, and a personal version you can actually use
Because the core engine is open source, a technical user can run the grammar checker locally or self-host the server for many use cases.
confidence: high
what it is: Grammar and style checker with browser extensions and premium suggestions
Buildability index · an editorial game
- Price 19.9 $/month weight: plus 2
- Time one sitting weight: plus 3
- Category ai writing no weight
- Moat execution quality weight: minus 1
- Confidence high weight: plus 1
- What you lose 5 items weight: minus 2
- Site languagetool.org (si apre in una nuova scheda) no weight
The maths works, but not by much: look at what you lose before you start.
Gioco editoriale: il verdetto dice se un agente può, l’indice se conviene.
What you build
Run LanguageTool locally/self-hosted, connect it to an editor/browser workflow, and optionally add LLM rewrites.
what you need
- Java runtime or Docker
- local/server install
- browser/editor integration
- optional LLM API
A rare clean yes where prior art is the product's own open core.
The prompt
One session with a coding agent and your version runs.
Build me a local grammar checker to replace LanguageTool Premium. Requirements:
- Do not reimplement the checker: run the open-source LanguageTool server locally
(the Java 17 jar, skip Docker) on localhost:8081, started by a wrapper script.
- A CLI: `check file.md` prints issues with line numbers, grouped by rule category,
and exits nonzero when errors are found so it works as a pre-commit hook.
- A tiny web page on localhost:4860 (Express, one textarea): paste text, see
underlined issues with suggested fixes, click a suggestion to apply it.
- Optional LLM rewrite button: send a paragraph plus the LanguageTool findings to
Claude or GPT (key in .env) and show the corrected version as a diff.
- Personal dictionary in a plain words.txt that the server loads, so my names and
jargon stop flagging.
- A setup script that downloads the LanguageTool release zip, and optionally the
n-gram data. Warn in the README: the n-gram files are about 8 GB but catch far
more real errors.
- Everything runs locally and works offline except the optional LLM call. No
accounts, no telemetry.
- Out of scope: browser extensions and the premium-only rules. The open rule set is
what we get.
- README: Java install, memory flags for the server, and wiring the CLI into git
hooks. Prompt generated from the data on this page, not reviewed by hand yet. In English on purpose — it is the language coding agents work best in.
What you lose
- premium rule set
- hosted server convenience
- browser extension premium flows
- team/admin options
- support
Why people still pay
They pay for hosted convenience, premium rules, and cross-device setup.
moat: Execution quality what a moat is
open-source core/hosted convenience
Free alternatives
Not in the mood to build it? These already exist, they are free or open source, and we checked them one by one.
Who has already built it
Starting from here is still vibecoding: the prompt is for when you want it exactly your way.
- LanguageTool (opens in a new tab) — The product's own open-source core engine. (alive)
Do you agree?
The vote balance
Ancora nessun voto: il tuo è il primo.
Nessun voto ancora — il primo pesa.