73 comments

[ 2.1 ms ] story [ 141 ms ] thread
I read this quote from Andrew Wilkinson (co-founder of Tiny Capital):

"There are all these cool products that are on Product Hunt. Every day you think "that's cool". But most of them fizzle."

I know this from my own personal experience and I think this is also true for many other developers like me. We build fun little side projects, launch them on Product Hunt, but let them fizzle afterwards.

"A lot of the time it's started by a developer and the developer doesn't understand how to market and grow something."

And even when some of the developers do have the knowledge how to market and grow something, they're often not interested in it as much as creating something.

... read more from my blog about why I built this: https://saashacks.io/buy-my-side-project

I hope you like it!

The real question is how you can get good at marketing?
(comment deleted)
s/how you can get/how do you find someone who's

Personally, I've realized that I hate doing marketing and I enjoy creating things much more.

If anyone is seriously looking to buy a project, they care how much revenue it currently generates. Even if that number is zero, and you are just buying the code, buyers need to know where things currently stand.
Yeah, 30k for a side project is a lot of money if literally the only thing on the site is two screenshots.

I’d even call it laughable.

The site is a listing site, it's not like you click a buy button and then you all of a sudden own a project.
Of course not, but I’ve seen similar concepts before. And they all list some information about the business (especially monthly income) that are very relevant.
To add an example, flippa.com is a similar marketplace and it displays financials and even integrated Google Analytics data from websites for sale.
And I would add some idea of usage. If the project has no revenue but some traffic / traction that is much different than code running on a development server.
I don't ask for everything to be dispayed in public, but there's too much information. One of the projects falls inside one of my market expertises, but they just copypasted their APP store pitch.

IDK, it's not very appealing.

Hmm, what do you mean by there's too much information? Like the copy-pasted description is just too long?
The public plaintext emails are not a good idea. Scrapers will gobble these up and spam those emails into oblivion. At least put them behind a captcha.
I'm sorry, I wanted to say "too little information", not my primary language, got confused.
Have you sold anything yet ?
I don't know to be honest. Potential buyers can directly email sellers, so I'm not involved in the conversations (if there are any).

But I think I'll email sellers in a few days and ask! It's a very fresh project, I made it few days ago.

Wait, are you selling this site on your site (listed at $10)?

Because someone is: https://buymysideproject.com/startups/buymysideproject

Haha, no! :) I see someone here made a joke (removed this from the list).
Perhaps it would make sense to do domain verification? Otherwise I think it'll get quickly become super spammy.
I already see HN listed on there for $1k. I think it’s reached that point already.
I’ve bought HN three times now. I’m pretty sure one of those sales was legit.
big fan but it crashed!
Thanks! Submitting a product? Sorry, should be fixed now.
The most valuable thing you could do is add bidding and acceptance to the site. Obviously a lot more work, but if you’re serious that’s the way to make your own value and give value to sellers and buyers.
Getting 500 when submitting a new project :'(
Thanks for letting me know! I checked my Laravel logs and I see a few errors similar to this:

invalid input syntax for integer: "60,000"

So I added filter_var(..., FILTER_SANITIZE_NUMBER_INT) around my INT fields (TTM and asking price).

$startup->ttm = filter_var($r->ttm, FILTER_SANITIZE_NUMBER_INT);

$startup->price = filter_var($r->price, FILTER_SANITIZE_NUMBER_INT);

Should be ok now!

Why aren’t you using Laravel’s built in validation features?
Great solution, I've been thinking about how to sell my side-project the past couple weeks. POST request to 'https://buymysideproject.com/new' is throwing a 500 btw.
Thanks! Yes, sorry – I checked my logs and I think it's about putting commas, spaces, etc to INT fields.

I did a quick filter_var(..., FILTER_SANITIZE_NUMBER_INT) around my numbers and I think it should be working ok now!

If you leave it blank it also 500s.
There is another use for this resource - a guide to all the chrome extensions up for sale, and therefore should be pre-emptively uninstalled. There is a lesson there, in the whole "Great Suspender" malware case.
(comment deleted)
Selling Hacker News for only $1k? That’s an absolute steal!
I'm not so sure. Any attempt to monetize this site would blow up in your face.
Perhaps sell links to software job postings which start on the front page? HN readers are already used to this.
They been doing that for years already
That's what "HN readers are already used to this." means.
You haven't noticed the same "Disrupt the housing market job posting" and others that manage to hit the front page on a regular basis?
This site is already heavily monetized. Basically every yc startup gets exposure to a broad tech audience. Shit ain’t a charity.
At least it's generally relevant to the audience. They also get more than exposure, they get feedback. Good deal for them I'd say!
Being able to manipulate the ranking algorithm to your own benefit is monetization.
$750 and I'll throw in my own side project written in Erlang, take it or leave it.
Output encoding suitable for the destination format, not input sanitisation!
Yeah, is like some site creators have learned nothing about the Google blacklist, having user content on your main site is risky. I could include ANY js file into their main page (insanity).

edit: much lack of security - https://buymysideproject.com/startups/iframe-srchttpsbuymysi...

edit 2: YIKES! don't click the authors bio on the main page, the site is already clickjacked. This is a fine example of why you take security seriously.

Yep, makes sense. I think Laravel handles sanitisation nicely out of the box, but I made a mistake with the project's description:

<p>{!! nl2br($startup->about)) !!}</p>

Switched now to:

<p>{{ $startup->about }}</p>

(comment deleted)
Check out flippa.com
Nice Job It would be interesting to see how many hits u got from hackernews and how many you converted
Is there a submission queue? I submitted my project Stock Inspector but it didn't show up immediately.
I thought this was going to be an NFT site at first.
It's like a themeforest.net but for web products, yay.

On a serious note it sounds like a great idea but it is not. Unless the coding monkey comes packaged in the price. Why would I want to maintain and try to sell someone elses code? It would probably be less effort to just reverse engineer any of those. But maybe I'm wrong and there are actually people wiling to buy this stuff.

(comment deleted)
The number of Chrome extensions available for sale is scary: most buyers of extensions "monetize" in user-hostile ways, earlier this week, I had Bing ads being injected into Google search results - fortunately, I only had 2 extensions installed so it wasn't hard to find which one was responsible. Extensions that are granted access to all sites are a security nightmare.
Product hunt is mostly results of someone else’s Fail Fast approach. If you buy one of these, the project will fail twice.