Stay in the loop, without the noise.
Track signups, payments, and custom events as they happen.
Everything you need to stay informed
Built for founders, marketers and developers who need to know what's happening.
Real-time Dashboard
Events appear as they happen. Click any event to see the full context.
Channel Organization
Organize events into channels like signups, payments, and deployments. Slack-like navigation.
User Profiles
Connect events to real users. See who triggered each event and track activity over time.
Simple Integration
Start tracking in under 5 minutes. One API endpoint, TypeScript SDK, or simple HTTP calls - your choice.
Team Workspace
Invite your team. Everyone sees the same events in one place.
Integrate in minutes
One API call to start tracking. Use our TypeScript SDK or simple HTTP requests—whatever fits your stack.
Install the SDK
npm install @quicklogio/node
Get your API key
Create a project and grab your key from the dashboard
Start tracking
Send events and see them appear in real-time
import { Quicklog } from "@quicklogio/node";
const quicklog = new Quicklog({ apiKey: "ql_live_xxx" });
await quicklog.track({
channel: "signups",
event: "user.signed-up",
description: "John Doe (john@example.com) signed up from organic search",
userId: "user_123",
metadata: {
source: "google",
plan: "pro"
}
});Free during beta
Quicklog is in beta - all features are free while I build and refine the product.
All features included
No limits, no credit card required. Just sign up and start tracking.

