Skip to content

The Operating System for Supply Chain & Mobility Execution

From freight to fleets, goods to mobility — Build scalable delivery and transportation applications with real-time tracking, IoT integration, and comprehensive APIs

De.

Complete SDK Suite

Web and React Native SDKs with map integration, real-time tracking, and comprehensive tooling for building supply chain applications.

Learn more →

Map Service Interface (MSI)

Embeddable map interface with routing, navigation, real-time tracking, and customizable plugins for any supply chain use case.

Learn more →

Supply Chain Operations

Full-featured LSP API with fleet management, warehouse operations, pricing engine, and shipment tracking.

Learn more →

Authentication & Users

Multi-channel authentication with phone, email, and OAuth support. Complete user management for all platform stakeholders.

Learn more →

IoT Platform

Multi-tenant IoT backend with MQTT support, device management, real-time telemetry, and container orchestration.

Learn more →

Multi-tenant Workspace

Enterprise-grade workspace management with access control, billing, subscriptions, and service provider connectors.

Learn more →

Real-time Everything

WebSocket and MQTT support for real-time updates, live tracking, push notifications, and event-driven architectures.

Learn more →

Extensible & Customizable

Plugin system, custom themes, flexible APIs, and comprehensive hooks for extending platform capabilities.

Learn more →

Mobile-First

React Native SDK with native map support, offline capabilities, and optimized performance for iOS and Android.

Learn more →

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

Logistics Service Providers (LSP)

Last-Mile Delivery

Build delivery platforms with real-time tracking and route optimization

Learn more →

Ride-Hailing Services

Create Uber-like mobility platforms with driver dispatch and live ETA

Learn more →

Fleet Management

Track vehicles, manage maintenance, and optimize routes across carriers

Learn more →

Warehouse Operations

Manage inventory, process shipments, and coordinate fulfillment

Learn more →

Freight & Cargo

Handle large shipments, cross-dock operations, and terminal management

Learn more →

Carrier Hub Operations

Manage multi-carrier networks, terminals, and distribution centers

Learn more →

Commerce Service Providers (CSP)

E-commerce Integration

Add delivery and fulfillment capabilities to your online store

Learn more →

Retail Fulfillment

Connect physical stores with delivery networks and inventory sync

Learn more →

Marketplace Delivery

Enable multi-vendor delivery orchestration and customer tracking

Learn more →

Supply Chain Developers (DEV)

Custom Supply Chain Tools

Build specialized logistics apps using comprehensive APIs and SDKs

Learn more →

API Integration & Extensions

Integrate de. into existing systems with REST APIs and webhooks

Learn more →

Workflow Automation

Create custom automation, plugins, and business logic extensions

Learn more →

IoT Service Providers (IoTSP)

IoT Monitoring & Telemetry

Connect devices, stream real-time data, and automate workflows

Learn more →

Asset Tracking

Track containers, pallets, and assets with GPS and sensor integration

Learn more →

Cold Chain Monitoring

Monitor temperature-sensitive shipments with alerts and compliance logs

Learn more →

Platform Ecosystem

De. Platform EcosystemBackend Servicesde.authAuthentication & User Management• Phone/Email/OAuth• RBAC & Sessionsde.archSupply Chain Operations• Fleet & Warehouse• Pricing & Trackingde.iotbIoT Platform• MQTT & Devices• Telemetry & ControlUnified API GatewayREST & GraphQL • WebSocket • MQTTClient SDKs & Toolsde.sdkWeb SDKMSI • DClient • TypeScriptReact • Vue • Vanilla JSde.sdk-rnReact NativeNative Maps • OfflineiOS & Androidde.euiEmbeddable UIMap Interface • WidgetsDrop-in Components

de.auth

Authentication & user management with multi-channel support

Learn more →

de.arch

Core APIs & supply chain 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 →