Docs / Introduction
Introduction
LogIt.Now() is a lightweight event logging service for indie hackers and small teams. Drop one line of code in your app and get a real-time notification the moment something happens — a signup, a payment, an error, anything.
What is LogIt.Now()?
Unlike error trackers (Sentry) or infra monitors (Datadog), LogIt.Now() is built for business events — the moments that matter to you as a founder, not your ops team. One call. One notification. Zero dashboards to babysit.
How it works
- Install the SDK or call the REST API directly — no SDK required.
- Create a project in your dashboard and copy your API key.
- Call
logit.now()anywhere in your backend. Your inbox updates in real time.
Quick links
Send First Event
Install the SDK and fire your first logit.now() call in under 2 minutes.
API Keys
Create a project, grab your key, and keep it safe in an env var.
JavaScript SDK
Full reference for the logit npm package — init options, method signatures, TypeScript types.
REST API
Call the ingest endpoint directly from Python, PHP, Go, or any HTTP client.
Key Concepts
Projects, channels, events, tags, metadata — how it all fits together.
Guides
Step-by-step recipes for Stripe events, error tracking, custom events, and more.