https://theothermail.com TheOtherMail generates throwaway email addresses so you can try new products and services with no risk. We deliver all emails from your generated accounts to your personal email address so you don't have to remember stupidly long emails. We spend a few dollars per month to run it, and we haven't made any money yet. Give it a try!
Ask HN: What's a side project you built to make money that hasn't?
371–380 of 476 posts
Re: Ask HN: What's a side project you built to make money that hasn't?
#372I built https://callmom.pro/ this year in anticipation of a Mother's day rush. The idea is that we'll call you and your mom once a week at a set day/time in such a way that your phones both ring and when you pick up, you're talking to each other. The site is janky AF because I'm still in the neophyte stages of front-end/css. I do still think it's a good a idea, so I'm planning a revamp of the sales site in time for a…
Re: Ask HN: What's a side project you built to make money that hasn't?
#373I made Word Nazi, which is essentially just a dirty version of Taboo (in the same way that Cards Against Humanity is a dirty version of Apples to Apples) in app form. Lessons learned: * I should've paid someone to do some decent graphics, turns out "minimalist aesthetic" is not the same as "no effort put in to design" * Making it a free demo, with the full game available as an in-app-purchase, sounds like a good deal…
Cursing myself for not checking hackernews more often...
Re: Ask HN: What's a side project you built to make money that hasn't?
#374I made Word Nazi, which is essentially just a dirty version of Taboo (in the same way that Cards Against Humanity is a dirty version of Apples to Apples) in app form. Lessons learned: * I should've paid someone to do some decent graphics, turns out "minimalist aesthetic" is not the same as "no effort put in to design" * Making it a free demo, with the full game available as an in-app-purchase, sounds like a good deal…
However, I think you just exceeded your hoster's bandwidth quota...(error message when I try to access it).
Re: Ask HN: What's a side project you built to make money that hasn't?
#375I built Dependabot ( https://dependabot.com ), a service that checks your dependencies are up-to-date every morning and creates pull requests for you if they're not. Intention was to make dependency management suck less, whilst also adding a bit of runway to a bigger startup I wanted to do. * Spent 2 months building it - much longer than I'd thought. The work required to get from a prototype (2 days) to a SaaS produc…
What is the tech stack?
Does it cost much to keep it running?
Re: Ask HN: What's a side project you built to make money that hasn't?
#376Earlier quoted context omitted.
You should consider integrating this visualization in a few third party applications with a significant database component. I'm thinking web frameworks (like WordPress) and CRMs (like SalesForce). Easy to comprehend visualization of business data is a lot more valuable than visualization of internal program data structures. If you can populate structures from 3rd party sources then you could have a valuable product.…
> Easy to comprehend visualization of business data is a lot more valuable than visualization of internal program data structures I agree that must be true in an absolute sense, but part of the reason I'm making this is that I find visualization of internal program data to be valuable. I have other things I want to use this to help me build. But it's definitely a gamble whether I'll be able to convince many other dev…
Re: Ask HN: What's a side project you built to make money that hasn't?
#377I have a project which may never generate revenue, despite the fact I spent 2 months after hours working on it. I did a dumb thing and dove directly into the project without first finding a fit or customer base for it. More or less, it's a scheduling application that allows a user to set when they're open and allow anyone to book that time for however much the original scheduler valued that slot of their schedule. It…
Re: Ask HN: What's a side project you built to make money that hasn't?
#378I built Dependabot ( https://dependabot.com ), a service that checks your dependencies are up-to-date every morning and creates pull requests for you if they're not. Intention was to make dependency management suck less, whilst also adding a bit of runway to a bigger startup I wanted to do. * Spent 2 months building it - much longer than I'd thought. The work required to get from a prototype (2 days) to a SaaS produc…
Re: Ask HN: What's a side project you built to make money that hasn't?
#379https://zonewatcher.com After having multiple clients change their DNS settings without warning and then email us when shit hits the fan I knew I needed some type of warning system. This checks every X minutes and saves each version so you can see the revision history for all your DNS zones across many providers. I make ~$50 a month right now with it, which is enough to cover the hosting. I haven't really marketed it…
Signed up to paid plan, thanks. This is something I had looked for previously. Some suggestions (only because I really want you to succeed!): - Please consider the use case where I want to protect against a domain having its nameservers changed at the registrar. I don't think you currently handle that case, as e.g. pulling the NS records from Route53 will always show Route53 as the authoritative NS, which may not mat…
Re: Ask HN: What's a side project you built to make money that hasn't?
#380I built Dependabot ( https://dependabot.com ), a service that checks your dependencies are up-to-date every morning and creates pull requests for you if they're not. Intention was to make dependency management suck less, whilst also adding a bit of runway to a bigger startup I wanted to do. * Spent 2 months building it - much longer than I'd thought. The work required to get from a prototype (2 days) to a SaaS produc…
You might try marketing this to security teams, I know dependencies are a big concern for them.
We wrote a blog post about it here: https://dependabot.com/blog/the-latest-dependency-version-is...