Real-time airspace awareness

DroneScan Pro

Real-time drone radar, alerts, and flight history for safer airspace awareness. DroneScan Pro connects your mobile app or scanner telemetry to a secure Laravel radar portal, helping operators understand nearby drone activity on live maps and recent replay history.

Animated radar visualization
Drone silhouette Alert pulse
LiveRadar feed
7 daysFlight history
APIScanner telemetry

App-Connected Monitoring

DroneScan Pro brings the mobile app, scanner telemetry, entitlement checks, live maps, history replay, and alerts into one focused monitoring portal for operators who need practical airspace visibility.

Real-time drone detection

See live aircraft positions as scanner data reaches the portal.

Mobile app telemetry

The DroneScan Pro mobile app can connect field scanner data with the backend radar API.

Nearby drone alerts

Trigger audible and email alerts when new drones appear.

Flight history and replay

Review recent detections stored in tenant SQLite history.

Remote ID awareness

Inspect available Remote ID details such as serial, type, location, altitude, speed, and operator data when broadcast.

Local alert zones

Prepare monitoring areas for local operational awareness.

API-connected radar telemetry

Flutter and scanner clients send detection payloads to Laravel.

Web radar dashboard

Authenticated Platinum users view live and historical radar data.

Built For The DroneScan Pro Mobile App

The Android app is prepared for Google Play release, with the backend already handling unique Android/iOS device IDs, Laravel web email login, device linking, subscription checks, API keys, radar ingestion, heartbeat status, and alert delivery. The same public privacy page is ready for a future iOS App Store listing when the iOS release follows.

Field scanner workflow

Use a mobile device or connected scanner to send nearby radar observations to the secure backend.

Map-first awareness

View drone positions, operator locations when available, and recent tracks in the web radar dashboard.

Recent history

Review short-term flight history for operational follow-up without changing the live monitoring flow.

Privacy transparency

Read how account, device, purchase, location, and radar data are handled before installing or subscribing.

How It Works

The radar architecture keeps fast telemetry in per-user SQLite databases while the main Laravel database handles accounts, plans, and API keys.

01

Scanner sends data

Flutter or a scanner client posts detections to the Laravel radar API.

02

Laravel validates access

The API key hash is matched and the user must have Platinum entitlement.

03

Events are stored

Radar events and heartbeats are written to tenant SQLite files.

04

Portal renders radar

The web dashboard reads live and historical data for replay and alerts.

DroneScan Pro dashboard preview
Radar map preview

Live markers, operator positions, and flight paths in one dashboard.

Alert panel preview

New UAS notifications and local monitoring events.

Flight history card

Replay recent tracks and inspect serial, speed, altitude, and timestamps.

Watch DroneScan Pro Detect A Drone

A short demo recorded on a real device: the app picks up a Remote ID broadcast over Bluetooth, plots the aircraft on the live map, and raises a nearby-drone alert.

DroneScan Pro demo video: detecting a drone via Remote ID

Prefer to watch on YouTube? Open the DroneScan Pro demo · Get the app on Google Play

Pricing

Two plans keep the product simple: Free for basic access, Platinum for live radar and monitoring.

Free

€0
  • Basic app and portal access
  • Limited radar/app features
  • Upgrade when live monitoring is needed
Start Free

FAQ

Short answers for operators and technical evaluators.

What is DroneScan Pro?

A Laravel-powered portal and mobile backend for real-time drone radar, alerts, and flight history.

Does the Flutter app send radar data to Laravel?

Yes. The scanner or Flutter app posts radar payloads to the Laravel API, including `/api/drone-radar/ingest`.

Where is radar data stored?

Telemetry is stored in per-tenant SQLite files under `storage/app/tenants/user_{id}.sqlite`.

What is Platinum?

Platinum unlocks live radar ingestion, dashboard viewing, history/replay, alerts, zones, and advanced monitoring features.

Can I use Stripe on web and in-app purchase on mobile?

Yes. Stripe powers web subscriptions, while iOS and Android purchases can be verified through the existing mobile APIs.