i1n.ai
SolidJS Integration

Localize your SolidJS application

Push JSON locale files from your SolidJS project, translate with AI, and pull type-safe definitions. Reactive, fast, type-safe.

$ npx i1n init
src/App.tsx
import { t } from 'i1n'

function App() {
  return (
    <div>
      <h1>{t('home.welcome')}</h1>
      <p>{t('home.subtitle', { name: user().name })}</p>
    </div>
  )
}

Why SolidJS teams use i1n

Reactive by nature

i1n's t() works seamlessly with Solid's fine-grained reactivity. Locale changes update only affected DOM nodes.

Type-safe keys

Auto-generated i1n.d.ts provides full autocomplete and compile-time validation in your Solid components.

Lightweight integration

No heavy i18n library needed. i1n's SDK is minimal and fits Solid's performance-first philosophy.

AI translation

One CLI command translates your entire app. Variable masking protects JSX interpolation syntax.

Start localizing your SolidJS app

Free Starter plan included. No credit card required.