Dynamic and interactive digital billboard
Description
Creating a dynamic and interactive digital billboard where users can actively participate and modify content. This approach aims to increase user engagement and retention by introducing game-like mechanics and a living, evolving content system.
Implementation
Using a combination of backend technologies and AI, the platform allows users to "snipe" lines, archive changes, and engage with a heat-based ranking system.
Key Features
- Lineage tracking for historical changes.
- Heat system for ranking engaging content.
- Takeover mechanic for user interaction.
- Shielding option to protect specific lines.
Related Problems (1)
Description
Users often lose interest in static digital content platforms because they lack interactivity and dynamic engagement. This results in low user retention and limited participation.Impact
Static content does not encourage repeated visits or sustained user interaction, leading to a decline in platform activity and user engagement.Sources (1)
A month back I built a basic site with 1 million lines. It got some initial interest, but people got bored quickly because it was static. I decided to shut it down and rebuild the entire logic. I wanted to see if I could create a "living" billboard that changes based on user activity. I used a mix of PHP, MySQL, and AI to help me bridge the gaps in my coding knowledge. **New features I added to make it more of a "game":** * **Lineage:** Every time a line is changed, the old version is archived. You can see the full history of who owned it and what they posted. * **Heat System:** Lines that get more engagement rank higher on the main feed. If a line goes "cold," it sinks to the bottom. * **Takeover Mechanic:** Users can "snipe" lines to take over the spot. The previous owner gets a payout from the system, and the new owner gets the "Heat" and the visibility. * **Shielding:** You can protect specific lines if you want to keep them from being taken over. I’m trying to find the right balance for the "economy" so it doesn’t just become a wall of spam. I'd love some feedback on the UI/UX (it’s a custom build for mobile and desktop). name TheMillionLines if anyone is curious.