Menu
- Why Eleventy?
- Get Started
- Community
- Working with Templates
- Using Data
- Configuration
- Template Languages
- Plugins
- API Services
- Release History
- Advanced
1.93s
70.65s
Eleventy is a simpler static site generator.
Why should you use Eleventy?
- Eleventy has fast builds and even faster web sites.
-
Eleventy is production ready and trusted by:
Eleventy has been downloaded over 7 million times and is used on 64,000+ repositories on GitHub.- Trusted by
- NASA
- Cern
- TC39
- W3C
- Netlify
- web.dev
- MIT
- Stanford
- V8
- GSAP
- Chrome Developers
- Foursquare
- CSS Tricks
- WebPageTest
- A11Y Project
- NOAA
- United Kingdom (gov)
- France (gov)
- Stack Overflow
- Lit
- Glitch
- Stackblitz
- Open Web Docs
- jamstack.org
- Greenpeace
- CSIS
- ESLint
- Mocha
- reveal.js
- Panic
- Filament Group
- Set Studio
- Ookla
- Khan Academy
- Basecamp
- Snowpack
- ffconf
- UX London
- Nordhealth
- Orange
- Univ. of Wisconsin-Madison
- California (gov)
- Red Hat
- Just Eat Takeaway
- …and more
- Eleventy has a lovely community of folks that really care about what they build. What is Mathias Bynens saying about Eleventy?
-
Eleventy is stable. We’ve shipped 56 releases going back to the first version in December 2017 and only two of those releases have had Eleventy-specific breaking changes.
a11yproject.com launched with version 1.0.0 of Eleventy. […] It's been a little under three years and I haven't had to make any adjustments to its dependencies, and it can still install and run from a cold start with no complications. When I update the site to use version 2.0.0 I'll actually be removing dependencies, and not adding more. […] That's rare and special.— Eric Bailey
- Eleventy doesn’t track you. We don’t have or use telemetry nor require you to opt-out of data collection.
- Eleventy is zero-config to start and can be extended with flexible configuration options.
- Eleventy works with multiple template languages. You can pick one or use them all together in a single project:
- Eleventy uses independent template languages. We don’t want to hold your content hostage with a custom format. If you decide to use a different syntax later, having your content decoupled in this way will make migration easier.
- Eleventy does not require that you use a JavaScript framework—that means zero client-side JavaScript by default across the board. We’re thinking long-term to opt-out of the framework rat race. The tool chain, modules, and components you use in your front end stack are decoupled from this tool. Work from a solid foundation of pre-rendered templates that suit your project’s progressive enhancement baseline requirements.
-
Eleventy works with your project’s existing directory structure. The tool doesn’t require an
app
directory or apages
directory. Use the structure that you want. - Eleventy allows incremental adoption. We only look for the files and directories you specify. Further, with even more precision you can opt-out or ignore specific files in your project. You don’t need to start an Eleventy project from scratch. Eleventy is flexible enough to allow conversion of only a few templates at a time. Migrate as fast or as slow as you’d like.
Get started with Eleventy today! or read more about Eleventy’s project goals.
Don’t just take my word for it 🌈 Jump to heading
There are a bunch of sites built using Eleventy. But listen to what these happy developers are saying about Eleventy:
“I use Eleventy on almost every project at this point and I love it.” —Lea Verou
“Jekyll is dead to me” —Andy Bell
“#1 Product of the Day (May 2022)” —Product Hunt
“Don’t tell Zach I said it but Eleventy is seeming fresh as hell so far” —Mat Marquis
“Eleventy is a killer static site generator. That’s all.” —Sara Soueidan
“Think the reason everyone is loving [Eleventy] so much (myself included) is that it doesn't come with a prescription about data sources or template rendering.” —Brian Leroux
“Eleventy is absolutely wonderful. It’s by far the nicest static site generator I’ve used in what feels like forever.” —Addy Osmani
“Seriously can't remember enjoying using a Static Site Generator this much. Yes Hugo is rapid, but this is all so logical. It feels like it was designed by someone who has been through lots of pain and success using other SSGs.” —Phil Hawksworth
“Eleventy + Netlify have become my new workflow for static sites. I think I'm in love.” —Mina Markham
“2022 winner of the Google Open Source Peer Bonus Award” —Google
“Just the kind of simple / common sense tool I love. The data/folder hierarchy mechanism is super obvious and elegant.” —Heydon Pickering
“I looked into and actively tried using various static site generators for this project. Eleventy was the only one I could find that gave me the fine-grained control I needed at blazingly fast build times.” —Mathias Bynens
Read the replies to: “Fans of Eleventy.... why do you like it better than other static site generators?”
“Eleventy and web components go really, really well together.” —Justin Fagnani
“Eleventy is almost fascinatingly simple.” —Chris Coyier
“I heard Eleventy was good” —Lach Zeatherman
“Eleventy is my fave.” —Tatiana Mac
“The Eleventy + Netlify combo continues to be 🤌” —Dan Mall
“I actually used Eleventy for the first time this week. Loved it.” —Paul Lewis
Competitors Jump to heading
This project aims to directly compete with all other Site Generators. We encourage you to try out our competition:
- Jekyll (Ruby)
- Hugo (Go)
- Hexo (JavaScript)
- Gatsby (JavaScript using React)
- Nuxt (JavaScript using Vue)
- Next.js (JavaScript using React)
- Bridgetown (Ruby)
- Astro (JavaScript)
- Remix (JavaScript using React)
- SvelteKit (JavaScript using Svelte)
- More at jamstack.org