Social Feed Ranking Algorithm Simulator
Interactive 3D simulator of a mobile app's feed-ranking algorithm: watch posts reorder in real time as Score = Weight x Affinity x Decay(Δt) plays out, tune the decay rate and clock speed, and boost a post with likes or comments to see it climb the feed.
Mobile social apps don't show posts in the order they were made — every screen refresh re-scores every candidate post and re-sorts the whole feed. This simulator renders that ranking pipeline in 3D: each post is a colored card whose height in the stack is driven live by Score = Weight × Affinity × Decay(Δt), the same shape of formula behind Facebook's original EdgeRank and every feed algorithm descended from it. Tune the decay rate to make the feed prize freshness or staying power, speed up or slow down the simulated clock, spawn new posts of four content types with their own weight multipliers, and click ▶ Like or ▶ Comment on any card to boost its affinity and watch it climb — or watch a neglected post quietly sink as its score decays.
An interactive 3D simulator of a mobile app's feed-ranking pipeline: posts reorder live as Score = Weight x Affinity x Decay(Δt), the EdgeRank-style formula behind real social feeds, and a like or comment visibly boosts a post's climb.
3D · Three.js / WebGL renderer · 60 FPS target · runs fully client-side, no install