Live data from Hacker News

Ask HN: What's a side project you built to make money that hasn't?

news.ycombinator.com

71–80 of 600 posts

Re: Ask HN: What's a side project you built to make money that hasn't?

#71

https://letsfork.app An app to simplify choosing a restaurant with friends/partner. I mostly created it to have something to do during lockdown, but it would have been fun if it took off.

The landing page would benefit from a bit more information on what the app does without having to watch the video. My lizard brain lost interest at about 14s in, when the video was still going through logistics.

Re: Ask HN: What's a side project you built to make money that hasn't?

#72

A long time ago a friend an I created a website to help people organize pool bets between them, for a sport event. We charged $1 / person in the pool. Made about $1,500 in total for the event. - I paid about $400 in ads to Google: they have a much better business model than us ;) - I competed against free offerings, and I still had clients, because I could afford ads, they could not. - It was a very strange, happy fe…

What did you use as a payment processor? Really hard to process cards for gambling.

Re: Ask HN: What's a side project you built to make money that hasn't?

#73

https://99remotejobs.com a job board focused on remote jobs. I have promoted it on both LiHunt (software dev audience) and SaaSHub; however that didn’t help. Not a single sale :) As a result, I’ve decided to make it FREE and open source the code. Hopefully in a few months.

What are you selling? Job posts?

I hear monster charges something like $300 for a job post for 1 month. And $400 for 2 months.

I would think at this rate, that there would be a lot of competition.

Craigslist ran for years just on job posting fees in San Francisco alone.

Re: Ask HN: What's a side project you built to make money that hasn't?

#75

A long time ago a friend an I created a website to help people organize pool bets between them, for a sport event. We charged $1 / person in the pool. Made about $1,500 in total for the event. - I paid about $400 in ads to Google: they have a much better business model than us ;) - I competed against free offerings, and I still had clients, because I could afford ads, they could not. - It was a very strange, happy fe…

Why didn't it make sense to continue after the event ended? Most sports events happen on a recurring basis. I wonder if this idea got legs if you would get in trouble with regulators of some kind..

Some countries would allow it. The idea sounds a bit like BetFair (they set up an exchange, you name your odds and see if someone takes the other side) but for smaller pools.

Re: Ask HN: What's a side project you built to make money that hasn't?

#76
> So what's a side project [...] that hasn't actually earned you money?

There was a time when I dreamed that my "side project" - Scrawl-canvas[1][2] - would bring me fame and fortune, or maybe a few sponsorships, or a job ...

> Why do you think it hasn't been as successful as you thought it would be?

There's a number of very well established Javascript libraries for the HTML5 canvas element (Konva, Fabric, EaselJS, Two, Three, Pixi, Processing/P5 ... and many others) and, seriously, the world didn't want to know about yet another one.

> What would you do differently if you did it again?

Actually, nothing! The primary goal of my work when I started it was to have a project on GitHub which I could use to help leverage me into the world of professional web development. My library helped me land my first full-time gig, so in that sense it achieved its goals 100%

> How much time/money did you spend building it?

18 months full time before I managed to get a job. Since then, maybe 2-3 days a month (if that) on maintenance and feature development. The upside of having an unpopular JS library is that nobody bothers you with questions about how to do stuff.

For the past 18 months I've spent a lot more time on the project - approaching full-time in some months - rewriting it from scratch, giving it a new focus, etc. The work has helped me come to terms with all the new Javascript shiny, and the ever-evolving Web API standards

> What kind of iterations / improvements did you make to try and salvage it?

I'm not in the business of "salvage" - nowadays I work on the library partly to keep my coding skills sharp (next on the to-do list is learning Rust/WebAssembly to see if I can make the library run a bit faster), but mainly because it's creative and fun[3] and after this year we all need a bit more fun in our lives!

[1] Scrawl-canvas GitHub - https://github.com/KaliedaRik/Scrawl-canvas

[2] Scrawl-canvas home page - https://scrawl-v8.rikweb.org.uk/

[3] My creative coding collection on Codepen - https://codepen.io/collection/DmgxKv

Re: Ask HN: What's a side project you built to make money that hasn't?

#77
I recently launched a website that allows users to book a locksmith for emergency door openings (https://slozzer.net/). The main goal is to ensure a safe and reliable process, because the locksmith industry has a terrible reputation for ripping off and exploiting customers (at least in Germany, for whose market the product is designed for).

Unfortunately, only after several weeks of development I found out that it is not possible to run Google Ads for locksmith keywords, because in the past they were exclusively occupied by scammers. Now I'm torn between abandoning the project or getting involved in the tedious SEO battle with little chance of success.

Re: Ask HN: What's a side project you built to make money that hasn't?

#78

I spent about 6 months building Itinee ( https://itinee.com ) which is a trip planning app focused on being budget conscious. I built it because my wife and I love to travel but my assortment of spreadsheets was a little intimidating to her. I wanted a platform that let us both participate in the planning process. Unfortunately, due to COVID, people aren't traveling so I haven't really put any money into marketing it…

How'd you come to the pricing model? To me only having 24 hours before losing data would probably preclude me from putting effort into trying it out. Have you thought at all about a freemium model?

I gotpartway through building a travel planning app a few years ago, and I had thought the best way could be to allow 3 trips to be planned, then your trial ends unless you subscribe. Or you could severely limit the functionality in a perpetually free version while the paid version has all the bells and whistles.

All the best for when travel is common again as I really like this idea and think there’s untapped potential.

Re: Ask HN: What's a side project you built to make money that hasn't?

#79
My wife has a side project selling antique maps. I built her a shopify site about 1 year ago that costs €30 p/m but it's hardly generating any revenue. I spent maybe 10 hours on it and she has spent about € 2000 on inventory. https://utrechtaandemuur.nl

Re: Ask HN: What's a side project you built to make money that hasn't?

#80
post #30

I began releasing my own Android apps in 2011, and the first several had little or no success. One piece of knowledge I learned from someone is that advertising paid decently for apps with moderate success. Knowing this steered me in a good direction. My first app with very small success handled Access databases locally on Android. As I had the first app which could do that, I released it in four days with very few f…

Is there really a large enough market that would want to fiddle with an Access db file on their Android phones?
Post reply on HN