Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A .NET Jamstack boilerplate combining Statiq static site generator with Kontent.ai headless CMS.
Statiq boilerplate for Kontent.ai is a GitHub boilerplate template that combines the Statiq static site generator with the Kontent.ai headless CMS, giving .NET developers a ready-made Jamstack starting point.
This template provides a foundation for building static websites with .NET. It takes content stored in a Kontent.ai project and generates a fully static HTML site using Statiq, a static site generator for .NET. The output is a static site that can be hosted anywhere, and the content is loaded from Kontent.ai via the Kontent.Statiq module. The project is maintained by the Kontent.ai organization and includes a live demo hosted on GitHub Pages.
To get started, click the "Use this template" button on GitHub to create your own repository. Clone it, ensure .NET 6 is installed, and run dotnet run -- preview. The site will be available at http://localhost:5080. To use your own Kontent.ai project, create a sample project in Kontent.ai, copy the Project ID, and update the appsettings.json file and the model generator scripts accordingly.
