This repository hosts the documentation and website for html2rss, a tool for creating RSS feeds from any
website.
- Node.js (for Astro)
- Ruby (for data updates)
# Install dependencies and start development server
make setupYou can develop html2rss directly in your browser using GitHub Codespaces:
The Codespace provides a cloud development environment with Node.js and Ruby pre-installed. Run make setup to install dependencies and get started!
make setup- Install dependencies and start dev servermake dev- Start Astro development servermake build- Build for productionmake preview- Preview production buildmake build-full- Update data and build for productionmake lintfix- Fix code formattingmake update- Update feed data
| Resource | Description | Link |
|---|---|---|
| π Documentation & Feed Directory | Complete guides, tutorials, and browse 100+ pre-built feeds | html2rss.github.io |
| π¬ Community Discussions | Get help, share ideas, and connect with other users | GitHub Discussions |
| π Project Board | Track development progress and upcoming features | View Project Board |
| π Support Development | Help fund ongoing development and maintenance | Sponsor on GitHub |
Quick Start Options:
- New to RSS? β Start with the web application
- Ruby Developer? β Check out the Ruby gem documentation
- Need a specific feed? β Browse the feed directory
- Want to contribute? β See our contributing guide
Contributions are welcome! See our Get Involved page for details on discussions, reporting issues, and contributing.