Welcome to LuminaLog
Privacy-first observability platform with automatic PII scrubbing and AI-powered debugging.
What makes LuminaLog different?
Why LuminaLog?
Privacy-First
Automatic PII scrubbing with SmartScrub™ technology. GDPR, HIPAA, and SOC2 compliant by design.
AI-Powered
Ask questions in plain English. Get instant insights without learning query languages.
Affordable
10x cheaper than traditional tools. Free tier for side projects, $15/mo for startups.
Quick Example
Get started in under 5 minutes:
npm install @luminalog/sdkimport { LuminaLog } from '@luminalog/sdk';
const logger = new LuminaLog({
apiKey: process.env.LUMINALOG_API_KEY,
environment: 'production'
});
// Log with automatic PII scrubbing
logger.info('User logged in', {
email: 'user@example.com', // Automatically scrubbed
userId: '12345'
});
// Track errors
logger.error('Payment failed', {
error: err.message,
card: '4532-1234-5678-9010' // Automatically scrubbed
});Key Features
SmartScrub™ Technology
Detects 22+ types of PII with context-preserving redaction
AI Debugging
Ask questions in plain English, get instant answers
Error Tracking
Automatic error grouping with stack traces
Real-time Logs
See logs appear instantly in your dashboard
Team Collaboration
Share views, manage access, audit activity
Integrations
Slack, Discord, PagerDuty, and webhooks
Next Steps
Quick Start Guide
Get up and running in 5 minutes with our step-by-step guide.
SDK Documentation
Explore our Node.js, Python, and Go SDKs with detailed examples.
SmartScrub™ Technology
Learn how our PII detection and scrubbing technology works.
AI Debugging
Discover how to debug with natural language queries.