Pocket to Feedbin
Mozilla recently announced that Pocket, their read-it-later service, will be shutting down.
I’ve used Pocket for years, and the immediate question was where I’d move everything to next. I’ve used Instapaper in the past, but I decided to take this as an opportunity to go all in on Feedbin, which I’ve been using for RSS for a while now.
That led to pocket-to-feedbin, a small website built with Tanstack Start that allows you to take a Pocket export and add those pages to Feedbin.
The process is fairly straightforward:
- Export your Pocket data from the Pocket website.
- Upload the exported file to the pocket-to-feedbin website.
- The site parses the CSV file using
papaparse
. - It then uses the Feedbin API to add each item to your Feedbin account, and marking any archived pages as read.
You can try it out here.