Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Tailwind CSS starter template replicating the Ghost Casper theme as static HTML blog pages.

Fully customizable personal portfolio and blog website made with Spring Boot
Ghostwind is an open-source Tailwind CSS starter template that recreates the Ghost Casper theme as static HTML files, built by Tailwind Toolbox and released under the MIT license.
Ghostwind is a free, open-source blog template that clones the look of the Ghost publishing platform's default Casper theme using plain HTML and Tailwind CSS. It takes the Casper theme's visual design and implements it as two static pages — a homepage that lists blog posts and a single blog post page — with no JavaScript framework required. The template is maintained by Amrit Nagi through Tailwind Toolbox and Astrava.Solutions, and the code lives in the GitHub repository tailwindtoolbox/Ghostwind.
post_vue.html) demonstrates how the same layout can be built with Vue, for developers who prefer an interactive JavaScript approach.Ghostwind suits developers and designers who want a clean, editorial blog layout without the overhead of a full content management system. It is also a useful starting point for people learning Tailwind CSS who want to inspect a complete, themed implementation rather than a bare utility demo. Since the template ships as ordinary HTML, it is easy for beginners to copy the markup and swap in their own content, or for experienced developers to fork it and rebuild the styles with Tailwind's utility classes.
post_vue.html version as a reference for converting a static Tailwind layout to a Vue-rendered component while keeping the same design.The template is a set of static HTML files with a full CDN-hosted Tailwind CSS stylesheet linked in each page. To preview it, download the release archive or clone the GitHub repository, then open index.html and post.html in a browser. For customization beyond class tweaks, Tailwind Toolbox recommends following its setup guide to configure Tailwind locally so that the utility classes can be extended to match your branding.
Ghostwind is free. The repository is open source and all code is released under the MIT license, so there are no license fees and no paid tier for the template itself.
Yes, Ghostwind is completely free. The template is open source and licensed under the MIT license, so you can use it for personal or commercial projects without paying anything or asking permission, as long as you preserve the copyright notice.
No. Ghostwind only replicates the visual style of the Ghost Casper theme as static HTML. It does not depend on or connect to the Ghost platform. You can edit the files and host them anywhere that serves static pages.
Since the template loads Tailwind CSS from a CDN, you can override the default theme by editing inline style blocks or by downloading Tailwind and building a custom config. Tailwind Toolbox provides a setup guide to help you start tweaking properly.
A Vue version of the blog post page is included as post_vue.html, and the repository also lists it as a separate preview. Only the post layout has a Vue variant; the homepage is plain HTML.
A community-maintained dark version is available from the chiptu/darkGhostwind GitHub repo. It is not part of the original Ghostwind release but can be forked and used as an alternative dark theme.
