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.
Use it when small services need searchable logs, operational context, and alerts without adopting a full observability platform.
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