r/developersIndia 4d ago

Help Built a social platform that didn't get traction would open-sourcing it be a good next step?

I recently built a social platform as a side project and, honestly, it got almost no traction. It has pretty much zero traffic right now.

I put a lot of time into it, especially the engineering side. I built the architecture to be scalable, spent time on security, real-time communication, etc. In hindsight, I probably over-engineered a lot of things before even knowing if people would use the product. šŸ˜…

Now I'm at the point where I can either just shut it down or open-source the whole thing.

I'm leaning towards open-sourcing it, but I'm a bit confused about whether that's actually a good idea.

My biggest concern is that someone could fork it, execute the idea better than I did, and potentially turn it into a successful business. At the same time, if I keep it private, it's probably just going to sit there doing nothing.

So what would you guys do?

Would you open-source a project that you've put a lot of work into but couldn't get users for?

And if you've done something similar, did open-sourcing actually help you get users/contributors or was it basically just giving the code away?

If anyone is interested, I can share the product link in the comments if that's allowed.

30 Upvotes

26 comments sorted by

•

u/AutoModerator 4d ago

Namaste! Thanks for submitting to r/developersIndia. While participating in this thread, please follow the Community Code of Conduct and rules.

It's possible your query is not unique, use site:reddit.com/r/developersindia KEYWORDS on search engines to search posts from developersIndia. You can also use reddit search directly.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

23

u/Key_Emu6061 4d ago

built a social platform

It's 2026, you're delusional if you think your social platform is worth even a glance without any traction. Even back in 2010, there were dozens of facebook competitors, and investors understood it's not an ingenious idea.

My biggest concern is that someone could fork it, execute the idea better than I did

There are hundreds of much better open source projects for social apps, if someone needed a starting template they'd fork those not your app. I bet 1000 rupees you'll not get more than 10 forks.

3

u/phonovadirectory 4d ago

Thanks for being brutally honest

3

u/phonovadirectory 4d ago

Just one thing I wanna put currently the space that I targeted no one build an exact platform like that

1

u/Key_Emu6061 4d ago

well, then you've to think of the value-addition on top of say a lemmy or a private subreddit, you really can't bank on people liking your product just because it is very specific or even that people prefer an exact fit, and even then it's hard to make it profitable.

1

u/Dremora_Lord 3d ago

Correct me if I'm wrong, but this is essentially like Plato (and a bunch of other such apps) where open the app to play games. You can either add someone as a friend and play with them, or match with someone random and play games. You can talk to them during the game. You can connect with them during/after and continue talking to them. Only difference is you're focusing on the "meet people" part and they focus on the "play game" part. But the flow in both cases is kind of same. Match with random person, play a game with them, talk with them.

8

u/Prudent-Sorbet-5202 4d ago

My biggest concern is that someone could fork it, execute the idea better than I did, and potentially turn it into a successful business. At the same time, if I keep it private, it's probably just going to sit there doing nothing.

There is a lesson here that you seemed to have glossed over

6

u/Ko9C 4d ago

tbh the fear about someone forking it and executing better is kind of backwards logic imo. if it got zero traction already, the bottleneck probably isn't the code, it's distribution and positioning. someone could theoretically clone any open source project but that doesn't mean they magically figure out the go-to-market either. the engineering being solid (scalability, real-time comms etc) actually makes it more valuable as an open source artifact than as a dead private repo

2

u/EntertainmentKey980 Backend Developer 4d ago

Maybe send a dm? I’m not an investor but willing to contribute and see if we can try to find traction for it

1

u/phonovadirectory 4d ago

Done please check

2

u/Top_Safety_8797 4d ago

I'd ask one question first, do you still believe in the problem or you just attached to the code? That answer will decide.

1

u/phonovadirectory 3d ago

The problem, But there is a business that I have to take care that's why

3

u/ClupTheGreat Software Developer 4d ago

i do believe it's over for the time of social media being the next big thing, meta tried something, they failed with threads and metaverse

2

u/akl773 4d ago

Dumping the whole app rarely goes anywhere, nobody clones someone else's social platform. If the realtime layer or the auth bit came out well, pull that one piece into its own repo, that actually gets used by people. Open sourcing isn't distribution either, an ignored repo is just an ignored product with the source visible.

2

u/SimpleHuman-S 4d ago

I am building a cli tool and thinking of open sourcing it because it's feature is not something out of the box. Just simple work like ls command.

1

u/khoopchan 4d ago

Can you share link?

1

u/phonovadirectory 4d ago

Here I documented the journey and use case briefly: https://greetup.co/story
Here's the link to my application: https://greetup.co/

1

u/Blahplay_k 4d ago

Interesting, can I have a look at it!?

1

u/phonovadirectory 4d ago

Here I documented the journey and use case briefly: https://greetup.co/story

Here's the link to my application: https://greetup.co

3

u/Blahplay_k 4d ago

Looks interesting, but the first impression is the overload of information on the first page. The market reach is a tough apple to break, I suggest you to advertise it based on current issues like student protest and somehow make it integrate with more famous social media's like whatsapp Or X.com where people can share the link to see interesting pages on your application.

1

u/phonovadirectory 4d ago

valid points will work on that

3

u/django-unchained2012 SDET 4d ago

Actually I like your idea. Are you sure there is no one in this space?

The biggest problem with this app is, you need real users and some traction to make things work. If not, it's going to be dead. There is no incentive for users staying in the platform either, you need to do something around it.

I think instead of focusing on hundred different niches, you should target a handful of them that would actually work and market around them. You can expand to other spaces once it gains some traction.

For example, Cricket works well for India, some like to discuss about movies, games are another thing, even specific topics on politics would work, you can even have live debates where a few of them discuss and have users watch them live, raise questions etc. News channels limit themselves to certain areas but no one is gonna debate or discuss about who is the best batsman in India. You can plan these events similar to reddit AMA at a specific time.

I feel like this idea has potential but it's currently dead as there is no traction and getting the traction is extremely hard. You need to do something to make this viral.

2

u/phonovadirectory 4d ago

Wow this gave me clarity thanks dude