A nice place to read on the web.

X

Ruby

Feedbin image

Diving into the world of RSS feeds and need something that’s both easy on the eyes and snappy? Meet Feedbin, your next favorite online reading nook. Feedbin, built with Ruby on Rails, is like that cozy café where you settle in with a hot cup of joe and lose yourself in a good book, but for your web feeds. This web-based RSS reader was designed to make keeping up with your various feeds a breeze. For those of you who aren’t familiar, RSS readers are a way to fetch updates from your favorite websites in one place. Feedbin stands out by offering not just speed, but a slick, inviting interface. It’s built with the user in mind—though it’s worth noting it's more tuned to be a killer web-based service than a self-hosted solution. So if you’re not quite a DevOps wizard with gobs of time to fiddle with settings, running the full Feedbin stack on your own may not be your cup of tea. But don't worry, there's no shortage of great self-hosted alternatives like yarr, Tiny Tiny RSS, and Fresh RSS if that's more your speed. And if you're dead-set on giving Feedbin a whirl on your own server, there’s a Docker version to make things easier. Now, if you decide to give the main Feedbin project a spin, here’s what you can expect to juggle: Linux or macOS, Ruby 3.3, Postgres 11, Redis 6, and Elasticsearch 8.5. And that's just for starters! Grab the code from GitHub, put all the pieces together, and don’t forget about those optional extras. These add-ons can take your reading experience to the next level. For instance, "Privacy Please" anonymizes your image requests so you can surf in peace, while "extract" pulls full content from articles so you don’t get stuck with just excerpts. Getting started involves a few steps. You'll fetch the code, install dependencies, set up your environment variables, initialize your database, and then fire up the processes. Like this: ``` git clone https://github.com/feedbin/feedbin.git cd feedbin bundle rake db:setup bundle exec foreman start ``` Boom! You’re off to the races. Feedbin also boasts a REST-like API, making it not just a great reading tool but a solid backend for other applications to connect to. Sure, running Feedbin means juggling a bunch of moving parts, but if you’ve got the time and the knack for tinkering, it’s one sweet deal. And for those of you who'd rather skip the hassle, there's always the hosted option where all you need to do is sign up and start reading. So, if you’re hunting for a reliable and stylish RSS reader that won't break your brain (or your bank), take a look at Feedbin—because good reads and web clutter don’t mix.

Check out site
Back to all products