Marvin Frachet

Progressively - Build the feature that matters to your audience

Progressively makes it possible to build your features iteratively and to understand how your audience behaves when being exposed to them. Take decision based on data and not guts feelings. We do that anonymously, with open source, and it's self-hosted.

Add a comment

Replies

Best
Dmytro Semyrian
Wow, Progressively sounds like an amazing tool for product development! I love the idea of being able to build features iteratively and make data-driven decisions instead of relying on gut feelings. The fact that it's self-hosted and open source is also a huge plus. I'm curious to know how Progressively ensures anonymity while collecting user behavior data. Great job on creating this product!
Marvin Frachet
@dmytrosem thanks for your message and happy to hear from your feedbacks! The idea is that we register events in database to provide data to the folks using the product. However, the data going through the network and the data stored in the database does not contain any information that makes it possible to know who the user is :). To understand the user journey, we stick a cookie that is not based on user info. It's basically a random identifier generated from Progressively that is sent on subsequent requests. The code is open source, if you are a developper, you can get a glimpse on how we that here https://github.com/progressively...