That last point is a good idea. I hadn't thought of that. Some food for thought. I'm more than happy if you implement this sort of stuff at chainbb, and I can unplug my app and focus on other stuff. As of now my app is only an aggregator, so to bring it up to a full featured standard I'd need to implement posting and voting capabilities on it. And improve the UI as well. Neither of which are things I really want to do.
Regarding displaying reputation.. Depending on which api feed you get your posts from, the parts needed to calculate rep may or may not be there. In my case, I'm using the getDiscussionsBy* api calls, and they don't include it. I had to do a "parallel" asynchronous series of calls to getAccounts for each author displayed.