Stay in the loop, without the noise.

See signups, payments, and more as they happen. Together.

Live Events
Listening

Everything you need to stay informed

Built for founders and developers who need to know what's happening—without the noise.

Real-time Dashboard

Watch events flow in as they happen. Click any event to see the full context. Your whole team sees the same live stream.

Channel Organization

Organize events into channels like signups, payments, and deployments. Familiar Slack-like navigation your team already knows.

User Profiles

Connect events to real users. See who triggered each event, track activity over time, and understand your users in context.

Simple Integration

Start tracking in under 5 minutes. One API endpoint, TypeScript SDK, or simple HTTP calls - your choice.

Team Workspace

Share visibility across your team. Founders, marketers, and developers all see the same events in one place.

Security & Reliability

Hosted and stored on European infrastructure. GDPR compliant, API key rotation, idempotent ingestion.

Integrate in minutes

One API call to start tracking. Use our TypeScript SDK or simple HTTP requests—whatever fits your stack.

1

Install the SDK

npm install @quicklog/sdk

2

Get your API key

Create a project and grab your key from the dashboard

3

Start tracking

Send events and see them appear in real-time

TypeScript
import { Quicklog } from "@quicklog/sdk";

const ql = new Quicklog("YOUR_API_KEY");

await ql.track({
  channel: "signups",
  event: "user.signed-up",
  description: "New user from organic search",
  user: {
    email: "user@example.com",
    name: "John Doe"
  },
  metadata: {
    source: "google",
    plan: "pro"
  }
});

Simple, transparent pricing

Start free. Scale as you grow. Never lose critical events.

Free

For hobby projects and testing

$0/mo
  • 5,000 events/month
  • 30 days retention
  • 3 team members

Pro

For growing startups

$19/mo
  • 50,000 events/month
  • 90 days retention
  • Unlimited team members
  • Overage protection

Business

For scaling teams

$79/mo
  • 250,000 events/month
  • 365 days retention
  • Unlimited team members
  • Full AI insights