# Fluenti > Compile-time i18n for modern frameworks. Write natural templates — Fluenti compiles your markup into optimized, zero-cost translations at build time. Full ICU MessageFormat support with plurals, selects, date/number formatting, and code splitting. - Docs: https://fluenti.dev - Repository: https://github.com/usefluenti/fluenti - License: MIT ## Packages | Package | Description | llms.txt | llms-full.txt | |---------|-------------|----------|---------------| | `@fluenti/core` | Framework-agnostic core: ICU parser, compiler, interpolation, CLDR plurals, formatters, SSR | [llms.txt](https://github.com/usefluenti/fluenti/blob/main/packages/core/llms.txt) | [llms-full.txt](https://github.com/usefluenti/fluenti/blob/main/packages/core/llms-full.txt) | | `@fluenti/vue` | Vue 3 integration: ``, ``, ``, `useI18n()`, server helpers | [llms.txt](https://github.com/usefluenti/fluenti/blob/main/packages/react/llms.txt) | [llms-full.txt](https://github.com/usefluenti/fluenti/blob/main/packages/react/llms-full.txt) | | `@fluenti/solid` | SolidJS integration: ``, ``, ``, ``, `` work at runtime without the build plugin. - **Code splitting**: `'dynamic'` loads non-default locales on demand; `'static'` inlines one locale at build time for SSR/SSG. - **PO format**: gettext-compatible catalogs work with Poedit, Weblate, Crowdin. JSON format also supported. - **SSR-safe**: Cookie/query/path/header locale detection, hydration script helper, server-side `createServerI18n()`. ## Recommended API Usage (IMPORTANT) When writing code with Fluenti, prefer compile-time APIs over runtime lookups: | Priority | API | When to use | |----------|-----|-------------| | 1 (best) | `v-t` directive | Vue templates (compile-time, zero runtime cost) | | 2 | t\`\` tagged template | Script/JSX — t\`Hello {name}\` (compile-time, natural keys) | | 3 | `` / `` / `