Modern, lightweight Eleventy v4 starter with Tailwind or Pico.css, CMS and multisiting 🥷
- Eleventy v4 by default
both v4 (default) & v3 supported - "Thin client" architecture
thanks eleventy-bricks for reusability - Tailwind v4 included
with Typography plugin & bricks theme - Sveltia CMS included
modern Decap/Netlify CMS successor - Multisite support
thanks to symlink-based setup - One-click start
Sveleven is an advanced version of 🥷 Bladeswitch starter:
- BUT focusing exclusively on Eleventy v4 and adding Tailwind v4 support.
- It uses same eleventy-bricks plugin to symlink
eleventy.config.jsby default (so you don't have to maintain it anymore!) - It also uses Nunjucks version of the same universal bricks theme:
- universal means you can switch
.njkto.liquidany time - universal also means you can switch from
tailwindtopico.cssor even bare-metalbricks.css
- universal means you can switch
As simple as:
npm install # dependencies
npm start # development
npm run stage # serve production version locally
# ready to deploy! 🚀CMS will be available locally at http://localhost:8080/admin/ (or similar port).
https://any.digital/ Â {title="Suggest your website started by Sveleven"}
Repository: https://github.com/anydigital/sveleven
Featured in:
- https://11tybundle.dev/starters/
- https://11tybundle.dev/blog/11ty-bundle-83/
- https://www.11ty.dev/docs/starter/
- https://sveltiacms.app/en/docs/start#starter-templates
- https://sveltiacms.app/en/docs/frameworks/eleventy
- https://any.digital/tricks/11ty/#min-starters
- https://bladeswitch.com starter
- https://github.com/anydigital/awesome-11ty-build-awesome
Support:
- https://github.com/orgs/anydigital/discussions for questions and ideas
- https://github.com/anydigital/sveleven/issues for change requests or bug reports
- https://www.11ty.dev/blog/discord/ for 11ty community support
- https://sveltiacms.app/en/support for Sveltia CMS community support
License: MIT
SVELEVEN = SVeltia CMS
+ ELEVENty SSG
"Sveleven" is simply a portmanteau of "Sveltia CMS" and "Eleventy SSG" — two great open-source projects that work together seamlessly.