Skip to main content

Saved Posts & Collections

Users can save posts into named collections, similar to Instagram's saved feature.

Each property has its own checkbox marking whether that specific piece is fully implemented and functional end to end (frontend + backend) — update these yourself as work lands; this page won't overwrite them.

  • Save a post
  • Unsave a post
  • View your saved posts list — organized by collection; a post saved without picking a collection lands in an auto-created default "Saved" collection
  • Create and delete collections (the default "Saved" collection can't be deleted)
  • Rename a collection
  • Toggle a collection between public and private
  • Move a saved post to a different collection — hover a post in a collection → "Move" → pick the target (movePostToCollection)
  • Browse public collections from other users — Settings → Discover collections (publicCollections)

See the technical reference for GraphQL schemas, routes, source file links, and per-field wiring status.