A lightweight Eleventy landing page template styled with Tailwind CSS, designed for quick edits and straightforward content management. Includes dedicated imprint and privacy pages plus section-based templates for easy reordering.
Reorder, add, or remove landing sections using Nunjucks partial templates.
Update copy via Markdown pages and a JSON data file for feature lists.
Tailwind is configured for JIT builds and compiled through a PostCSS pipeline.
Includes separate imprint and privacy pages alongside the main landing page.
MIT licensing allows broad reuse in personal and commercial projects.
This is a lightweight landing page starter built for teams and solo makers who want a clear, editable marketing site without a heavy framework. It’s based on Eleventy and styled with Tailwind CSS, with a structure that makes it easy to swap sections in and out as your message evolves. Content is split between page files and a simple data file, so you can update copy and feature lists without hunting through templates. The layout is assembled from reusable partials, which helps keep the page organized as it grows. It also includes dedicated legal pages so you can publish a more complete site from day one.
The project is designed around a clear separation of concerns: content lives in pages/data files, while presentation is handled through layouts and section partials. You can rearrange the landing page by changing how sections are composed, and you can adjust styling through the Tailwind configuration and the central stylesheet entry. Images are organized in a dedicated static directory, making it straightforward to replace placeholders with your own assets.
You’ll need an Eleventy environment to build and serve the site locally, and the template’s dependency list includes Tailwind and PostCSS tooling.