openstatusHQ / openstatus

πŸ“ The open-source synthetic monitoring platform πŸ“
https://openstatus.dev
GNU Affero General Public License v3.0
4.98k stars 278 forks source link
bun clerk drizzle-orm monitoring nextjs nextjs13 observability on-call open-source rum shadcn-ui status-page synthetic-monitoring tinybird turso uptime-checker uptime-monitor

OpenStatus

The Open-Source performance monitoring platform.
Learn more Β»

Discord Β· Website Β· Issues Β· Roadmap

About OpenStatus πŸ“

OpenStatus is open-source performance monitoring platform.

Recognitions πŸ†

openstatusHQ%2Fopenstatus | Trendshift

<img alt="Featured on Hacker News" src="https://hackerbadge.now.sh/api?id=37740870" style="width: 250px; height: 55px;" width="250" height="55" />

Contact us πŸ’Œ

If you are interested in our enterprise plan or need special features, please email us at ping@openstatus.dev or book a call

Book us with Cal.com

Roadmap πŸ—ΊοΈ

Here's our roadmap feel free to contribute to it.

Contributing 🀝

If you want to help us building the best status page and alerting system, you can check our contributing guidelines

Top Contributors

Made with Contrib.rocks

Stats

Alt

Built with πŸ› οΈ

Getting Started πŸš€

Requirements

Setup

  1. Clone the repository

    git clone https://github.com/openstatushq/openstatus.git
  2. Install dependencies

    pnpm install
  3. Set up your .env file

    From apps/web and packages/db, you will find .env.example. Create your own copy.

  4. Follow the steps to run your sqlite database locally inside of README.md

  5. Start the development with the below command

    pnpm dev

    It will:

    • run the web app on port 3000
    • run the api server on port 3001
    • run the docs on port 3002
  6. See the results:

Tunnelmole, an open source tunnelling tool or ngrok, a popular closed source tunnelling tool.

Using Tunnelmole

  1. Install Tunnelmole with curl -O https://install.tunnelmole.com/384HK/install && sudo bash install. (On Windows, download tmole.exe)
  2. Run tmole 3000. In the output, you'll see two URLs, one HTTP, and an HTTPS URL. It's best to use the HTTPS URL for privacy and security.
➜  ~ tmole 3000
http://bvdo5f-ip-49-183-170-144.tunnelmole.net is forwarding to localhost:3000
https://bvdo5f-ip-49-183-170-144.tunnelmole.net is forwarding to localhost:3000

Videos

Videos to better understand the OpenStatus codebase: