logoalt Hacker News

ajd555yesterday at 2:10 AM3 repliesview on HN

I've been working on a fully electric last-mile delivery company: https://hudsonshipping.co

Beyond the landing page (built with Astro), I've been building all of the route optimization, the delivery and warehouse management systems. A combination of go and java has allowed me to write a few microservices in the past 6 months to handle all of my logistical processes, and I'm just testing the mobile app in the field as we speak! I hope to make some of the code open-source one day!


Replies

iamnotmeetyesterday at 2:49 AM

This is interesting! Have you considered leveraging Google OR Tools[1] for route optimization? At a previous hyper-local eCommerce startup I worked for, we used it to solve similar problems. Although the setup and integration is not super easy, but the results far outweighed the effort.

1 - https://github.com/google/or-tools

show 1 reply
ag_rinyesterday at 2:30 AM

This is a super cool intersection of real world problems and software. How hard has it been to get customers? I assume trust is a big hurdle here. How are you approaching this problem?

show 1 reply
chrisgdyesterday at 2:25 AM

Sounds really great. Good luck

show 1 reply