SkillAgentSearch skills...

Highlight

highlight.io: The open source, full-stack monitoring platform. Error monitoring, session replay, logging, distributed tracing, and more.

Install / Use

/learn @highlight/Highlight

README

<p align="center"> <img width="2051" alt="docs-thumbnail" src="https://user-images.githubusercontent.com/20292680/233754540-409ee4cf-beab-46b1-b313-d2d717a87fd6.png"> </p> <p align="center"> <a href='http://makeapullrequest.com'><img alt='PRs Welcome' src='https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=shields'/></a> <a href='https://highlight.io/community'><img alt="Join Discord Community" src="https://img.shields.io/badge/discord%20community-join-blue"/></a> <img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/highlight/highlight"/> <img alt="GitHub closed issues" src="https://img.shields.io/github/issues-closed/highlight/highlight"/> </p> <p align="center"> <a href="https://highlight.io/docs">Docs</a> - <a href="https://highlight.io/community">Community (Support & Feedback)</a> - <a href="https://github.com/highlight/highlight/issues/new?assignees=&labels=external+bug+%2F+request&template=feature_request.md&title=">Feature request</a> - <a href="https://github.com/highlight/highlight/issues/new?assignees=&labels=external+bug+%2F+request&template=bug_report.md&title=">Bug report</a> </p>

highlight.io: The open-source, fullstack monitoring platform.

highlight.io is a monitoring tool for the next generation of developers (like you!). Unlike the age-old, outdated tools out there, we aim to build a cohesive, modern and fully-featured monitoring solution, something we wished WE had. And it's all open source :)

At a high level, highlight.io's feature set is:

We strive to make highlight.io as easy to install as a few lines of code in any environment.

Read more about our features, values and mission below, and get started at https://highlight.io today!

Table of Contents

Get started

Hosted highlight.io (free to get started!)

The fastest and most reliable way to get started with highlight.io is signing up for free at app.highlight.io. After making an account, getting started is as easy as installing the client SDK snippet.

Hobby self-hosted

Deploy a hobby instance in one line on Linux with Docker (we recommend at least 8GB of RAM, 4 CPUs, and 64 GB of disk space):

git clone --recurse-submodules https://github.com/highlight/highlight
# or `git submodule update --init --recursive` on git < 2.13
cd docker && ./run-hobby.sh

After a brief frontend load time, the app should be accessible at https://localhost. Use the password set in docker/.env variable ADMIN_PASSWORD with any valid email address.

Good for <10k sessions and <50k errors ingested monthly. See our docs for more info and limitations.

Enterprise self-hosted

See our enterprise self-hosted docs to deploy a scalable, production-ready instance with support from our team.

Features

Session Replay: Understand WHY bugs happen.

  • Dom-based High-fidelity Replay: Replay every interaction and dom change that happened in a given browser session (powered by https://github.com/rrweb-io/rrweb)
  • Outgoing Network Requests: See all the network requests (and their contents) in a given session to reproduce the data that was sent/received by your frontend -> docs
  • Console logs: Analyze the logs printed (console.error, console.log, etc..) to the console from your frontend -> docs
  • Embedded Error Monitoring: See the errors associated with a given session to understand what the user was doing leading up to them.
  • Session Comments: Comment on errors to communicate with your team on user frustration, bugs, and more! -> docs
  • Integrations with your favorite tools -> docs
<p align="center"> <img width="600" alt="Frame 43972" src="https://user-images.githubusercontent.com/20292680/214499701-86b7deb3-ec8f-4cb2-8661-ff4f9d7ade2d.png"> </p>

Error Monitoring: Understand WHAT bugs are happening.

  • Customizable Error Grouping: Customize rules for grouping repeated errors -> docs
  • Customizable Alerting Rules: Customize how often, and where alerts are sent -> docs
  • Embedded Session Replay: See all of the sessions associated with any given error.
  • SDK Support: Support for a long (and growing!) list of SDKs.
  • Integrations with your favorite tools -> docs
<p align="center"> <img width="600" alt="error-monitoring" src="https://user-images.githubusercontent.com/20292680/214500108-c8e0e289-276a-4863-816a-7c854c97df4e.png"> </p>

Logs: Dig deeper into what's happening on your server.

  • Powerful Search: Search across all your logs, with automatic property collection -> docs
  • Log Alerts: Set thresholds for your log alerts, and view them in the alerts dashboard -> docs
  • Embedded Session Replay and Errors: See all of the sessions & errors associated to a log.
  • SDK Support: Support for a long (and growing!) list of SDKs.
  • Integrations with your favorite tools -> docs
<p align="center"> <img width="600" alt="logging" src="https://user-images.githubusercontent.com/20292680/233539519-f8f58251-5b88-4703-8bea-2cd8d9549faf.png"> </p>

Traces: Track the performance of operations on your server.

  • Powerful Search: Search across all your traces, with automatic property collection -> docs
  • Log Alerts: Set thresholds for your log alerts, and view them in the alerts dashboard -> docs
  • Embedded Session Replay, Errors and Logs: See all of the sessions, errors, and logs associated to a trace.
  • SDK Support: Support for a long (and growing!) list of SDKs.
  • Integrations with your favorite tools -> docs
<p align="center"> <img width="600" alt="logging" src="https://github.com/highlight/highlight/assets/20292680/61125b61-b5b8-4de3-9dc0-0c34d11b2d1d"> </p>

More?! Metrics? Traces? Merch?

Have an idea for what we should build next? Please share our community or via a Github Issue!

Read a full list of highlight.io features.

SDKs

All of our SDKs for highlight.io can be found in the sdk directory. To get started with these SDKs, we recommend the getting started guide in our docs.

Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tbody> <tr> <td align="center" valign="top" width="14.28%"><a href="http://jaykhatri.com"><img src="https://avatars.githubusercontent.com/u/20292680?v=4?s=100" width="100px;" alt="Jay Khatri"/><br /><sub><b>Jay Khatri</b></sub></a><br /><a href="https://github.com/highlight/highlight/commits?author=jay-khatri" title="Code">💻</a> <a href="https://github.com/highlight/highlight/commits?author=jay-khatri" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="https://vadweb.us"><img src="https://avatars.githubusercontent.com/u/1351531?v=4?s=100" width="100px;" alt="Vadim Korolik"/><br /><sub><b>Vadim Korolik</b></sub></a><br /><a href="https://github.com/highlight/highlight/commits?author=Vadman97" title="Code">💻</a> <a href="https://github.com/highlight/highlight/commits?author=Vadman97" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><img src="https://avatars.githubusercontent.com/u/86132398?v=4?s=100" width="100px;" alt="Zane Mayberry"/><br /><sub><b>Zane Mayberry</b></sub><br /><a href="https://github.com/highlight/highlight/commits?author=mayberryzane" title="Code">💻</a> <a href="https://github.com/highlight/highlight/commits?author=mayberryzane" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><a href="http://elmthomas.com/"><img src="https://avatars.githubusercontent.com/u/58678?v=4?s=100" width="100px;" alt="Eric Thomas"/><br /><sub><b>Eric Thomas</b></sub></a><br /><a href="https://github.com/highlight/highlight/commits?author=et" title="Code">💻</a> <a href="https://github.com/highlight/highlight/commits?author=et" title="Documentation">📖</a></td> <td align="center" valign="top" width="14.28%"><img src="https://avatars.githubusercontent.com/

Related Skills

View on GitHub
GitHub Stars9.2k
CategoryOperations
Updated2d ago
Forks502

Languages

TypeScript

Security Score

85/100

Audited on Mar 21, 2026

No findings