Feed

A feed is a continuously updating stream of content items displayed in reverse chronological or algorithmic order. Feeds are the primary content delivery pattern in social media, news, and activity tracking products.

What is a feed in UX design?

A feed is a UI pattern that presents a continuously updating stream of content items, typically in reverse chronological order or in an algorithmically determined order that optimizes for engagement or relevance. Social media platforms, news aggregators, activity logs, and notification centers all use feed patterns. The defining characteristic of a feed is that it is not a static list of content but a living stream that changes over time as new items are published, recommended, or made relevant by user activity.

What are the key design decisions in feed design?

The loading pattern determines how new content is introduced. Infinite scroll continuously appends new items, pagination divides content into discrete pages, and pull to refresh lets users request new content on demand. The ordering algorithm determines whether content appears in chronological order, reverse chronological order, or an algorithmic order based on predicted relevance or engagement. Filtering and preferences allow users to control what appears in their feed. Empty states handle the moment when there is no new content to show. Each of these decisions significantly affects user experience and engagement patterns.

How to balance engagement and user wellbeing in feed design?

Feed design has significant implications for user wellbeing that go beyond conventional usability concerns. Infinite scroll and algorithmic feeds are designed to maximize time spent in the product, which can work against users' interests when that time is not genuinely valuable to them. Giving users meaningful control over their feed through filtering, ranking preferences, and time limit tools respects user autonomy. Providing clear indicators of new versus seen content helps users understand what they have already viewed. Avoiding dark patterns like artificially inflating notification counts or creating false urgency around feed content treats users with respect even when those patterns would increase engagement metrics.

Related terms

Related guides