⚙️ Technical methodology

BasketFeed is built on a simple but robust architecture, completely free and open source.

Overall architecture

The site relies on two components:

1. Cloudflare Worker (backend)

The worker exposes a single route: /aggregate?country=XX. On each call, it:

2. Frontend (index.html)

The main page:

3. Deduplication strategy

To avoid duplicate articles (e.g., Ouest-France and Maville Angers publishing the same content), the worker:

4. Country coverage

For each country, BasketFeed uses:

For countries without identified RSS feeds, only Google News is used.

5. Known limitations

6. Source code & contributions

BasketFeed is 100% open source on GitHub. You can:

📌 Last updated: April 2026