Social Platform Design

Social platform design patterns including feeds, profiles, interactions, and community features.

dragoon0x 2330a92 1018 B Updated

File contents

Social Platform Design

Feed Design

  • Reverse chronological or algorithmic (let users choose).
  • Pull-to-refresh on mobile.
  • New content indicator at top: "5 new posts" button.
  • Infinite scroll with position memory.
  • Content types: text, image, video, link preview, poll.

Post/Content

  • Author: avatar + name + handle + timestamp.
  • Content: text + media (click to expand).
  • Actions: like/react, comment, share, bookmark, report.
  • Engagement counts: likes, comments, shares.
  • Threaded replies for conversations.

Profile

  • Cover image + avatar + name + bio + stats.
  • Stats: followers, following, posts.
  • Tab bar: posts, replies, media, likes.
  • Follow/message/block actions.

Community Features

  • Groups/channels with join/leave.
  • Moderation tools: mute, block, report.
  • Content policies clearly stated.
  • Notification preferences per community.

dragoon0x/everything-design-taste/tree/main/skills/social-platform-design commit 2330a92038

Frequently asked questions

npx skillmds@latest add dragoon0x/social-platform-design