Live data from Hacker News

Show HN: BlogRoll - Yet another replacement for Google Reader

blogrollapp.com

1–7 of 7 posts

Show HN: BlogRoll - Yet another replacement for Google Reader

#1
I've been working on this in my spare time for the past few months, and in light of the news about Google Reader shutting down, I thought I'd announce this today:

BlogRoll is meant to be an improved version of Google Reader with a tiled interface (which may not be everybody's cup of tea), but it works well for photo-focused sites like food and fashion blogs, and it handles other news sites and blogs quite well, similar to a newspaper-style layout

As for people switching over from Google Reader, it can also automatically import your existing feeds (click the "Import from Google Reader" button on the first screen after signing up)

Any feedback or suggestions? I appreciate it and will continue to work on improving this!

Show HN: BlogRoll - Yet another replacement for Google Reader
blogrollapp.com

Re: Show HN: BlogRoll - Yet another replacement for Google Reader

#5
post #4

Looks interesting. Do you have an Android app?

Currently not, but I am planning to work on native mobile apps soon!

I have tried to make the current website mobile-friendly, though it may be slower on older phones since it uses javascript to position the tiles.

Re: Show HN: BlogRoll - Yet another replacement for Google Reader

#7
post #6

It broke my back button :(

This uses Backbone.js on the frontend, and each time you change sites on the left sidebar, a "pushState" event is triggered, which saves the current state of the page (and the back button will cycle through those saved states)