Logary Documentation
Logary is a modern event tracking and analytics platform that helps developers monitor applications, track user behavior, and gain insights through beautiful dashboards and real-time analytics.
SDK-First Approach
Easy Integration
Get started in minutes with our JavaScript/TypeScript SDK:
npm install logary-core
import Logary from 'logary-core';
const logary = new Logary({
projectApiKey: 'your-api-key'
});
await logary.send({
channel: 'user-activity',
title: 'User Signed In',
icon: '👤'
});Platform Features
📊 Real-time Analytics
Track events instantly with comprehensive dashboards and visualizations.
🏗️ Project Organization
Organize events into projects and channels for better structure and filtering.
🔔 Smart Notifications
Get notified via Slack, Discord, Telegram, and email when events occur.
👥 Team Collaboration
Share projects and dashboards with team members for collaborative insights.
🎨 Custom Dashboards
Create personalized analytics dashboards with drag-and-drop widgets.
🔍 Advanced Filtering
Search and filter events by project, channel, tags, and custom criteria.
Get Started
On This Page