Hacker News new | ask | show | jobs
by rayboy1995 3192 days ago
While we were building the MVP for https://pupkeep.com/ we decided to try and not automate anything that we didn't have to so we can ship core features faster.

For instance I was going to build a complicated job system to handle payouts to different company locations, but I realized that until we get thousands of customers I can just send the payouts manually by clicking some buttons in Stripe. A bit tedious but instead of building and debugging that we now have another full feature built out improves our users experience.