Internationalize (i18n) your website React and Next.js
Intlayer is an internationalization and content management library designed specifically for developers. Make your code more scalable and robust thanks to TypeScript. Simplify your content editing by externalizing it and take advantage of AI tools to speed up your writing.
Why to chose Inlyayer?
Free and Open Source
Intlayer is free and open source, allowing you to use it for free and contribute to suit your needs.
JavaScript-Powered Content Management
Harness the flexibility of JavaScript to define and manage your content efficiently.
Type-Safe Environment
Leverage TypeScript to ensure all your content definitions are precise and error-free.
Declaration at the component level
Keep your translations close to their respective components, enhancing maintainability and clarity.
Simplified Setup
Get up and running quickly with minimal configuration, especially optimized for Next.js projects.
Integrated CMS
Edit your content on your website with an integrated CMS directly on your website. Boost content generation thanks to AI.
Codebase
Visual Editor
Multilingual
Autocomplete
Markdown
// src/component/client/component.content.tsimport { t, type Dictionary } from "intlayer";const componentContent = { key: "component", content: { title: t({ en: "Title of my component", fr: "Titre de mon component", es: "Título de mi componente", }), content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.", },} satisfies Dictionary;export default componentContent;

Improve code maintainability by keeping your content definitions close to your components. Reduce redundancy, enhance clarity, and simplify updates with a structured approach that makes your code easier to manage and scale over time.
Leverage the free visual editor to build and manage your site effortlessly. Create, edit, and organize components and pages without touching code, making it easier for content managers and developers to collaborate efficiently.
Expand your reach with built-in translation support. Easily translate your content using an intuitive interface, ensuring seamless multilingual experiences for your users without the hassle of managing multiple content versions manually.
Boost your productivity with AI-powered content suggestions. As you type, get instant recommendations for text, headings, and key phrases, helping you maintain consistency, improve readability, and speed up content creation across your project.
Write content in Markdown for a seamless, structured approach to text formatting. Create and manage your site’s pages with ease, leveraging Markdown’s simplicity to maintain consistency and enhance readability across your platform.