Production logs, close at hand.
MikroScope ingests NDJSON logs, indexes them into SQLite, exposes query and aggregation APIs, serves OpenAPI docs, and sends webhook alerts when operational patterns need attention.
Node services, small teams, local observability, operational debugging.
What ships
HTTP ingest API for backend and frontend producers
Query filters for producer, level, audit, fields, timestamps, and cursors
Aggregate API for level, event, component, and correlation buckets
Webhook alerts, retention, maintenance, and layered configuration
npm install -g mikroscope
mikroscope serve \
--host 127.0.0.1 \
--port 3000 \
--logs ./logs \
--db ./data/mikroscope.db