Skip to content

De.The Operating System for Logistics

Build scalable logistics and delivery applications with real-time tracking, IoT integration, and comprehensive APIs

De.

Quick Start ​

Get up and running in minutes

Install the SDK using your preferred package manager:

bash
npm install @de./sdk
bash
yarn add @de./sdk
bash
pnpm add @de./sdk
1

Initialize the Map Interface

Create a map instance with your access token

typescript
import De from '@de./sdk'

const msi = new De.MSI({
  element: 'map-container',
  accessToken: 'your-access-token'
})

const { controls, handles } = await msi.load()
2

Add Delivery Points

Set pickup and delivery locations

typescript
await handles.pickupPoint(
  { lng: -74.0060, lat: 40.7128 },
  { label: 'Warehouse' }
)

await handles.dropoffPoint(
  { lng: -73.9855, lat: 40.7580 },
  { label: 'Customer' }
)

Use Cases ​

Last-Mile Delivery

Build delivery platforms with real-time tracking and route optimization

Learn more β†’

Ride-sharing

Create mobility services with driver dispatch and live ETA updates

Learn more β†’

Fleet Management

Track vehicles, manage maintenance, and optimize routes

Learn more β†’

Warehouse Operations

Manage inventory, process shipments, and coordinate fulfillment

Learn more β†’

E-commerce Integration

Add delivery capabilities to your online store

Learn more β†’

IoT Monitoring

Connect devices, stream telemetry, and automate workflows

Learn more β†’

Platform Ecosystem ​

De. Platform Architecture
Backend Services de.auth Authentication & Users de.arch Core APIs & Services de.iotb IoT Platform MQTT & Devices Unified API Layer Client SDKs de.sdk Web SDK MSI & DClient de.sdk-rn React Native iOS & Android de.eui Embeddable UI Map Interface Your Applications Logistics & Delivery Solutions

de.auth

Authentication & user management with multi-channel support

Learn more β†’

de.arch

Core APIs & logistics operations for LSP, CSP, and agents

Learn more β†’

de.iotb

IoT platform with MQTT, device management & orchestration

Learn more β†’

de.sdk

Web SDK with MSI map interface & DClient operations

Learn more β†’

de.sdk-rn

React Native mobile SDK for iOS and Android apps

Learn more β†’

de.eui

Embeddable map interface for seamless integration

Learn more β†’

Why De.? ​

Modern Architecture

Built with modern technologies including Fastify, MongoDB, Socket.IO, MQTT, and Vite - ensuring performance, scalability, and developer experience.

Developer-First

Comprehensive documentation, TypeScript support, interactive examples, and extensive SDK coverage make integration straightforward.

Production-Ready

Multi-tenant architecture, enterprise-grade security, real-time capabilities, and proven scalability for high-volume operations.

Open & Extensible

Plugin system, webhook support, flexible APIs, and open integration patterns let you build exactly what you need.

Community & Support ​

Documentation

Comprehensive guides, API references, and interactive examples

Learn more β†’

Community Forum

Ask questions, share knowledge, and connect with other developers

Learn more β†’

GitHub

Report bugs, request features, and contribute to the platform

Learn more β†’

Need Help?

Reach out to our team: