Live data from Hacker News

Ask HN: Side projects making less than $2k MRR, what's your project?

news.ycombinator.com

61–70 of 100 posts

Re: Ask HN: Side projects making less than $2k MRR, what's your project?

#61
post #23

I got bunch of those projects: To test social media preview: https://ogtester.com/ To add location to images: https://geotagseo.com/ To use dictation for learning (German): https://www.flashdictation.com/ To decide the meal: https://whatdinner.com/ (WIP) To get distracted: https://mathlegame.com/ https://learnle.net/ To use Stable diffusing in Notion: https://slashdreamer.coom To experiment with Stable diffusing http…

You got a very nice collection.

Combined, do they bring more than 2K/month?

Re: Ask HN: Side projects making less than $2k MRR, what's your project?

#63

https://masala-joy.vercel.app/ I scraped ~100k recipes from across the internet, and made this site to focus on south asian recipes (~2k). I will soon add features to better sort and filter these recipes by various diets, ingredients, and regions in South Asia. I just launched a few days ago, and no revenue yet.

Have fun going down the rabbit whole of parsing structured data from ingredient phrases. Had a fun few weeks with that!

Yeah it has not been trivial so far! Let me know if you have any tips you can share

Re: Ask HN: Side projects making less than $2k MRR, what's your project?

#64

https://theshowgrid.com A static site to see IMDb ratings of all episodes of a TV show in a nice table. (ratings updated everyday) A weekend project I built to scratch my own itch. Going on cruise mode for a while now.

I work in robotics, so I always find clean front-end implementations pretty neat. Can you tell me how you got this to work? How do you host all of it? What is the back end you use? I apologize if this seems too basic, but I'd appreciate any details you have for me. My goal for this summer is to work a bit on front end tech, so that I can present better visualizations, and build simple CRUD apps to showcase my data. T…

Thank you!

The way it works is very simple. I'm copying from a comment I made earlier:

Everyday IMDb publishes bare bones datasets at https://www.imdb.com/interfaces/. I've a bash script to download them, format and load into MySQL from which I export two types of json files:

1) A file with all the TV shows names, id, ratings etc (shows.json) - this is what's used for search. It weighs 2) A file for every tv show with all the ratings and votes for its episodes. Based on your search, the specific file will be fetched to display the ratings. (This one file per show could also be optimized but looks premature at this stage.)

Strictly speaking, a database is also not necessary but it serves 2 purposes: 1) I could easily query to satisfy some curious show related questions. 2) The datasets include a ton of stale data (like shows w/o episodes and vice versa), so I find it easier to cleanup through SQL.

The above architecture allows me to host the site as a static site. When I launched, I had a typical node backend that connected to a db to run searches etc. But thought it was way too much infrastructure for a simple site!

Glad to hear you have a concrete goal. Front-end is actually easy to pick up if you don't get carried away by the latest thing on the block. IMO, it's pretty mature nowadays and I prefer the tools available now over the ones I had when I started way back.

If you've no front-end experience, just pick framework like Vue or React and start building stuff. If you've the time, I'd even advice you to start with vanilla JS, HTML & CSS (https://developer.mozilla.org/en-US/ should be your bible). It will not only set you up with a solid foundation but let you appreciate the conveniences & conventions when you pick up a framework. There's tons of tutorials available for pretty much anything web related. Good luck!

Re: Ask HN: Side projects making less than $2k MRR, what's your project?

#65

Electronic lead screw for metal lathe - https://kachurovskiy.com/ - started about a week ago and sold 4 kits so far. Unit cost today is 61€ so margin is rather slim too.

This is actually really cool. Have you thought about contacting littlemachineshop.com to see if they'd be interested in carrying it? I've used them in the past to put together similar upgrades for my lathe.

That's a great idea, I will get in touch with them once I wrangle my unit price and figure out how to scale the manufacturing :)

Re: Ask HN: Side projects making less than $2k MRR, what's your project?

#66
post #5

https://markwhen.com Timelines in markdown (gantt, calendar, map, other views) It's open source ( https://github.com/mark-when/markwhen ) and there are some paid options for storing markwhen documents in the cloud. Straddling paid SAAS and open source is a bit tricky and I still haven't figured it out completely yet. I have some sponsors as well as some paid saas clients but it's not quite paying the bills yet... I l…

Despite clicking around quite a bit, I can't figure out what the paid options are, and their pricing. So, yeah, you gotta up those marketing skills.

Re: Ask HN: Side projects making less than $2k MRR, what's your project?

#67
post #23

I got bunch of those projects: To test social media preview: https://ogtester.com/ To add location to images: https://geotagseo.com/ To use dictation for learning (German): https://www.flashdictation.com/ To decide the meal: https://whatdinner.com/ (WIP) To get distracted: https://mathlegame.com/ https://learnle.net/ To use Stable diffusing in Notion: https://slashdreamer.coom To experiment with Stable diffusing http…

One of your URLs has a typo (https://slashdreamer.com not .coom)

Re: Ask HN: Side projects making less than $2k MRR, what's your project?

#68
Building a SaaS and web app starter kit https://github.com/mcapodici/firestarter using NextJS, Firebase and Tailwind

Working on a ChatGPT tutorial now for it: https://docs.firestarterapp.com/tutorials/chatbot-1/

This is all free/open source and will remain so, but in the future I might also offer paid courses/enhanced features.

Re: Ask HN: Side projects making less than $2k MRR, what's your project?

#69
post #9

The cynic in me always suspects these questions are fishing attempts to see what ideas can be cloned to steal some of the revenue.

They might be, but there is so much data on profitable ideas out there it wont make any difference. For example on indiehackers, various businesses for sale sites, and reddit/HN threads.

Re: Ask HN: Side projects making less than $2k MRR, what's your project?

#70
post #16

String of free sudoku sites supported by Adsense. https://samurai-sudoku.com https://fiendishsudoku.com https://extremesudoku.info https://www.extremesudoku.info/printables/sudoku-printables.... https://sudokuhints.com https://easysudoku.org https://sudukopuzzles.org https://sudokuprintables.org

Why so many domains?
Post reply on HN