Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A multilingual Eleventy starter with browser-language detection, a language switcher, and Forestry CMS integration.

Hugo multilingual boilerplate to demonstrate internationalization (i18n) and multilingualization (m17n)

Create a new project with Next.js, TypeScript, Eslint, Prettier in just 1 second and you don't need to setup anything.

A digital business card template built with HTML5 and CSS3, reusable for any business or personal brand.

Hylia is a lightweight Eleventy starter kit with Forestry CMS pre-configured for building accessible, progressive blogs.

Free open-source Jekyll template for building and publishing online courses without coding, by P2PU.
The Eleventy Multilingual starter is a free GitHub project that scaffolds a multilingual website with Eleventy (11ty), a static site generator, including a browser-language detection landing page and a language switcher.
Eleventy Multilingual is a starter template for building multilingual static sites with Eleventy (11ty). It takes Markdown content and layouts and outputs a static HTML site with language-specific pages, and includes a browser-language detection page and a language switcher. Created by GitHub user lea37, it is based on the multilingual Eleventy tutorial by Jérôme Coupé.
First, clone the repository with git and install dependencies with npm install. Then run npm run serve to start a local development server. The starter's index page reads the visitor's browser language, shows an entry message, and links into the site's language-specific sections, while the lang switcher lets visitors navigate to other available languages. For content management, import the repository into Forestry using its quick-start link, and edits made in the Forestry interface are committed back to the repo.
Yes, it is an open-source starter template available on GitHub. You can clone it, modify it, and use it for your own projects, subject to the repository's license. No pricing information is stated on the page.
Run these commands in your terminal: git clone [email protected]:lea37/eleventy-multilingual.git, then cd eleventy-multilingual, then npm install, and finally npm run serve to launch a local server.
Import the repository into Forestry via the quick-start link provided in the project README. Once imported, Forestry shows a visual editing interface; changes you make are committed back to the repository automatically.
No. The project uses a raw CSS file without any CSS framework, preprocessor, or utility classes. The styling is plain and unopinionated, so you can replace it with your own CSS approach.
