Cross-platform. OSS MIT-licensed.

Static site generator for
ASP.NET Core MVC

Easy to use

You can use pure MVC, no need to learn new frameworks.

Designed for CI/CD

CLI designed for easy consumption in Continuous Integration scenarios.

i18n ready

Supports ASP.NET Core's internationalization features.

Any hosting provider

The generated result is a set of HTML files and the respective wwwroot assets, so you can host in any provider you want.

You can also use serverless functions from many providers for free/cheap back-end functionality!

Customizable output

A number of options allow you to customize the output generated:

  • Set the home route
  • Set the routes casing
  • Set the base language

Blog template

We provide a fully functional blog template as a GitHub template repository. This template features:

  • MarkDown support
  • Automatic RSS and SiteMap creation
  • Post management
  • SEO and social media meta tags

Write your application using ASP.NET Core (.NET 6+).

Install the ssg .NET global tool.

Run the ssg command on your CLI of choice.

Upload the generated output to your hosting provider.