🔥 LogBlazer

Features

Everything you need to track what matters

LogBlazer is a simple but powerful logging dashboard. Send logs from any language, organize them by source and status level, create monitor cards for at-a-glance health checks, and share public dashboards with your team — all without the complexity of traditional observability platforms.

Log viewer

Real-time log dashboard

Logs flow into your dashboard in real time, organized by source. Each entry is color-coded by status level — SUCCESS, FAILURE, WARNING, and NOTICE — so you can spot problems at a glance. Monitor cards sit at the top of the page, giving you a live overview of the metrics that matter most.

LogBlazer project view showing monitor cards and a real-time log table

Monitors

Monitor cards at a glance

Create custom monitors — status, boolean, number, or text — that appear as color-coded cards on your dashboard. Track deployment status, API health, queue depth, cache hit rates, and anything else you can measure. Each card updates automatically with the latest value you send.

Dashboard with color-coded monitor cards showing deployment status, API health, and other metrics

Search

Search and filter instantly

Full-text search across all your logs. Filter by status level. Find exactly what you need in seconds, no matter how many entries you have.

Log search and filtering interface with results filtered by deploy keyword

Sharing

Share a public dashboard

Every project gets a shareable public URL. Give stakeholders, clients, or your team read-only access to monitors and logs without creating accounts. One link, no login required.

Public shareable dashboard showing monitors and recent logs

AI integration

Built for AI agents

Every dashboard has an LLM-friendly endpoint that returns clean, structured markdown. Let AI agents monitor your infrastructure, parse logs, and take action — all from a single URL. Append /llm to any public dashboard URL and get data that machines can read.

API endpoint, public dashboard URL, and LLM dashboard URL configuration

API

One endpoint. Any language.

Send a single POST request and your log appears on the dashboard. No SDKs to install, no configuration files to manage. If your language can make an HTTP request, it works with LogBlazer.

curl -X POST https://app.logblazer.com/api/logs/YOUR_API_KEY \
  -H "Content-Type: application/json" \
  -d '{"source": "deploy", "payload": "Deployed v2.4.1", "status": "SUCCESS"}'

Ready to start?

No credit card required.