No description
Find a file
2022-12-28 18:13:56 +02:00
.vscode Initial commit 2021-06-22 18:20:07 -03:00
components Initial commit 2021-06-22 18:20:07 -03:00
libs Added NEXT_HC_API_BASE_URL env variable (#1) 2022-12-28 18:13:56 +02:00
pages removed unused api 2021-06-22 19:00:37 -03:00
public Initial commit 2021-06-22 18:20:07 -03:00
styles Initial commit 2021-06-22 18:20:07 -03:00
.env.local_EXAMPLE Added NEXT_HC_API_BASE_URL env variable (#1) 2022-12-28 18:13:56 +02:00
.eslintrc Initial commit 2021-06-22 18:20:07 -03:00
.gitattributes Initial commit 2021-06-22 18:20:07 -03:00
.gitignore Initial commit 2021-06-22 18:20:07 -03:00
LICENSE Initial commit 2021-06-22 18:20:07 -03:00
next.config.js Initial commit 2021-06-22 18:20:07 -03:00
package-lock.json Initial commit 2021-06-22 18:20:07 -03:00
package.json Initial commit 2021-06-22 18:20:07 -03:00
postcss.config.js Initial commit 2021-06-22 18:20:07 -03:00
README.md Added NEXT_HC_API_BASE_URL env variable (#1) 2022-12-28 18:13:56 +02:00
tailwind.config.js Initial commit 2021-06-22 18:20:07 -03:00

Beautiful & free dashboard to use with Healthchecks.io. An easy way to see all your checks at a glance in real time, works great on desktop and mobile.

Promo

Deploy on Vercel for free

This is a Next.js app, so it is recommended to deploy it on Vercel but you can use any host that supports Next.js. All you have to do is click on the Deploy button below and then fill the Enviroment Variables with your API key and an optional site's name.

Deploy with Vercel

Where is my API Key?

Log in on Healthchecks.io, go to the project you want to use, click on Settings and there you will find the API Access section:

API Key

Always use the read-only API key.

Security

If you decide to make your dashboard public, your read-only API key will become public as well. Using the read-only API key, anybody can fetch basic information about checks in your project. This includes, for each check:

  • name, tags and description (even though tags and descriptions are currently not being shown on the dashboard)
  • check's schedule (period, grace time, cron expression + timezone)
  • current status (new / up / down / paused)
  • precise time of the last ping
  • precise time of when the next ping is expected
  • total number of pings the check has received

Here are the things that the read-only API keys cannot do:

  • the ping URLs are not exposed. You are not risking unexpected pings from random visitors
  • no write access: cannot update or delete the existing checks, cannot create new checks in your project

Created by @NicoAndrade