Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An Eleventy starter with Tailwind CSS, PurgeCSS, Sass, Webpack, and Babel for optimized static site builds.

An Eleventy starter project built to be fast

Todo app performing CRUD operations with AstraDB(Cassandra DB) APIS. Used Next JS APIS.

A Gatsby starter theme for artists and designers to display their creations, using styled-components and web font loading.

A full theme + Gatsby project that supports Gutenberg and local images.
Tai11s is a minimal Eleventy starter that combines the 11ty static site generator with Tailwind CSS, Sass, Webpack, Babel, and PurgeCSS for production-optimized static sites.
Tai11s is a boilerplate repository for building static websites with the Eleventy (11ty) static site generator. It takes your site's source files — templates, Sass/SCSS, and JavaScript — and outputs a dist folder of optimized HTML, CSS, and JS ready for deployment. The project runs on Node.js via npm scripts and is a fork of Ian Rose's deventy starter, with a Tailwind CSS build chain and conditional PurgeCSS added. The author is Dan Fascia.
tailwind.config.js file during each production build.dist folder, keeping stylesheets small..travis.yml builds from a named branch and deploys to GitHub Pages via your Travis CI account.npm run build.After cloning the repo, run npm install to get dependencies. Use npm run dev to start the development server at http://localhost:4000, or npm run dev:debug for debug mode. When ready, run npm run build to generate a production-ready dist folder. A known limitation: changes to tailwind.config.js during local development require quitting and re-running npm run dev because the config is only compiled at each script start.
Yes. The repository ships with a .travis.yml file that you can modify to build from a named branch and deploy to GitHub Pages via a Travis CI account, using a securely stored GitHub token.
Yes, the starter is open source and free. You will need to install dependencies via npm, and optionally a Travis CI account for the deployment script.
The local URL and port are configured in the .lightserverrc file, so you can edit it to match your preferred port.
PurgeCSS runs only during npm run build, not during local development, so unoptimized CSS is expected in dev. Production builds will strip unused Tailwind classes.
The repository README notes that the author has released a newer and better starter called 111ty, and suggests considering that for new projects.
