Open-source starter template for a static site with an editable CMS admin, built for fast marketing pages and blogs. Includes a responsive Tailwind UI layer and a simple Eleventy structure you can deploy quickly.
Hosted on GitHub so you can fork, customize, and use it freely.
Pages are designed to adapt cleanly across mobile, tablet, and desktop screens.
Netlify CMS integration lets non-developers update content through a friendly admin UI.
A lightweight Eleventy setup keeps templates and content organized for quick iteration.
This is a lightweight static-site starter for teams who want an editable website without moving to a full app framework. It combines a simple Eleventy project structure with Alpine.js for small interactive touches and Tailwind CSS for styling. The focus is on getting a content-driven site (like a marketing site or blog) up quickly, while still keeping the codebase approachable for customization. Because it’s integrated with a CMS, non-developers can manage content through an admin interface instead of editing files by hand. It’s a good fit if you prefer deploying a static build but still need an editor-friendly workflow.
Content editing is handled through Netlify CMS, so updates can be made via an admin panel while the site still builds as static output. This setup works well when you want a clear separation between content and templates, and you’d rather keep your site in a Git-based workflow than rely on a hosted page builder.
You’ll need a Node.js-based workflow to install dependencies and run the build and development scripts.