Free AI Translator for JSON & Documentation.
Translate your application content and markdown documentation instantly. No subscription required. Use your own API keys (OpenAI, Anthropic) or run locally for free with Ollama.
# Install CLInpm install -g intlayer-cli# Translate JSON / JS / TSnpx intlayer fill# Translate Markdown Docsnpx intlayer doc translateAutomate translation for JSON & Docs.
Keep your UI consistent and your documentation accessible. Run these commands locally or in your CI pipeline, completely free with local models or your own API key.
npx intlayer fillnpx intlayer doc translatenpx intlayer doc reviewThe best free tool to translate apps & docs.
Stop paying for expensive translation subscriptions. Intlayer is an open-source automation pipeline that gives you control over your i18n process.
Run locally for free, or scale with Intlayer Cloud.
We provide a flexible architecture. Run the translation pipeline on your own machine for zero cost, or use our server for team collaboration.
How it works under the hood
A provider-agnostic pipeline designed for structured content and predictable results.
Detect
Find missing locales, structural mismatches, and type issues.
Chunk
Split content safely for the model context window.
Translate / Review
Apply context, retry on format mismatch, keep existing keys.
Write back
Update files deterministically and keep diffs clean.
Type-safe translations that live in your repo.
Declare content alongside your components in TypeScript or JavaScript. Intlayer generates types automatically, giving you autocompletion, validation, and instant feedback. No more missing keys, context switching, or broken implementations.
Automate translations from your terminal.
The CLI to audit, fill, and translate JSON & Markdown with AI.
Run `npx intlayer fill` to detect missing keys and generate translations using OpenAI, Claude, or local models. Keep your Git history clean and your types safe.
Stop paying per word. Automate with AI.
The open-source alternative to Crowdin & Lokalise. Built for modern developer workflows.
Manage translations directly in your code or via the visual editor. Leverage AI to translate instantly. Collaborate with your team without seat limits.
Bridge your local code with remote content.
Manage multilingual content with zero overhead. Intlayer allows you to interconnect local dictionaries with remote management, enabling Live Sync for hot updates without rebuilding. Use webhooks for CI/CD, manage feature flags, and let the Auto-Translation AI (WIP) handle the rest.
Toggle features instantly. No deploy required.
Intlayer dictionaries are more than just text. Use them to declare logic, styles, and configuration objects. With Live Sync, you can toggle features on or off, change UI themes, and update app behavior in real-time directly from the CMS.
Your Playground for Product Experiments.
Be the first to explore Intlayer's new AI-driven A/B Testing beta, built to boost discoverability and guide smarter product decisions. Test anything in real time, from copy and design to entire features, and let the data show you what truly works.
Built by the Community
Meet the amazing contributors who make Intlayer possible.
Start translating your content for free.
Open source. No credit card required. No recurring subscriptions. Install the CLI and start translating JSON and Markdown in minutes.
npm install -g intlayer-cli# translate docsnpx intlayer doc translate --base-locale en --locales fr es# translate jsonnpx intlayer fill