Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
An Eleventy starter project using Tailwind CSS and Alpine.js that deploys to Netlify

ChanzoHuru is a Gatsby starter based on the Gatsby Advance Boilerplate, providing a pre-configured React foundation for building static websites.

Deploy Express backends using the Bun runtime.

Next.js 13 dApp development kit with RainbowKit, Wagmi, and Tailwind CSS integration.

Use AWS S3 to upload images to a bucket from a Next.js application.

A Next.js boilerplate demonstrating PocketBase auth, server actions, and typed clients.

A fully static website generator with i18n, Netlify CMS, Next.js, SCSS, and TypeScript.
The Teatime Starter is a low-code website starter project that combines the Eleventy static site generator, Tailwind CSS, and Alpine.js, and is set up to deploy to Netlify with one click. It is a free, open-source GitHub repository documented in a Medium guide that walks through building and hosting a website in a single day.
The Teatime Starter is a static website template that uses Eleventy (11ty) as its site generator, Tailwind CSS for styling, and Alpine.js for interactivity. It takes Markdown content and Nunjucks templates as input, and outputs a complete static site with a custom 404 page, dynamic sitemap.xml and robots.txt, and SEO meta tags. The project is maintained by alanmosely on GitHub and can be launched on Netlify in under a minute through its Deploy to Netlify button.
After cloning the repository and running npm install, you can start a local server with npm run start and preview the site at http://localhost:8080. Configuration lives in env.js and site.json under src/_data; content is added as Markdown files. Deploying to Netlify is a click of the deploy button, which connects the repo and builds automatically.
Yes, the project is open source on GitHub under no stated license restriction visible in the README, and the Medium guide describes the process as building and hosting a website for free.
It uses Eleventy (11ty) as the site generator, with Nunjucks as the templating engine and Markdown for content. The README lists Eleventy plugins, filters, and shortcodes among its included ingredients.
The one-click Deploy to Netlify button requires you to be logged in to Netlify. If you don't have an account, you can still clone the repo and run the site locally with Node.js.
