End-to-end platform for autonomous last-mile delivery. Flight control, real-time tracking, fleet management, and customer ordering — one integrated stack.
Everything needed to run autonomous drone deliveries, from flight controller to customer doorstep. Built and operated by a single engineer.
The server runs on Railway. The Pi bridge runs on the drone. They talk over Socket.IO with HTTP fallback. No middleware, no message queues, no Kubernetes. Just a Python server and a Python bridge.
The entire system — GCS, bridge firmware, customer app, order management, analytics, and flight logging — ships as one repo. Deploy the server with git push.
Every feature is production-facing. Nothing is mocked.
The demo runs a simulated drone delivery end-to-end: ordering, payment, real-time GPS tracking, and delivery confirmation.