Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
cState is a fast and simple status page built with Hugo, a static site generator. It is backwards compatible with IE8+ and is tiny in size. It is open-source and comes with features like Netlify CMS, read-only API, and badges from shields.io. It is completely free to use with Netlify hosting. cState is focused on providing a fast and adaptable design, with support for multiple languages and easy customization options. It is meant to serve as an informational hub for recording incidents, although it does not offer automatic monitoring out of the box.
To create a new site powered by cState, follow these steps:
hugo new site my-status-page
cd my-status-page
git init
git submodule add https://github.com/cstate/cstate themes/cstate
cp themes/cstate/exampleSite/config.toml .
hugo server -D
For more advanced configurations and customization options, refer to the cState documentation.
cState is a fast and simple open-source status page built with Hugo. It provides a minimalist approach to recording incidents and displaying status information. With its fast loading time, adaptability, and support for multiple languages, it offers a convenient solution for creating and managing status pages. Although it doesn’t provide automatic monitoring, it can be easily customized and expanded upon by developers.