Oh I have
so many that failed, but I don't think I'd be where I am today without them.
- BillDivider: a SaaS to help housemates divide bills and other expenses
It was my first side-project, I wrote it in Django with Bootstrap. It barely worked, and I gave up due to the cost of running it.
- Jobs? Ok!: a job board
This was probably the dumbest idea I had business-wise - I would scrape jobs from other sites, and ask people to pay to post their own jobs amongst the scraped jobs.
On the tech side of things, it was my first time using React and GraphQL, and I really enjoyed it. Oh and I used DynamoDB for highly relational data, which I wouldn't recommend.
- Appointment Scheduler: a SaaS kinda like Calendly
By this point I sort of had an idea of how to build, I started using infrastructure-as-code (terraform), and building new ideas was just a matter of having one, and copy pasting assets. Tried selling the idea to consultant friends of mine, but they were happy using Outlook.
- Room Booking Co: Same idea as Appointment Scheduler, but for meeting rooms
This one I basically built to test the Google Calendar API. Turns out it's extremely limiting for interfacing with public calendars.
- Online Or Not: a SaaS that performed contract testing on GraphQL endpoints, pivoted to an uptime monitor
I feel like this idea had legs, just launched too early: basically it would snapshot a "good" version of your GraphQL response, ping it every X hours, and alert when the response changed.
I actually took sales meetings on this one, built features that potential customers said were must haves before they could use it. Punchline: those "potential customers" ended up ghosting me.
All of those projects led me to where I am today: running https://PerfBeacon.com - (PerfBeacon helps you keep your app/site fast by automating Google Lighthouse checks), and https://MaxRozen.com - where I write weekly about React, and have started selling a book on useEffect.