Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.52 KB

File metadata and controls

38 lines (23 loc) · 1.52 KB
layout default
title Home
nav_order 1

Turn Any Website Into an RSS Feed

Ever wished you could follow your favorite websites like a social media feed? The html2rss project makes it possible by creating RSS feeds for any website - even ones that don't offer them.

[🚀 Get Started with html2rss-web]({{ '/web-application/getting-started' | relative_url }})


What is RSS?

RSS (Really Simple Syndication) lets you follow websites in your favorite feed reader. Instead of checking multiple websites daily, you get all updates in one place - like a personalized news feed.

The html2rss Project

The html2rss project provides two main ways to create RSS feeds:

  • html2rss-web - A user-friendly web application (recommended for most users)
  • html2rss - A Ruby gem for developers and advanced users

Both use the same powerful engine to extract content from websites and convert it into RSS feeds.


Choose Your Path

  • [html2rss-web]({{ '/web-application' | relative_url }}): Start here! Easy-to-use web application. No technical knowledge required.
  • [Feed Directory]({{ '/feed-directory' | relative_url }}): Browse ready-made feeds for popular websites
  • [html2rss (Ruby Gem)]({{ '/ruby-gem' | relative_url }}): For developers who want to create custom configurations

Ready to get started? Check out our [html2rss-web getting started guide]({{ '/web-application/getting-started' | relative_url }}) or [browse existing feeds]({{ '/feed-directory' | relative_url }}) to see what's possible.