Skip to main content Skip to navigation Skip to footer

RSS Components Demo

Showcase of RSS feed components displaying the latest posts from various sources.

Blog & Updates

Latest from Life Apprentice

Stay updated with the latest insights on personal development and learning

Personal Development Content

Latest insights on personal growth, learning, and human enhancement.

Life Apprentice

Augmented Humanity

RSS Widgets

Compact RSS widgets perfect for sidebars and secondary content areas.

Life Apprentice
Life Apprentice

Augmented Humanity
Augmented Humanity

Custom RSS Feed

You can also use custom RSS feed URLs by passing the `feedUrl` prop.

Custom Feed Example

<LatestRSSPosts 
  feedUrl="https://your-custom-feed.com/rss.xml"
  limit=5
  showDate=true
  showAuthor=true
  showCategories=true
/>

How to Use

Quick guide to implementing RSS components in your Astro project.

1

Import Components

Import the RSS components you need in your Astro pages or components.

2

Configure Feeds

Use predefined feeds or pass custom RSS URLs to display your content.

3

Customize Display

Adjust props like limit, showDate, compact mode to fit your design.