Demo environment, sample data only, auth in active development.

qiklog

Lightweight log tailing for developers who want to see what their app is doing right now — without setting up Datadog.

Send a log line with curl and watch it land on the tail page in real time.

Try it

$ curl -X POST http://localhost:5080/v1/logs \
    -H "Content-Type: application/json" \
    -d '{"source":"demo","level":"info","message":"hello from curl"}'
Open live tail for "demo" Manage sources & keys