Custom feeds on BlueSky allow you to create personalized content streams based on specific criteria. Unlike the default algorithmic feed, custom feeds

Building Custom BlueSky Feeds with Next.js

submited by
Style Pass
2025-01-07 00:00:10

Custom feeds on BlueSky allow you to create personalized content streams based on specific criteria. Unlike the default algorithmic feed, custom feeds give you complete control over what content appears, making them powerful tools for content curation and discovery.

My project Sky Assistant is a tool that allows you to create custom feeds based on your own "assistants" which filter content based on your own logic or using AI! It is built with Next.js and deployed on Vercel.

This guide will show you how to build a custom feed using Next.js and deploy it to your existing project but isn't going to go into the details of how to filter messages or read from the BlueSky firehose. If you are just interested creating a custom feed without code then try out Sky Assistant.

Much of the officially supported BlueSky documentation shows how to build feeds using a custom dedicated server. However, if you are like me you already have a Next.js project hosted on Vercel or another platform.

Leave a Comment