html2rss-web turns website sources into RSS/JSON feeds.
Test drive the app with these steps:
- Download docker-compose.quickstart.yml
docker compose -f docker-compose.quickstart.yml up -d- Open
http://localhost:4000/in your browser - When prompted for a token, use
CHANGE_ME_ADMIN_TOKEN
Important
This is a first-run demo path, not a production-ready setup.
Continue with the Getting Started and deployment guides for real setup.
All local development and test execution should run inside the repository Dev Container.
make setup
make dev
make readyFeature branches that depend on an unreleased html2rss API may pin the gem from GitHub in Gemfile (for example gem 'html2rss', github: 'html2rss/html2rss', branch: 'feat/feed-result-api'). That pin is for CI and branch review until the upstream gem change is published: revert to the released RubyGems version before merging to main. Do not leave a sibling path: '../html2rss' pin active for CI.
- Contributing guidelines: https://html2rss.github.io/get-involved/contributing
- Docker image: https://hub.docker.com/r/html2rss/web
- Discussions: https://github.com/orgs/html2rss/discussions
- Sponsor: https://github.com/sponsors/gildesmarais
