Other thing is speed. I guess that you're fetching feeds for every user request. You should think about caching and return precached results only or server will die with big amount of visitors.
Its been running for over 6 months :), ended up being a side project. We are running tokyo tyrant (disk based), so that has slowed down over time. Will tune that up!
As for the breaks and paragraphs, planning to add more logic when lines are picked up from different para. Thanks for the feedback!
Sure, there have been a few apps and new algos in this space over the recent times. Though, we firmly feel that we have something that performs better and potentially open to more improvements due to the underlying algo!
Other thing is speed. I guess that you're fetching feeds for every user request. You should think about caching and return precached results only or server will die with big amount of visitors.