Lightweight analytics for
your projects
Lightweight analytics library for web projects. Just enable the script and you're ready to go!
Easiest to use
The project development process becomes clear when intuitive dashboards provide instant access to data without requiring any SQL or analytics skills.
1
Setup new projectGenerate access key for your project
2
Create access keyGenerate access key for your project
3
Start using LamionInstall dependencies and setup logger by docs
Advantages
flare
Developer-oriented
The main purpose of the project is to help independent developers with their projects.developer_mode
Lightweight
Lamion is a small library that will not overload your project. Bundle size is only 11 KB!monitoring
Metrics, Dimensions, Reports
Lamion provides a comprehensive detailed report on your project's activities.Use cases
Small student projects
Projects with one developer
Projects not requiring in-depth analytics
Demonstration projects for learning WEB development
Focus on creativity
With Lamion, you don't have to worry about any analytics issues in your app. Set up once - use everywhere.const { logEvent } = useBrowserLamion({
accessKey: "YOUR_ACCESS_KEY_HERE",
});
function log() {
logEvent("My first event 👋");
}
<button @click="log()">Very imporant element</button>
Contributing
Help us improve LamionYou can help improve Lamion by contributing to our GitHub repositories. We believe that your opinions and ideas will help make Lamion even better.

If you have any suggestions, improvements or fixes, please create a pull request or open an issue in our repositories. We appreciate every help and will be happy to consider your suggestions!