The missing analytics platform for landing pages. What do you think?
4 coursecrumbs 10 7/25/2025, 7:53:03 AM
Hi everyone!
For a long time, I noticed a big problem with generic analytics platforms: they only give you insights for the whole website or a single page, but they don’t show how each individual block of your page performs.
So, I built a platform that gives you detailed metrics for every block on your page:
- How many clicks each block gets - How many people leave from a specific section - How much time visitors spend in each section
On top of that, it lets you compare different versions of your page so you can clearly see how any changes affect the performance of the whole page or specific sections.
What do you think?
You can check it out here. It is free now: https://landlift.io
I would instead price by features. For example you could segment pricing by the number of blocks you can track on a page. Free users only get 3 blocks, paid users get 50 blocks, enterprise users get unlimited blocks.
You want to be able to convert users that are only going to need the tool on a small number of landing pages. I may be wrong, but I can't imagine anyone needing detailed analytics on 100+ landing pages
At the same time I’d probably do blocks as well and up to X sites. Or unlimited at whatever the enterprise equivalent would be.
But to answer the question of what we think about the product itself... I kinda despise client-side analytics that make calls out to 3rd parties (even if it is just a tracking pixel). I understand the value to marketers and PMs. But if you want something new in this problem space, send data to the app server and build server-side processing. Not only is that a cleaner client-side experience, it won't end up getting blocked by anti-spyware extensions.
Also, you are shooting yourself in the foot by measuring landing pages. They are already a fairly weak form of marketing - they are early idea validation, not even a real product. Optimizing at this point is borderline bike-shedding. You need these types of analytics when you have a product ready to roll and are optimizing conversions. Landing pages simply are not high value enough to invest this much effort.
> send data to the app server and build server-side processing. Not only is that a cleaner client-side experience, it won't end up getting blocked by anti-spyware extensions
This is also a good suggestion. I will explore this option as well.
Interesting POV.