Skip to main content

🌍 Transloom

Transloom automatically finds every hardcoded string in your React / Next.js project, translates it into multiple languages using AI, and wires up i18n β€” without touching a single file manually.

The Problem

Every developer knows this pain:
  • Ctrl+F every hardcoded string
  • Create i18n keys one by one
  • Copy-paste into en.json, de.json, fr.json
  • Update every line with t()
  • Open a PR manually
For a 50-page app? That’s a full day gone. Every time.

The Solution

npx transloom scan
One command. Transloom handles everything.

What Transloom Does

Scans Locally

Scans your entire codebase on YOUR machine. Your code never leaves your computer.

AI Translation

Generates proper nested i18n keys and translates into multiple languages using AI.

Auto Setup

Installs next-intl or i18next automatically and creates all config files.

GitHub PR

Opens a GitHub PR with all changes β€” ready to review and merge.

Try it Free

Use this demo key to get started immediately β€” no signup needed:
tl_demo_transloom_key

Quick Start

Get your app multilingual in 5 minutes