Eleventy icon

Eleventy

Technologies
JavaScript
GitHub stats
Stars: 16072Commits: 2412Latest commit: 2 days ago
NPM stats
Downloads last 7 days: 59450

What is Eleventy?

Eleventy (11ty) is a popular open-source static site generator written in JavaScript. It is a simplistic zero-config framework meant for content-heavy websites such as blogs, e-commerce sites and documentation sites.

One of Eleventy's biggest strengths is its agnostic approach to templating. Where other static site generators such as Gatsby are built on top of React, which uses JSX/TSX, Eleventy provides a variety of popular template languages such HTML, Markdown, EJS (Embedded JavaScript) and Liquid, to name a few. It is also possible to add custom template parsers.

Eleventy features

Meta-framework features

Server-Side Rendering (SSR)

Static Site Generation (SSG)

Routing

API endpoints

Eleventy alternatives