TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Should I open source my project?

3 pointsby rish1_2over 2 years ago
I&#x27;m thinking about open sourcing my project but there are multiple hurdles to this.<p>1. I have aws services including serverless, cognito, dynamodb, amplify on the project as the initial intention was not to open source.<p>2. The open source parts run on container services and kubernetes and the whole server side might be expensive for indie&#x27;s to run just for the benefits of creating a conflict free schedule on google calendar<p>3. If I open source it, do I have to rewrite all the aws services into open source alternatives?<p>What do you guys think?<p>What are benefits vs risk?<p>I think there will be an increase level of trust if I open source but AWS services adds a whole lot of complexity for anyone to self host.<p>Plus V2 of the project (work in progress) which is a hybrid between clockwise and doodle would also be open source if I open source v1.

2 comments

eesmithover 2 years ago
Why do you want to open source it?<p>Almost no projects get contributors, if that&#x27;s what you&#x27;re looking for.<p>No, don&#x27;t rewrite to use open source alternatives. Write what you need.<p>I&#x27;ve written open source code which depends on proprietary packages. It&#x27;s not a problem.<p>Without knowing why you want to open source it, it&#x27;s hard to be more definite.
评论 #32957651 未加载
favourableover 2 years ago
If it wasn&#x27;t designed to be open-source from the outset you could be too late. If it&#x27;s hard to strip all the AWS mechanics away, then don&#x27;t do it. All my code is modular anyway, and I open source specific single-duty modules on Github.