I'm Sabih. I have many ideas inspired from my daily life and observations. What excites me is building useful software that has the ability to create impact. The craft itself is also fun so I read up on new tools and experiment when I get curious. If you want to learn more about me, check out my 5 minute article.
Last updated Nov 6, 2024:
Back in early July, I joined a pre-MVP SaaS idea for inheritance lawyers as the lead engineer. In early Oct, I became the sole founder as the previous 2 founders had to leave due to running out of personal time runway (they graduated Mar 2023 and was working on this since). Currently am leading a team of 3 part-time developers, 10-20h/week each. Currently in the beta phase with a few attorneys. The work is new, fun, and challenging :D
- Launched July 2024: antride.ca, code: The easiest way to organize carpools for one-off events. Or even just find the location optimized carpool routes for a group of people. In beta and currently trying to get religious organizations and extracurricular clubs to use it. Just like how when2meet (or the better version, schej.it) got popular for planning large group events. I was inspired to use this after having trouble finding people to carpool with for off campus events in university clubs. The existing websites for carpooling require too much manual coordination. My site is sign up and forget. 24 hours before the event starts, I text message every rider and driver their route details. No site of such existed so I made it.
- Launched March 2024: farmware.app, code: A website for farmers to visualize soil moisture on their farms using open satellite imagery. Won best startup idea for the Convex (backend as a service) hackathon. Sentinel-2 satellite images from the European Space Agency were used through their API. The normalized moisture index (NDMI) was calculated from the satellite data. Built this with 2 other nifty teammates.
- Launched Jan 2024: AI Project Manager Assistant, code: A slack bot assistant for project/product managers. Allows them to get zoom meeting summaries sent to them over slack. The bot has the ability to store past meeting transcriptions + summaries using Supabase (hosted Postgres). Can write a slack command to list the meeting summaries of today. Team of 2.
- June 2023: dtogether.ca (deactivated because I abandoned it), code: A secondhand marketplace for diabetics, especially type 1 like myself, to sell excess supplies. This could include insulin pump or glucose sensor supplies. Frontend deployed on Vercel, backend on Railway. Built using a open source marketplace platform called Medusa. Inspired after becoming type 1 diabetic myself and seeing others sell hundreds of dollars worth of supplies at 50-70% discounts inside an active facebook group, instead using of a proper marketplace. $500 worth of supplies would be $100. A verification system would be nice to prevent people from flipping supplies in order to make money. I made a very basic, non-functional version of a marketplace before I called quits because of how much work it would be to make it work and convince everyone to switch from facebook. But it was all a nice intro though to using an open source framework like Medusa and learning from others in the Medusa discord server.