Tutorials: Feeds

How To Build an Activity Feed App in React Native

Popular social media and community-focused apps like Facebook, X, Instagram, Reddit, and TikTok have something in common. They all possess ubiquitous features such as followers, following, interest, popularity, and location-based content delivery. You can integrate these features into web and mobile apps using activity feeds that power timelines, explore tabs, and personalized recommendations. The following
Read more ->
7 min read

Build a Real-Time Social Feed With Next.js

This guide helps you build a Next.js social media app like X. The app allows users to get real-time post and activity updates and share, comment, bookmark, create, and manage posts. We will use Stream's Activity Feeds API for scalability and ease of use. Get started! Activate your free Stream account today and start prototyping
Read more ->
7 min read

Building In-App Notifications in Next.js

Wonder how apps keep users engaged with real-time in-app notifications? In-app notifications are a powerful tool for user retention and engagement. They keep users informed about important updates or activities, encourage users to return to the app regularly, and personalize the user experience based on individual preferences and behavior. However, implementing an effective in-app notification
Read more ->
8 min read

Exploring the Power and Potential of Stream’s Feeds API

In the world of real-time content experiences, user engagement, community, and retention metrics reign supreme. Fortunately, you can elevate your UX and improve KPIs that mean the most to your app with Stream's Activity Feed API and SDKs. Our reusable components are easy to integrate, require little to no maintenance, and, most importantly, can scale
Read more ->
6 min read

Making a Video Collaboration Platform With Flutter Feed SDK

Some examples of video collaboration platforms are Frame.io, Wipster, or Vimeo. They are extremely useful for video editing teams collaborating on a video project. There are many benefits to using a video collaboration platform, such as: Increased collaboration and productivity Improved communication and coordination Reduced travel costs Enhanced distance learning and training However, there is
Read more ->
12 min read

Twitter Clone Part 3: Adding Tweet Reactions and Showing Notifications

In this article, the third part of the Build a Twitter Clone series, you will add support for tweet reactions (likes and comments), threads, and a notifications page. Part 1 focuses on creating the Twitter layout, authenticating users with Stream, adding the create tweet feature, and displaying the home page activity feeds. Part 2 focuses
Read more ->
12 min read

Twitter Clone Part 2: Creating a Profile Page and Following Users

In this article, in the second part of the Build a Twitter Clone series, you will create a Profile Page for users and add the follow-users feature. Part 1 focuses on creating the Twitter layout, authenticating users with Stream, adding the create tweet feature, and displaying the home page activity feeds. That is a required
Read more ->
10 min read

Twitter Clone Part 1: Connecting Users to Stream Feeds and Creating a Tweet

In this article, the first part of the Build a Twitter Clone series, you will be creating a Twitter clone, which connects and authenticates a selected user with your Stream app. For this tutorial, you will make the layout and add support for creating tweets in the clone using Stream activity feeds. Let us get
Read more ->
34 min read