rag VS bubo-rss

Compare rag vs bubo-rss and see what are their differences.

rag

Roll-your-own rag! A feed reader with no ads or paywalls. (by knightspore)

bubo-rss

An irrationally minimalist, static feed reader (RSS, Atom, JSON) you can instantly deploy on Netlify, Glitch or your own server. (by georgemandis)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
rag bubo-rss
2 3
17 175
- -
5.0 4.4
10 months ago 4 months ago
TypeScript TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rag

Posts with mentions or reviews of rag. We have used some of these posts to build our list of alternatives and similar projects.
  • I created a simple RSS reader that bypasses paywalls.
    1 project | /r/rss | 15 Feb 2023
    It's called Rag, and you can try it out here - if you're a developer, you can check out the repo here.
  • Show HN: Rag – A simple RSS Feed Reader that skips Paywalls
    1 project | news.ycombinator.com | 15 Feb 2023
    I used Newsboat as a feed reader for some time, but I wanted to be able to access my feeds on my phone and other devices. I created Rag with Supabase, React and Go, using go-readability to bypass paywalls you'd otherwise encounter opening articles from your feed, and instead allowing you to read the article in-app.

    You can find the repo here: https://github.com/knightspore/rag

    Welcoming any suggestions, contributions, or reviews!

bubo-rss

Posts with mentions or reviews of bubo-rss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-23.
  • It's Time for an RSS Revival
    7 projects | news.ycombinator.com | 23 Dec 2022
    I do love me some RSS. I started using RSS seriously 2 years ago, and last year, I forked Bubo RSS[1] to have my own RSS reader[2]. It's just a static site that is built every hour using Github Actions (although you can easily turn this into a cron job on your Raspberry Pi or whatever).

    I liked the result so much, I ended up doing something similar using RSS feeds to a build page with all my of Youtube subscriptions[3].

    [1] https://github.com/georgemandis/bubo-rss

    [2] https://kevinfiol.com/reader/#dailies

    [3] https://kevinfiol.com/youtube/

  • Ask HN: What are you using for a RSS Reader?
    12 projects | news.ycombinator.com | 24 Apr 2022
    I use https://kevinfiol.com/reader/

    It's a personal fork of Bubo Reader by George Mandis. It's essentially just a Node.js script that fetches the latest stories from some RSS feeds I have stored in JSON, and then deploys a static site to Github Pages as a single HTML file. I use Github Actions to have it automatically run every 2 hours.

    Bubo Reader: https://github.com/georgemandis/bubo-rss

    My fork: https://github.com/kevinfiol/reader

  • Bubo Reader: An irrationally minimalist RSS feed reader
    1 project | news.ycombinator.com | 16 Sep 2021