Hacker Read top | best | new | newcomments | leaders | about | bookmarklet login

The authors of Raddit tried that, but found that actually running Reddit's software, especially on low-end hardware for a smaller community, was a pain in the arse and decided it'd be easier to build their own that fit their purposes.


sort by: page size:

Uhhh... there's already a radd.it which is a nice viewer for reddit videos. people might get confused (or are these related?)

update: radd.it just shutdown. hmmm...


Why not just port to the Reddit codebase? The functionality seems similar.

I'm not sure why anyone couldn't reasonably build their own pretty quickly. reddit publishes their source code.

Reddit enhancement suite has a similar setup.

Why not just use the reddit codebase?

I haven't built a reddit-like site myself, but I'll throw in my two-cents anyways:

1. Here's someone who has created an open-source reddit-like platform in PHP: http://101out.com/ http://101out.com/versions

Unfortunately, it looks like it's not quite released yet. If you want to write your own in Ruby on Rails, this plug-in might be useful: http://rateableplugin.rubyforge.org/

2. Not sure at all about cost. For reference, the 101out.com guy said he built his website in 20 days: http://programming.reddit.com/info/1e3dk/comments

3. No. As someone else mentioned, reddit uses the python framework web.py. This site uses an unreleased version of LISP: http://www.paulgraham.com/arc.html

4. Good luck.

5. You should check back on this site frequently because a lot of these issues get discussed here often. There seems to be a good mix of hackers and non-hackers.


Are there any alternative (open source) implementations of the _server_ side of the Reddit API? Then you could just point Teddit, Aurora, etc. at the alternative server. The only required work would be implementing the database backend which seems... feasible.

There is an open source distribution of reddit. Maybe that could be adapted to your new specifications?

Do they have to create a "product"? Reddit is open source, and you can download it if you like, from http://code.reddit.com/ . You could literally build what you are describing on the Reddit platform right now.

I thought Reddit was rewritten in Rails, but after some research I realized that I am wrong. Its Python.

There's also teddit.net, a reddit mirror that uses the reddit API to present a light weight skin. It is a bit too slow for me, and the features are pretty lacking. I don't think a spartan "no javascript" take is what's needed to cure the garbage that is full reddit web experience. Still it's a good first attempt.

I'm hoping someone will come along and create a lean, mean, yet functional semantic reddit web frontend.... That is, before reddit kills their API.


i wonder if someone will replicate the old reddit using reddit's api. i mean, there are full featured mobile clients, i wonder if the api licensing would allow it.

Have you tried reddit.com/r/programming?

I made my own reddit clone, it's not distributed yet like these ActivityPub solutions: http://talk.binarytask.com

But I might work some more on it if anyone is interested.


It's not really an exact Reddit-looking clone, but we built a tool called Newsy, which builds content aggregator like Reddit without code.

https://www.newsy.co

We focus on users with un-used domain names and try to spin up a news site like Reddit quickly with various features built in.


Libreddit (https://github.com/libreddit/libreddit) is a great, free and fast alternative frontend to reddit that you can self host. It's got none of the problems all the different official front ends have.

Reddit tried to do this when it first started, but failed because of load issues.

the reddit stack is open source (beyond their secret sauce anti-spam stuff) so you can easily run run your own reddit clone already.

I believe reddit was rewritten in Python (formerly Lisp?)
next

Legal | privacy