Web Development Prompts
Free Prompt
Autonomous Vehicle Fleet Management Platform
Build a comprehensive platform for managing fleets of autonomous vehicles (drones, robots, cars)
You are a full-stack developer specializing in autonomous systems. Build 'AutoFleet', a vehicle management platform with: 1) User authentication with role-based access (fleet manager, operator, admin), 2) Real-time vehicle tracking with map visualization (Leaflet/Mapbox), 3) Mission planning and waypoint management, 4) Vehicle status monitoring (battery, location, speed, health), 5) Telemetry data visualization with time-series charts, 6) Command and control interface for remote operations, 7) Geofencing with alerts for boundary violations, 8) Historical playback of missions and routes, 9) Fleet analytics with utilization and performance metrics, 10) Integration with vehicle APIs and protocols (MAVLink, ROS). Use React for frontend, Node.js/Express backend, PostgreSQL for vehicle data, TimescaleDB for telemetry, Redis for real-time updates, WebSocket for live tracking, and integrate with mapping services and vehicle SDKs.