Got it — like a Patreon/Twitter-style scrolling feed where: Each post is a card with title, type tag, excerpt Click "Show more" to expand the card inline (not navigate away) Infinite scroll — loads more posts as you scroll down Let me rebuild the feed. But first, I want to understand — when you expand a post, should it show the full content right there in the feed card? Or open a separate page? 1 step 1 step Uploaded image image.jpeg LIKE THIS Now I see exactly what you want — Patreon-style feed cards with: Title + date + type badge Cover image (full width) Excerpt text (faded/truncated) "Show more" to expand inline Locked posts blur content with "Upgrade to unlock" Let me rebuild the feed components. I'll type-check before pushing. Created a file Created a file Now update the FeedTimeline to be a simple vertical list: Read a file, created a file Read a file, created a file Now update the dashboard page to pass the full content to the feed: Read a file, edited a file Read a file, edited a file Now type-check: Type check Type check Clean. Commit and push: Commit and push Commit and push Done. The feed now works like Patreon: Cards stack vertically — simple scrolling feed, no grid Each card shows: title (bold), type badge (colored), version tag (releases), date, cover image (full width), excerpt "Show more" expands the card inline to reveal full content — with a fade gradient on the truncated text "Show less" collapses it back Locked posts: content is blurred with "Upgrade to unlock" button linking to pricing Type badge color matches the post type (red/blue/purple/green) 1 step