¿Puedo vibecodear LanguageTool?
SÍ · se arma en una sentadaBecause the core engine is open source, a technical user can run the grammar checker locally or self-host the server for many use cases.
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.
$ ábrelo en tu agente (prompt listo, tú das enter) o cópialo crudo · este prompt se genera del plan de build · mejorarlo con un PR
prompt copied. want to know what dies next week?
veredictos nuevos + votos de la semana. gratis. te sales en un clic.
They pay for hosted convenience, premium rules, and cross-device setup.
xpremium rule set
xhosted server convenience
xbrowser extension premium flows
xteam/admin options
xsupport
¿No quieres construirlo? Esta gente ya lo hizo gratis.
las 4 alternativas gratis de LanguageTool →· sin votos, sin pago por aparecer · solo lo que es real
Precio de LanguageTool
| plan | mensual | anual (por mes) | qué incluye |
|---|---|---|---|
| basic | $0 | $0 | 2,000 characters/text on the live comparison page; 3 AI rephrases/day. |
| premium | $24.90 | $5.83 | 150,000 characters/text; unlimited AI paraphrasing. |
| team | — | $5.47/usuario | Up to 20 users; Premium feature set. |
plan gratis2,000 characters/text on the live comparison page; 3 AI rephrases/day
facturaciónmonthly + quarterly + annual + 2-year for individual Premium; Team is annual-only
costos ocultosTeam pricing is published in EUR; the USD value is an exchange-rate conversion and card/issuer fees or tax can change the final charge.
verificado 2026-08-12 · fuente ↗
¿Puedo vibecodear LanguageTool?
Sí. Un agente de código (Claude Code, Codex, Cursor) te arma un reemplazo personal usable de LanguageTool en una sentada con el prompt de esta página. Corre en tu máquina o servidor, sin suscripción.
¿Cuánto cuesta LanguageTool?
LanguageTool cuesta unos $5.47/mes (Team, revisado 2026-08-12), o sea $65.64 al año. Eso es lo que ahorras si la reemplazas con un prompt.
¿Qué pierdo si reemplazo LanguageTool?
Con honestidad: premium rule set; hosted server convenience; browser extension premium flows; team/admin options; support. Si alguno de esos te sostiene el negocio, sigue pagando.
¿Hay una alternativa open source a LanguageTool?
Sí: Harper (A fast English grammar checker that stays on your device and mostly keeps its opinions to itself.) Writing Tools (Select text anywhere, hit a hotkey, and fix, rewrite, summarize, or obey a custom instruction without opening another tab.) WritingTool (A LibreOffice extension with long-document checks, style statistics, profiles, and local AI; installing Java is the cover charge.) Las 4 alternativas gratis están en puedovibecodearlo.app/languagetool/alternatives. El prompt es para cuando la quieres exactamente a tu modo.