Skip to main content
Documentation

Build with Lognitor

Guides, references, and examples to integrate Lognitor into your stack — from first install to production monitoring.

1

Install

One package install for your language

2

Initialize

Add your project key — one line of code

3

Send logs

Use Lognitor.info(), .warn(), .error()

4

See insights

AI analyzes your logs automatically

Quick Start

Up and running in 5 lines of code

Install the SDK, initialize with your project key, and start sending logs. No agents, no configuration files, no complex setup.

app.js
import Lognitor from '@lognitor/node';

Lognitor.init({ apiKey: 'ak_live_...' });

Lognitor.info('User signed up');
Lognitor.error('Payment failed', { error: errorString });

Available SDKs

Node.jsnpm install @lognitor/node
Pythonpip install lognitor
PHPcomposer require lognitor/lognitor
Reactnpm install @lognitor/react
Browsernpm install @lognitor/browser

Any language can send logs via our REST API.

Developer Experience

Why developers love Lognitor

2-minute setup

From npm install to seeing your first log in the dashboard. No configuration files needed.

AI built-in

Every log is analyzed by AI. Get root cause analysis, triage, and fix suggestions automatically.

Your data stays yours

Lognitor processes your logs securely. Your data is never used to train models.

Sub-second latency

Logs are searchable the moment they arrive. Real-time tailing for active debugging.

Frequently Asked Questions

What languages does Lognitor support?

Official SDKs for JavaScript/TypeScript, Python, React, Node and PHP. Any language can send logs via our REST API.

How do I install the SDK?

Install via your package manager and call the init function with your project api key. Most setups take under 5 lines of code.

Is there a self-hosted option?

Not currently. Lognitor is fully managed — we handle infrastructure so your team can focus on building. Contact us for more details or enterprise options.

What data do you collect?

Only the log data and metadata you explicitly send via SDK or API, plus basic account info. See our Privacy Policy.

How does the AI work?

Lognitor's AI analyzes your logs using large language models. Your data is processed securely and never used to train models.

Can I try it for free?

Yes! The free plan includes log management, basic error tracking, and alerting. No credit card required. See our pricing page for current limits.

Ready to start building?

Create your free account, install the SDK, and send your first log in under 2 minutes.