SSGO Logo

the minimalistic but flexible static site generator

ssgo generates static websites in a breeze.
it's built on top of Deno and uses HTML templates and data to create ready-to-serve pages, it's as simple as that.

mkdir my-ssgo-project && cd my-ssgo-project


ssgo init


ls

creators/ templates/ components/ static/


ssgo dev # ðŸš€

Quickstart

features at a glance

  • flexible page build engine
  • out-of-the-box TypeScript support
  • built-in components system
  • automatic static resources handling
  • just-in-time page build during development
  • hot-reload development server
  • and much more...