| Hey HN!
We’ve built a tool that dynamically adjusts the complexity of software interfaces based on a user's interaction with it. It works by hiding non-essential/advanced UI elements for new users, reducing cognitive load and guiding them to their "aha moment" more efficiently. We refer to this as „simple mode“. Non-essential features are progressively revealed when the user is ready to use them, and we’ve also added an option for users to manually switch „simple mode“ off. Every Feature in vykee consists of Elements. Elements can be selected via UI picker or via code by adding the vykee attribute. Our analytics tool allows you to easily measure the usage of Features and Elements over time. You can identify the ones that are (a) not used or (b) used a few times in the beginning but not again. Those non-essential Features can be hidden by applying conditions for revealing them. As we’re still very early, I’d love to get your feedback on the tool and thoughts re simplifying complex software more broadly. |
I do think it's tricky to do this as a 3rd party website. Most sites would want the disclosure logic to live inside their product, as coded logic. I do like the concept and how you've built this.