What is MikroScope?

MikroScope is a small observability product for services that write structured NDJSON logs.
The API sidecar ingests logs, indexes them into SQLite, exposes query and aggregate endpoints, serves OpenAPI documents, and evaluates alert policies. It is useful on its own and does not serve the browser console.
MikroScope Console is a static frontend that points at the API. It is distributed and deployed as static files, so you can host it with Caddy, a CDN, object storage, or any static server.
This mirrors the newer Mikro product model: API and frontend are freestanding surfaces, while product build and deployment scripts can package them together for convenience.