Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Web framework combining Hugo and npm for building fast, secure, SEO-friendly static websites.
Thulite is a website build tool (web framework) that pairs Hugo's static-site generator with npm's package management to produce fast, secure, SEO-ready websites.
Thulite is an open-source web framework from the Thulite organization (thuliteio) that combines the Hugo static site generator with npm for dependency management. It takes website content and configuration as input and outputs a static HTML site designed for speed, security, and SEO. The framework requires Node.js (latest LTS) and the latest extended version of Hugo to run.
npm create thulite@latest, giving a working site structure without manual setup.Thulite is for developers who want Hugo's build speed with npm's ecosystem. It's also suited to teams building documentation sites using the Doks-based core package, and for content/marketing sites needing strong SEO through the official SEO package.
npm create thulite@latest and install extra functionality like SEO or image handling through npm packages.You install Thulite by running npm create thulite@latest in a terminal with Node.js and Hugo extended installed. The command creates a project that you can develop with Hugo's local server and build into a static site deployable anywhere.
Thulite is free and open-source under the MIT License. It is supported by sponsors via GitHub Sponsors.
Yes, Thulite is free and open-source software released under the MIT License. The project is supported financially through GitHub Sponsors.
You need Node.js (latest LTS version) and the latest extended version of Hugo installed on your machine. Both are listed as requirements in the project's documentation.
Run npm create thulite@latest in your terminal. This scaffolds a new Thulite project using the official create-thulite package.
Yes. Thulite offers official packages for both: @thulite/tailwindcss for Tailwind CSS and @thulite/bootstrap for Bootstrap.
Thulite wraps Hugo with an npm-based workflow and provides official integration packages, so you can manage themes, styling, and SEO features through npm rather than handling everything manually in Hugo.
