Complete SDK Suite
Web and React Native SDKs with map integration, real-time tracking, and comprehensive tooling for building logistics applications.
Build scalable logistics and delivery applications with real-time tracking, IoT integration, and comprehensive APIs

Install the SDK using your preferred package manager:
npm install @de./sdkyarn add @de./sdkpnpm add @de./sdkCreate a map instance with your access token
import De from '@de./sdk'
const msi = new De.MSI({
element: 'map-container',
accessToken: 'your-access-token'
})
const { controls, handles } = await msi.load()Set pickup and delivery locations
await handles.pickupPoint(
{ lng: -74.0060, lat: 40.7128 },
{ label: 'Warehouse' }
)
await handles.dropoffPoint(
{ lng: -73.9855, lat: 40.7580 },
{ label: 'Customer' }
)Build delivery platforms with real-time tracking and route optimization
Learn more βBuilt with modern technologies including Fastify, MongoDB, Socket.IO, MQTT, and Vite - ensuring performance, scalability, and developer experience.
Comprehensive documentation, TypeScript support, interactive examples, and extensive SDK coverage make integration straightforward.
Multi-tenant architecture, enterprise-grade security, real-time capabilities, and proven scalability for high-volume operations.
Plugin system, webhook support, flexible APIs, and open integration patterns let you build exactly what you need.