Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A dead simple static website builder for Node.js that generates fast, host-anywhere HTML sites from Markdown and templates.
Squido is a dead simple static website builder for Node.js that compiles Markdown content and template files into fast static HTML sites you can host anywhere. It is an open-source command-line tool created by Mark Moffat (mrvautin) and released under the MIT license.
Squido is a static site generator that takes Markdown pages and Handlebars, EJS, or Pug templates as input and produces a complete static HTML website as output. The tool runs on Node.js version 18.x or greater and is executed through npx commands, so no global installation is required. It is designed to keep the writing and styling process simple while handling the build and serve steps.
npx mrvautin/squido build to generate the static site, or npx mrvautin/squido serve -b -w -c to build, watch for changes, and clean the output in one step.Squido suits developers and content creators who want a lightweight, no-configuration static site generator.
Squido is free and open source under the MIT license. You can run it without any licensing fees, and the source code is available on GitHub.
