Skip to content

tadhglewis/issue-status

Repository files navigation

issue-status

A flexible, modern and blazingly fast ☄️ status page

Issue Status

Features

💗 System health

📝 Incident history, scheduled maintenance and postmortems

⌨️ Pre-built templates

🌓 Dark mode (theming)

🛜 Hosted on GitHub Pages and more

✍️ Markdown support

🔴 Live updates

Demo

View demo now!

This demo is hosted on GitHub Pages and using the GitHub provider.

Templates

Pre-built incident templates are included to quickly provide updates on an incident. These templates are available when creating a GitHub Issue.

You may modify templates to suit your needs.

Providers

The data fetching layer is separated into so called Providers. This allows you to swap out the underlying data source that powers the frontend.

Currently, only the following providers are supported:

  • GitHub - uses the GitHub API and GitHub Issues as a source.
  • Static - a testing provider with static data.

Contributions: If you have created a custom provider which may have value to others, please feel free to reach out to discuss including it in this project.

Theming

Currently, there are two available themes which will automatically be applied based on the users system preferences:

  • light
  • dark

Theming tokens are available for editing in the themes file.