Blueprints for the Sky
A no-code drone mission planner built for operators who need to orchestrate complex autonomous missions — without writing a single line of code.
The Inspiration
Unreal Engine's Blueprint system. If game developers can build complex logic visually, drone operators should be able to do the same for mission planning. That was the starting premise.
What I Designed
A visual node-based editor where prebuilt code blocks snap together to define mission logic
Operators drag, connect, and configure — takeoff sequences, waypoint navigation, conditional behaviours, return-to-home protocols
The interface speaks operator language, not developer language
The UX Challenge
Drone operations are high-stakes. A bad mission sequence doesn't just fail gracefully — it can mean a lost aircraft or worse. The editor needed to be powerful enough for complex missions but constrained enough to prevent dangerous configurations.
I focused on progressive disclosure: simple missions are simple to build, complex missions reveal complexity only when needed. Every node validates its connections, and the system warns before you can create something risky.

