I tried to grep the code for `api.` to get a sense for all the vendors this codebase is using, and which you'd need to have relationships with to run the code. Here's what I found:
Gumroad became my cautionary tale for startup equity for early engineers.
I remember excitedly following the story from start. It was fun to follow along. Then around 2015 things weren’t working well, so they laid off most of the team. Investors sold the company back to the founder at a steep discount. As I recall, a major investor sold their ownership for $1.
Just like that, the founding engineers who worked so hard lost their jobs and saw their equity valued down to nothing.
It happens! However, the strange thing in this case was that the company kept going. They had laid (almost) everyone off and declared their equity worthless, yet the company was still making money and growing. My younger self struggled to understand how the founding engineers could have gone from working so hard on something to being laid off and seeing their equity wiped out while the business itself continued right on working and generating revenue.
A lot has been written to put positive spin on those events. The founder claims to have helped out some of the early engineers in vague ways. However, I’ll never forget being a young, aspiring startup engineer and watching an entire startup team get wiped out of the business they helped create and then the business just kept on trucking for the founder who walked away with ownership of the company.
I'm reading a lot of complaints here but let's recognize some interesting aspects that Sahil is talking about: 1. It's the 5th largest rails codebase open to AI ingestion. 2. They are offering bounties for issues. Not large bounties but whatever, it's something.
I personally like rails and would love to see AI tools improve with it. No idea if this code base will really help that, and when but it can't hurt. In my experience I can get next apps up in a jiffy but rails is much more of a struggle. If anyone has any tips here, please post.
I'm always curious about how well bounties work especially now in an AI age. I wonder what the arbitrage on AI spend vs. bounty will be for people that take a run at them.
I run a bounties platform (https://algora.io) and I've seen people who create bounties try to use some AI like Devin to solve them (@seveibar livestreamed trying it) just for fun and in all cases AI failed to solve the bounties.
A Rust project that rewarded 300+ bounties ($37k) is now building an AI coding agent with the aim to solve bounties on Algora - it's an interesting benchmark I guess.
Curious myself what the next years might look like, but from everything I've seen so far we're definitely not there yet.
> You may use the software under this license only if (1) your company has less than 1 million USD (2024) total revenue in the prior tax year, and less than 10 million USD (2024) GMV (Gross Merchandise Value), or (2) you are a non-profit organization or government entity. Adjust the revenue threshold for inflation according to the United States Bureau of Labor Statistics' consumer price index for all urban consumers, U.S. city average, for all items, not seasonally adjusted, 1982–1984=100 reference base.
>You may use the software under this license only if (1) your company has less than 1 million USD (2024) total revenue in the prior tax year, and less than 10 million USD (2024) GMV (Gross Merchandise Value), or (2) you are a non-profit organization or government entity.
It's pretty cool that this license allows you to make up to $1mm revenue, at which point you can pivot and rebuild the stack. This is going to be a game changer for anybody who wants to MVP an app similar to Gumroad. MIT would be ideal, but I prefer this to GPL's force release model.
Gumroad's journey has been interesting:
https://sahillavingia.com/reflecting -> Billion dollar journey with VC backing to Kleiner selling back their stake to Gumroad for $1, which enabled Sahil to steer the company in a different direction.
Sahil anticipates AI will significantly commoditize software. Especially following DeepSeek's impact. He has promoted Devin via twitter and likely aims to position Gumroad as the leading creator-focused alternative to traditional Open Source e-commerce platforms.
I looked for a blog post announcing this, and couldn't find it. But Antiwork's Github profile mentions:
> Antiwork emerged from Gumroad's mission to automate repetitive tasks. In 2025, we're taking a bold step by open-sourcing our entire suite of tools that helped run and scale Gumroad. We believe in making powerful automation accessible to everyone.
That's pretty wild! I've always loved Gumroad's simplicity for creators and buyers. Now I guess people will have a pretty compelling option when searching "Gumroad open source alternative"
Most of the VC open-source projects use open-source as a lead magnet/marketing tactic only, with no intention or desire of wanting people to actually use the software.
The licensor grants you a copyright license for the software to do everything you might do with the software that would otherwise infringe the licensor's copyright, but only as long as you meet all the conditions below.
Am I going insane, or is there a reading of this that seems to imply you can use the software, to infringe on ANY work Gumroad has created? "...grants you a copyright license for the software" seems to imply it's talking about this software license only, but the second part mentions "licensor's copyright" which seems to not be defined, nor bounded. There's no mention of a copyright *for the software*... just the copyright license to use the software that allows you to infringe all copyrights from Gumroad.
I think they probably meant
The licensor grants you a copyright license for the software to do everything you might do with the software that would otherwise infringe the licensor's copyright [to the software], but only as long as you meet all the conditions below.
I wonder if you can just reuse text or images from their corporate website as long as you personally make less than 1M$ a year, use their software and don't infringe their trademarks.
I think this reaction is misdirected. Yes, the license is restrictive, but Gumroad doesn't seem to be claiming themselves that the code is open source. I think OP made a mistake out of ignorance and said that it was open source.
I don’t get the point on going open source aside from a tiny boost in marketing. What is the objective and proposition here? Considering as others have said is not really open source. If I were the founder I would not do that. It’s like if Airbnb went open source or something
I haven't followed Gumroad much, but I remember them being very pro freedom and having some interesting hiring practices. IIRC they were all being paid equally (based on position and hours of work) and had no meetings. Now I see a Code of Conduct.
The license is actually pretty restrictive: you can only use this if you own a small company or work for government / non-profit.
Most average human's (including myself) can't use the source code in any way:
> You may use the software under this license only if (1) your company has less than 1 million USD (2024) total revenue in the prior tax year, and less than 10 million USD (2024) GMV (Gross Merchandise Value), or (2) you are a non-profit organization or government entity.
So true. A very misleading title. This license is far away of any approved OSI or FSF Foss license.
Gumroad is a great service, the value is imho not in the software. But in the execution of it’s mission and the very simple way to lower the bar to sell digital goods without upfront costs.
The Readme goes right to how to install it, and other than the logo saying "sell your stuff, see what sticks" there is 0 information about what it does. Sure I can Google, but I think it should be right there, at the top of the Readme.
god we are so spoiled. this is a successful, pretty well known commercial project. it's now source available. you have plenty of resources to get context in 2 minutes. lets appreciate the big stuff, have some agency for the rest.
usually if the project comes with a big lengthy beautiful readme thats actually a contra indicator that the thing is a production repo
I had no idea, and I've been a "Rails guy" for 15 years, and keenly interested in high-profile successful Ruby projects for a long time. Even clicking through to their actual site from the source repo page, I had to surmise what it was.
jvns|11 months ago
payments:
tax stuff: for iOS app (?): AI stuff: other:ricardobeat|11 months ago
rmason|11 months ago
https://x.com/shl/status/1908090697984426227/photo/1
Aurornis|11 months ago
I remember excitedly following the story from start. It was fun to follow along. Then around 2015 things weren’t working well, so they laid off most of the team. Investors sold the company back to the founder at a steep discount. As I recall, a major investor sold their ownership for $1.
Just like that, the founding engineers who worked so hard lost their jobs and saw their equity valued down to nothing.
It happens! However, the strange thing in this case was that the company kept going. They had laid (almost) everyone off and declared their equity worthless, yet the company was still making money and growing. My younger self struggled to understand how the founding engineers could have gone from working so hard on something to being laid off and seeing their equity wiped out while the business itself continued right on working and generating revenue.
A lot has been written to put positive spin on those events. The founder claims to have helped out some of the early engineers in vague ways. However, I’ll never forget being a young, aspiring startup engineer and watching an entire startup team get wiped out of the business they helped create and then the business just kept on trucking for the founder who walked away with ownership of the company.
ihowlatthemoon|11 months ago
unknown|11 months ago
[deleted]
Multiplayer|11 months ago
I personally like rails and would love to see AI tools improve with it. No idea if this code base will really help that, and when but it can't hurt. In my experience I can get next apps up in a jiffy but rails is much more of a struggle. If anyone has any tips here, please post.
I'm always curious about how well bounties work especially now in an AI age. I wonder what the arbitrage on AI spend vs. bounty will be for people that take a run at them.
irf1|11 months ago
A Rust project that rewarded 300+ bounties ($37k) is now building an AI coding agent with the aim to solve bounties on Algora - it's an interesting benchmark I guess.
Curious myself what the next years might look like, but from everything I've seen so far we're definitely not there yet.
tomhow|11 months ago
https://danb.me/blog/gumroad-is-not-open-source/
jppope|11 months ago
Imustaskforhelp|11 months ago
echelon|11 months ago
fbn79|11 months ago
RobotToaster|11 months ago
arielcostas|11 months ago
captn3m0|11 months ago
unknown|11 months ago
[deleted]
WhyNotHugo|11 months ago
ZeroTalent|11 months ago
Timshel|11 months ago
>You may use the software under this license only if (1) your company has less than 1 million USD (2024) total revenue in the prior tax year, and less than 10 million USD (2024) GMV (Gross Merchandise Value), or (2) you are a non-profit organization or government entity.
_joel|11 months ago
soco|11 months ago
shipscode|11 months ago
noname120|11 months ago
verghese|11 months ago
Perhaps the shift to making the source available has more to do with work culture: https://sahillavingia.com/work
geenat|11 months ago
Probably not entirely, but straight from the author.
jslakro|11 months ago
turnsout|11 months ago
ge96|11 months ago
Brosper|11 months ago
unknown|11 months ago
[deleted]
psnehanshu|11 months ago
niklasbabel|11 months ago
itsthecourier|11 months ago
DENYLIST = %w[ ... ladygaga kanye kanyewest randyjackson mariahcarey atrak deadmau5 avicii prettylights justinbieber calvinharris katyperry rihanna shakira barackobama kimkardashian taylorswift taylorswift13 nickiminaj oprah jtimberlake theellenshow ellen selenagomez kaka ....].freeze
the who is who of pop culture
prakashn27|11 months ago
DetroitThrow|11 months ago
udev4096|11 months ago
cjpearson|11 months ago
https://sahillavingia.com/reflecting
XCSme|11 months ago
graypegg|11 months ago
I think they probably meant
I wonder if you can just reuse text or images from their corporate website as long as you personally make less than 1M$ a year, use their software and don't infringe their trademarks.Awful license on multiple levels.
pseudalopex|11 months ago
They want the marketing benefits without the costs.
unknown|11 months ago
[deleted]
unknown|11 months ago
[deleted]
jhanschoo|11 months ago
michaelcampbell|11 months ago
openthc|11 months ago
tempfile|11 months ago
itsthecourier|11 months ago
BOT_MAP = { "Mozilla/5.0 (Windows; U; cs-CZ) AppleWebKit/526.9+ (KHTML, like Gecko) AdobeAIR/1.5.1" => "Adobe AIR runtime", "BinGet/1.00.A (http://www.bin-co.com/php/scripts/load/)" => "BinGet", "Chilkat/1.0.0 (+http://www.chilkatsoft.com/ChilkatHttpUA.asp)" => "Chilkat HTTP .NET", "curl/7.15.1 (x86_64-suse-linux) libcurl/7.15.1 OpenSSL/0.9.8a zlib/1.2.3 libidn/0.6.0" => "cURL", ...
cool list
hankchinaski|11 months ago
insane_dreamer|11 months ago
TylerLives|11 months ago
rchaud|11 months ago
quest88|11 months ago
devops000|11 months ago
whalesalad|11 months ago
unknown|11 months ago
[deleted]
caycep|11 months ago
https://www.wired.com/story/doge-department-of-veterans-affa...
solarmist|11 months ago
skeptrune|11 months ago
BroadGauge|11 months ago
ingen0s|11 months ago
clcaev|11 months ago
This license is clearly fails OSD and is not open source by the industry standard; perpetuating a false statement is unhelpful.
https://opensource.org/osd
WhyNotHugo|11 months ago
Most average human's (including myself) can't use the source code in any way:
> You may use the software under this license only if (1) your company has less than 1 million USD (2024) total revenue in the prior tax year, and less than 10 million USD (2024) GMV (Gross Merchandise Value), or (2) you are a non-profit organization or government entity.
runningmike|11 months ago
whalesalad|11 months ago
[deleted]
that_guy_iain|11 months ago
[deleted]
teekert|11 months ago
swyx|11 months ago
usually if the project comes with a big lengthy beautiful readme thats actually a contra indicator that the thing is a production repo
TheRealDunkirk|11 months ago
rchaud|11 months ago
foxygen|11 months ago
joelhaasnoot|11 months ago
unknown|11 months ago
[deleted]
kwanbix|11 months ago
unknown|11 months ago
[deleted]
ErrorNoBrain|11 months ago
StrandedKitty|11 months ago
Presumably an online shop with smart analytics.
unknown|11 months ago
[deleted]
nticompass|11 months ago
unknown|11 months ago
[deleted]
lionkor|11 months ago
hbn|11 months ago
noname120|11 months ago
singpolyma3|11 months ago
unknown|11 months ago
[deleted]
curtisszmania|11 months ago
[deleted]