yumo · docs
Web app

Feed

See what the people you follow are eating, visiting, and recommending.

Your feed at /feed is a personalized stream of activity from accounts you follow. It's the fastest way to see what your friends liked this week without actively seeking it out.

What shows up

Five event types flow through the feed:

  • visit_logged — someone you follow logged a new visit.
  • visit_ranked — a visit's ranking finished, producing a new sort order on their profile.
  • visit_reacted — someone you follow reacted to a visit (including visits by people you don't follow).
  • visit_commented — someone you follow commented on a visit.
  • user_followed — someone you follow started following another account.

Each event card is denormalized for speed: it carries the place name, image, city/country, tier, and a preview snippet without a round-trip lookup.

Privacy filtering

Feed visibility tracks the source visit's privacy:

  • Public visits appear in every follower's feed.
  • Followers-only visits appear only in the feeds of the author's followers.
  • Private visits never appear in any feed.

If you lose access (for example, the author switches a visit from public to private, or unfollows you), the event disappears from your feed on next refresh.

Interactions

Tap any event card to jump to the underlying object — the place drawer, the visit detail sheet, or the other user's profile. You can like or comment on visits directly from the feed without leaving the page.

Ordering

The feed is reverse-chronological — newest first — with a small amount of deduplication (multiple reactions on the same visit collapse). Infinite-scroll loads older activity.

Need help or found a bug?

Join the yumo community on Discord. We answer questions, take feature requests, and triage bug reports there.

Join the Discord

On this page