--- title: Built with permalink: /built-with/index.html description: 'A list of sites based on / built with Eleventy Excellent. Add yours by submitting a pull request!' layout: page sizes: '(max-width: 615px) 50vw, 100vw' widths: [400, 520] ---

Honestly, I made this starter for myself, based on how I want to start a project and how I like to organize everything. I am delighted that so many of you find it useful too! This is a list of sites based on / built with Eleventy Excellent. This uses Eleventy's screenshot API . New screenshots are fetched in development only.

Have you built a site with this starter? Please let me know or create a pull request and add it to the list! Add your data in src/_data/builtwith.json, then run npm run screenshots to add or update the screenshots.

{% svg "divider/soft-top", null, "seperator" %}

Based on, or built with Eleventy Excellent:

{% for site in builtwith | shuffle %} {% image "./src/assets/images/screenshots/" + site.filename + ".jpg", site.name, null, "lazy", null, null, widths, sizes %}

{{ site.name }}

{{ site.description }}

{% endfor %}
{% svg "divider/soft-bottom", null, "seperator" %}
{% css "inline" %} {% include "css/custom-card.css" %} {% endcss %}