esc
Type to search the docs
Back to catalog

checkmate

Draft

Monitor uptime, response times, and server health with beautiful dashboards

Uncategorized Repository

Run locally

Terminal
$ npx launchfile up checkmate

Requires Docker Desktop. No source code needed — pulls pre-built images and starts checkmate with all dependencies.

Image: bluewavelabs/checkmate:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: checkmate
description: "Monitor uptime, response times, and server health with beautiful dashboards"
repository: https://github.com/bluewave-labs/checkmate
logo: https://raw.githubusercontent.com/bluewave-labs/checkmate/main/Client/public/logo.png

image: bluewavelabs/checkmate:latest
provides:
  - protocol: http
    port: 5000
    exposed: true
requires:
  - type: mongodb
    set_env:
      DB_CONNECTION_STRING: $url
env:
  JWT_SECRET:
    generator: secret
    sensitive: true
restart: always

Required Services

mongodb

Learn More

Spec references for features used in this Launchfile.

Related Apps

© 2026 High Bridge Enterprises AB