You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flipboard is a magazine-style news aggregation platform known for its signature flip animation (page-turn gesture) and visually rich content presentation. The IA centers on Magazines (user-curated collections), Storyboards (editorial narratives), and Smart Magazines (AI-curated topic feeds). Content is sourced from RSS, social media, and publisher partnerships, then presented in a beautiful, lean-back reading experience that mimics a glossy magazine.
Site Map
flipboard.com
├── Home (For You feed)
├── Explore
│ ├── Topics
│ │ ├── Technology
│ │ ├── Science
│ │ ├── Politics
│ │ ├── Business
│ │ ├── Design
│ │ ├── Food
│ │ ├── Travel
│ │ ├── Sports
│ │ └── ... (100+ topics)
│ ├── Smart Magazines (AI-curated)
│ ├── Community Magazines (user-created)
│ ├── Storyboards (editorial)
│ └── Publisher channels
├── Following
│ ├── Followed topics
│ ├── Followed magazines
│ ├── Followed publishers
│ └── Followed people
├── Magazines
│ ├── My magazines
│ ├── Liked magazines
│ └── Magazine detail
│ ├── Cover image
│ ├── Description
│ ├── Curator
│ ├── Article list
│ └── Flip-through view
├── Storyboard
│ ├── Narrative layout
│ ├── Mixed media (text, images, video, tweets)
│ └── Author / curator
├── Article View
│ ├── Full article (in-app reader or linked)
│ ├── Flip to related stories
│ ├── Like / Comment / Share
│ └── Flip into magazine
├── Profile
│ ├── Bio & avatar
│ ├── Magazines curated
│ ├── Storyboards
│ ├── Liked articles
│ ├── Followers / Following
│ └── Activity
├── Notifications
├── Flipboard TV
│ ├── Video news
│ └── Channels
├── Help
│ ├── Getting started
│ ├── Reading
│ ├── Curating
│ ├── Privacy
│ └── Contact
├── Publishers
│ ├── Partner program
│ ├── Content integration
│ └── Analytics
├── Legal
│ ├── Terms
│ ├── Privacy
│ └── Community guidelines
└── Auth
├── Log in
└── Sign up
Flip up/down (swipe) to navigate between articles — magazine page-turn metaphor
Magazine
Cover + scroll
Visual cover, then flip through articles
Explore
Topic grid
Visual topic cards, magazine covers
Profile
Tab sections
Magazines, Storyboards, Likes, Activity
Key pattern: The flip gesture IS the navigation. Vertical swipes page through articles like a physical magazine. This gesture-driven nav replaces traditional lists and is Flipboard's signature UX.
Content Model
Entity
Key Attributes
Relationships
Article
title, source/publisher, author, body (or link), cover image, published date, likes, comments, flipped-into count
name, related topics, Smart Magazine, follower count
has Smart Magazine, has Articles
Publisher Channel
name, logo, articles, followers, verified flag
has Articles, belongs to Publisher
Profile
name, avatar, bio, magazines, followers, following
has Magazines, has Followers
User Flows
5a. Read & discover
Open Flipboard → Home "For You" feed (personalized) → Flip through articles (vertical swipe gesture) →
Tap article → full view (in-app reader or original source) →
Like, comment, or flip into a personal magazine →
Explore tab → browse topics → follow new topics for more content
5b. Curate a magazine
Tap "+" → create new magazine (title, description, cover) →
Browse articles → "Flip into" your magazine → Arrange article order → publish →
Share magazine link → followers can subscribe → Magazine grows as you continue adding articles
5c. Create a Storyboard
New Storyboard → title + cover image →
Add blocks: text paragraphs, images, video embeds, tweets, articles →
Arrange narrative flow → preview → Publish → appears on profile and can be shared
5d. Follow & personalize
During onboarding → select interests (5+ topics) → Flipboard curates Home feed based on selections →
Follow specific magazines, publishers, and people →
"Following" tab shows chronological updates from followed sources →
AI refines recommendations based on reading behavior
URL / Route Structure
/ → Home (For You)
/explore/ → Explore topics
/topic/{topic-slug}/ → Topic Smart Magazine
/@{username}/ → User profile
/@{username}/{magazine-slug}/ → User magazine
/storyboard/{slug}/ → Storyboard
/article/{slug}/ → Article view
/search?q={query} → Search results
/publishers/ → Publisher program
/help/ → Help center
/tv/ → Flipboard TV
/@{username}/storyboards/ # User's storyboards
/@{username}/likes/ # User's liked articles
/@{username}/followers/ # Followers list
/@{username}/following/ # Following list
/notifications/ # Notifications
/settings/ # Account settings
/settings/profile/ # Profile settings
/settings/interests/ # Manage interests
/about/ # About Flipboard
/terms/ # Terms of service
/privacy/ # Privacy policy