Ask HN: Those making $0/month or less on side projects – Show and tell
271–280 of 1001 posts
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#272I'm working on a TUI Jupyter Notebook editor, euporie, which allows you to run and edit Jupyter Notebooks in the terminal: https://github.com/joouha/euporie It's useful for editing and running notebooks on remote servers over SSH, or inside containers where setting up port forwarding is not possible or too difficult, or if you just like working in the terminal. It's open-source, and I have no idea how I would go abou…
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#273A fitness web app I built during the first year of COVID to track pull-ups, push-ups, etc. A couple of my family members purchased a subscription, but otherwise it hasn't gotten any traction.
I have monthly goals for push-ups and pull-ups, so I still use it every day to track my progress.
It's built with Laravel, using Spark, Jetstream, and Tailwind. Before building the app, I had only dabbled with Laravel, so building it was a great learning experience.
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#274SteamDB: https://steamdb.info/ I've been running it for over 10 years now, it's a database of Steam games, their updates, price history, charts, and a lot more. In the early days we took monetary donations but stopped a few years in. It costs less than 100$ a month to run. Cloudflare reports 552.2M requests in the past 30 days, and 6.09M unique visitors.
Wow, you don't make any money on SteamDB? It seems like the sort of thing that should be able to make a lot of money. Even very minimal ads would probably bring in hundreds of thousands if not millions of dollars per year, and if you hate the idea of ads it seems like you could probably sell a premium subscription for some of the info you have that would be useful for devs, like imdb pro or crunchbase pro or somethin…
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#275I am currently working on a new open-source project, completely free to help enterprise manage their authorizations on a ce realized application: https://www.authz.fr/
Main benefits whereas existing projects is the simplicity of use and the frontend web UI which is generally in paid offers.
It comes with Service Development Kits in multiple languages (Go, NodeJS, PHP, Python) and more to come soon.
I hope someone could find something interesting here :)
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#276Go Transit: https://gotransitapp.com/ I've built and maintain website + iOS + Android apps for public transit for several small municipalities that don't have a good solution. I usually end up adding cities if I visit there and an unhappy with their app offering. Most of these municipalities use a smaller 3rd party vendor for tracking their buses, but often, the user facing application is sorely lacking. My applicati…
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#277SteamDB: https://steamdb.info/ I've been running it for over 10 years now, it's a database of Steam games, their updates, price history, charts, and a lot more. In the early days we took monetary donations but stopped a few years in. It costs less than 100$ a month to run. Cloudflare reports 552.2M requests in the past 30 days, and 6.09M unique visitors.
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#278Radiant: https://getradiant.app/ Premise: Takes your Spotify and turns it into a personalised FM-style radio station, complete with a snarky, AI-powered radio presenter called Rad. Rad'll quip, read you the news and weather on the hour, announce what you've just heard and what's coming next, gives you biographical info for bands you might not be too familiar with but most importantly; Rad helps you discover new music…
Unsolicited feedback: If this were also offered as a web-based application I'd probably use it (sitting at my desk all day I don't want to use my mobile device for music). Maybe sell rotating ads or sponsorships (on screen but not in the audio stream, please!) to make some $. Very cool.
And yeah while I don't need to run ads on it at the moment, if the right sponsor wanted to work with me I'd be exceptionally happy to do so.
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#279Momenial https://momenial.com — a mobile app for creating certificates for webinar attendees. Currently making $0/mo. I'm actually building this app as a "case study" for my upcoming book, an opinionated guide to building mobile apps, from ideation, dev, ops, and marketing. I've been blessed with working at various company sizes and wearing multiple hats: founder of two failed startups, VP Eng at a telco and a large…
Re: Ask HN: Those making $0/month or less on side projects – Show and tell
#280I hate scrolling through twitter, so I built a service to email me the best tweets in my feed. It's self signup and there's a discount code in the signup process if you'd like to be an Alpha user/avoid the fee.
A handful of friends are using it and for the most part it's doing what I wanted it to do.
Not sure what the future holds given the recently cancelled 3rd party apps debacle.
P.S. I adventured into writing this on the Firebase stack (Firestore and Cloud Functions). Probably wouldn't again – the cold starts are simply too slow and the mitigations they suggest haven't been effective.