Looking for self hosting analytics tools like hotjar or inspectlet to watch user journeys then follow the installation steps below self host analytics for your web app.
UXLens will help bring all the details down to user actions on the screen so that you can fix and improve your application and user experience.
If you love Digitalocean like we do and want a preconfigured server try this one click installer
docker
on the machine you want to host by following the
official documentationcurl https://uxlens.com/self-host/launcher.sh | bash -
You can monitor docker setup using the command docker logs -f recorder
.
After your see All migrations ran successfully!
message in the logs you can visit http://<localhost_or_ip>
to start playing with the app.
For production usage there are a few more steps to be completed to ensure proper safety of your data (setting up a firewall, https proxy, etc...). Please look at the detailed Documentation for more information