> ## Documentation Index
> Fetch the complete documentation index at: https://docs.transloom.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> AI-powered i18n automation for React & Next.js

# 🌍 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

```bash theme={null}
npx transloom scan
```

One command. Transloom handles everything.

## What Transloom Does

<CardGroup cols={2}>
  <Card title="Scans Locally" icon="magnifying-glass">
    Scans your entire codebase on YOUR machine. Your code never leaves your computer.
  </Card>

  <Card title="AI Translation" icon="brain">
    Generates proper nested i18n keys and translates into multiple languages using AI.
  </Card>

  <Card title="Auto Setup" icon="gear">
    Installs next-intl or i18next automatically and creates all config files.
  </Card>

  <Card title="GitHub PR" icon="code-pull-request">
    Opens a GitHub PR with all changes — ready to review and merge.
  </Card>
</CardGroup>

## Try it Free

Use this demo key to get started immediately — no signup needed:

```
tl_demo_transloom_key
```

<Card title="Quick Start" icon="rocket" href="/quickstart">
  Get your app multilingual in 5 minutes
</Card>
