Drone Hub
Plug-and-play React components for drone property intelligence. Each ships with a live demo and full docs.
Read the Introduction →- VideoTourScrollytelling walkthrough that steps a floor plan through doorway-linked video clips.
- VideoAnnotatorScrub, zoom, and draw shapes/points/labels over a clip, then export the current frame + annotations as a PNG.
- LayerViewerToggleable, opacity-controlled georeferenced overlays draped on a satellite base map.
- Model3DOrbit-and-measure 3D mesh / point-cloud viewer for a property's photogrammetry output.
- LandOverlayA geo-anchored 3D model draped onto the georeferenced satellite map at a real lat/lon, alongside the ortho/hillshade/boundary layers.
- VoxelTerrainBlocky, Minecraft-style terrain renderer — a VoxelGrid of stacked, height-banded cubes with a sample structure on top, orbit-controllable.
- ContentEngineA per-property page composing VoxelTerrain plus sample engineering docs and flight-log telemetry — "the engineering, the minecraft of it, the flight docs."
- MinecraftExportReal, spec-compliant Minecraft Sponge Schematic (.schem) download generated from a VoxelGrid — not a page of its own, a download action.
The live download action lives on the VoxelTerrain demo page.
- FileUploadA generic drag-and-drop + click-to-browse target — hands the caller a File[], no upload logic of its own.
- FileListGiven a typed manifest of already-resolved file URLs, renders an icon/label-by-content-type list with a real download link per file.
- ProcessingStatusA typed queued/processing/done/error indicator — presentational only, no polling or websocket logic of its own.
- FlightCoverageAnalyzerJudges nadir drone passes for photogrammetric grid validity — green/amber/red verdict on side overlap and coverage, demoed against real flight telemetry.
- TourBuilderVisual authoring tool for VideoTour manifests — upload a floorplan, click to place rooms, wire up doorways, export a real, validated tour.json.
- GalleryA trivial, embla-backed plain shots carousel — prev/next, arrow-key nav, and dot indicators over a fixed image list.