コンテンツへスキップ
Frameworks · Guide

Remix

Source strings

Pull source strings from your codebase or connect your Remix repository. Keys arrive in Better with structure and context intact.

Remix

remix

Glossary and tone

Run AI translation, assign human reviewers, and gate approval before any change reaches production. Everything auditable in one place.

Human review

Publish to the CDN edge or push translations back to Remix. Copy changes go live without triggering a new app deploy.

Published

tr · published

Published

de · published

Better I18N

One project, every locale

Setup

Get Remix running

Three steps, no migration. Point it at your project and the first keys land in the dashboard.

  1. InstallAdd the package or the config block. Nothing else in your build changes.
  2. Connect your projectUse the org/project identifier from your dashboard. Keys and languages come from there, not from a local file you have to keep in sync.
  3. ShipPublish once and every locale is a static file on the edge. Copy changes go live without a new deploy.

What it looks like in your code

app/i18n.server.ts
import { createRemixI18n } from "@better-i18n/remix";

export const i18n = createRemixI18n({
  project: "your-org/your-project",
  defaultLocale: "en",
});
Install integration

Surface

What Remix gives you

The exact commands, tools and paths you get. Names are what you type, not marketing labels.

BetterI18nProvider

One provider at the root of your app carries the project and the active locale.

useTranslations(namespace)

Read a namespace in any component. Missing keys are visible in development, not silent.

manifest.json

Languages are discovered from the project manifest, so adding a locale needs no code change.

cdn.better-i18n.com

Translations are fetched from the edge and updated by publishing, not by redeploying.

Where it fits

How Remix works inside Better

Detect

Pull source strings from your codebase or connect your Remix repository. Keys arrive in Better with structure and context intact.

Review

Run AI translation, assign human reviewers, and gate approval before any change reaches production. Everything auditable in one place.

Ship

Publish to the CDN edge or push translations back to Remix. Copy changes go live without triggering a new app deploy.

Built for modern stacks

Works with the tools your team already uses — fits naturally into CI, review, and edge delivery pipelines without heavy process overhead.

Less operational drift

Centralize translation updates, review sign-off, and delivery in one workflow instead of spreading work across separate tools and scripts.

Controlled rollout

Decouple translation publishing from code releases. Ship copy changes on your schedule without waiting for the next deploy window.

Questions

Before you connect it

Next

Connect Remix today

Free to start. Add the integration, publish once, and see the copy change without a release.