2 comments

  • jiakanwang 1042 days ago
    There are a lot of Status Page offerings out there, both OSS and SaaS (there's an awesome list here: https://github.com/ivbeg/awesome-status-pages).

    At Statsig we wanted something Open Source, as simple as possible, in pure html/js, and that could be hosted/updated entirely via GitHub's infra. We also want the ability to do more frequent updates from our own VMs (more than once every ~30 min, the GH Actions limit). None of those options fit these requirements, so we've built our own page.

    Hope it's useful to someone else!

  • gitgud 1040 days ago
    Such a simple yet useful project. Using github actions and github pages makes this pleasingly encapsulated!

    Will try this out soon