Back to Diary
Roadmap

Connecting Readers - How the Social Feed Works

Bjarne
4 min read

Reading is personal, but it's also communal. We finish a book and immediately want to turn to someone and say, "Can you believe that ending?!" I'm building the Social Feed for Booklynx to make that moment easier.

What is the Feed?

It's not an algorithm trying to sell you things. It's a simple, chronological timeline of your friends' reading life:

  • Status Updates – "Sarah started reading Dune."
  • Progress – "Mike is 50% through The Martian."
  • Reviews – Read your friend's thoughts the moment they post them.
Social feed showing friend activity
See what your friends are reading in real-time

No algorithms

Your feed shows posts in chronological order. No engagement optimization, no hidden posts, no "you might have missed" manipulation. Just your friends' updates.

The Technical Challenge: Real-Time Updates

Making this feel "live" is tricky. When you "like" a review, I want your friend to know instantly.

To do this, I use Cloud Functions. Think of these as little robot assistants that live in the server.

1
You tap "Like"In the app
2
Database updatesLike is recorded
3
Cloud Function wakesSees new like
4
Push notificationFriend is notified
How likes trigger notifications
  1. You tap "Like".
  2. Your app tells the database.
  3. A robot assistant wakes up, sees the new "Like", and calculates the new total.
  4. It then sends a Push Notification to your friend's phone: "Alex liked your review!"

Mentions & Tagging

I am also working on "Mentions". Soon, you'll be able to type @ in a comment to tag a friend. This requires complex logic to ensure I only show you friends you actually know, keeping the community safe and private.

Coming Soon

Mentions and tagging are currently in development. Beta testers will be the first to try this feature!

What's Next?

I am currently testing these features internally. The biggest hurdle is ensuring that if you follow 500 people, your phone doesn't explode with notifications.

I'm building "grouping" logic to keep things tidy:

  • Instead of 5 separate notifications, you'll see: "5 friends liked your review"
  • Quiet hours so you're not disturbed while reading
  • Customizable notification preferences per activity type

I can't wait to see what you start discussing!


Be the first to connect

Join the beta and help test the social features. Your feedback shapes how readers connect.

Join the Beta
socialfeaturesnotificationscommunity
B
Bjarne
Building Booklynx with love for readers everywhere