Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A lightweight Eleventy, Tailwind CSS, and Alpine.js starter for building static websites.

Stackbit's DIY starter for Next.js — a file-based content Jamstack theme that deploys static sites to Netlify.

A Next.js 14 boilerplate for FiveM NUI interfaces with TypeScript, Tailwind CSS, Redux Toolkit, and DaisyUI.

A full-stack Next.js demo that securely connects to AWS Aurora DSQL Postgres via Vercel's OIDC Federation.

A link-in-bio page built with Astro and TailwindCSS. It renders your profile, social links, and link cards from a single data file.
11tea is an open-source Eleventy starter boilerplate that combines Tailwind CSS 2.1 and Alpine.js 2.8 to build lightweight static websites. It provides a pre-configured project architecture with Nunjucks templating, SEO meta handling, sitemap generation, image processing, and HTML/CSS minification, so you can start creating a site immediately without configuring a build pipeline.
11tea is a minimal GitHub-hosted starter project created by halfmage. It gives you a simple folder structure and npm scripts that turn Nunjucks templates into a static website with minified HTML and CSS, a generated sitemap.xml, and optimized images. The starter is designed to be cloned and customized, with everything wired together so you can focus on content and styling.
git clone, npm install, npm run build, and npm run start.11tea is for developers who want a no-configuration starting point for an Eleventy site. It suits freelancers and agencies building small marketing sites or landing pages, as well as developers who want to learn how Eleventy, Tailwind, and Alpine.js fit together. If you're comfortable editing Nunjucks templates and running npm commands, this starter gives you everything pre-wired.
After cloning the repository, you run npm install to load dependencies. Then npm run build generates the Tailwind CSS into a temporary folder for the first time, and npm run start launches a watcher that rebuilds the site whenever you change templates or styles. The project structure keeps Nunjucks templates separate from the generated output, and the build process is controlled by a simple set of npm scripts.
Yes, the repository is public on GitHub, so you can clone it and use it freely as a starting point for your own projects.
TEA stands for Tailwind, Eleventy, and Alpine.js. These three technologies form the foundation of this starter, giving you a static site generator, a utility-first CSS framework, and a lightweight JavaScript library for interactivity.
The README specifies Tailwind CSS 2.1 and Alpine.js 2.8. These are the versions the starter was designed around.
No. This starter is static-only; you manage content through Nunjucks templates and Eleventy data files. It does not include any headless CMS integration.
