LogstackLogstack

Introduction to Logstack

Production-ready log management with real-time streaming, smart alerts, and multi-language SDKs.

Welcome to Logstack

Logstack is a production-ready log management platform for modern applications. Capture, stream, and analyze logs in real time with alerting, a web dashboard, and a mobile companion app.

Open source and self-hostable. Get started in minutes with a single API key.

Key features

  • Real-time streaming — dashboards and mobile as events land
  • Smart alerts — pattern rules with email and push
  • Multi-language SDKs — JavaScript/TypeScript, Go, and Python
  • Self-hosted — full control of your data

Install an SDK

npm install logstack-js
import { createLogStack } from "logstack-js";
 
const logstack = createLogStack({
  apiKey: "ls_live_your_api_key",
});
 
logstack.info("User signed up", { userId: "user_123" });

What's next?

Support

On this page