All 41 Dependencies
Every package Litlyx depends on, ranked by repo health score.
Litlyx is an open-source, self-hostable web analytics platform built for developers and privacy-conscious businesses who want a clean alternative to Google Analytics, Mixpanel, and Matomo. It tracks visitors, page views, bounce rates, and custom events without cookies or consent banners, making GDPR compliance effortless by design. A single script tag or npm install is all it takes to start collecting data.
The platform is built around a producer-consumer architecture: an Express-based event ingestion service receives tracking calls and queues them into Redis Streams, while a separate consumer service reads from the queue and persists processed data into MongoDB. This separation keeps the hot-path ingestion lightweight and resilient even under load. A Nuxt 3 dashboard with Vue 3 components provides real-time analytics views, team member management, and an integrated AI assistant powered by OpenAI for natural-language data insights.
Self-hosting via Docker Compose takes minutes — pull the images, configure environment variables for MongoDB and Redis, set an admin email and password, and the dashboard is live on port 3000. A license key unlocks full feature parity with the cloud offering, while the open-source base provides unlimited self-hosted usage for teams that prefer to manage their own infrastructure. For teams who do not want to manage servers, Litlyx also offers a hosted cloud version at dashboard.litlyx.com.