Real-time · Indie-friendly · .NET-native

Tail production from the browser.

QikLog is tail -f for teams who want visibility now — POST a line, watch it land live. No Grafana ceremony. No six-figure observability bill.

demo · live
$ curl -X POST http://localhost:5080/v1/logs \
  -H "Content-Type: application/json" \
  -d '{"source":"demo","level":"info","message":"shipped"}'

 202 Accepted

14:02:11.004 INFO  shipped
14:02:14.881 WARN  cache miss on /api/v1/widgets
14:02:15.102 INFO  retry succeeded

See it work

Recordings from VHS tapes in tapes/ — re-run make demos-record when the CLI or curl story changes.

curl ingest demo returning 202 Accepted

Built for the boring path

Ingest anywhere

HTTP JSON, CLI qiklog send, or tail a file. Your app already knows how to POST.

Live by default

SignalR groups per source. Open /tail/demo and watch lines stream in.

.NET all the way down

ASP.NET Core API, Blazor dashboard, single-file CLI. One stack, one hiring story.

Documentation

Step-by-step guides for ingest, live tail, API keys, and the CLI — written for the person shipping logs, not the person selling observability.

Simple pricing (coming soon)

Pre-alpha today. Paid tiers land with API keys, persistence, and Stripe.

  • Free — play locally, limited cloud tail
  • Pro $9/mo — sources, API keys, history
  • Tinkerer $20 — prepaid credits for side projects
Try the Hello World