Announcing Nexalware v1 · AIoT Gateway Platform

The AIoT Infrastructure
Platform.

Connect any hardware. Run edge AI. Scale to millions of devices.The complete infrastructure stack Gateway, OS, and Hardware. Africa-first. World-class.

nexalware-quickstart.ts

// Install the Nexalware SDK

$ npm install nexalware

import { NexaGateway } from "nexalware";

const gateway = new NexaGateway({

apiKey: process.env.NEXALWARE_API_KEY,

});

gateway.device("sensor-ng-001").on("data", (data) => {

if (data.temperature > 40) {

gateway.alert({

device: "sensor-ng-001",

message: "High temperature detected!",

});

}

});

8+

Protocols supported

<10ms

Edge response latency

99.99%

Platform uptime SLA

3-layer

Unified stack

The Stack

Three products. One unified stack.

Not separate products interconnected layers. Each one makes the others more powerful.

Layer 1

AIoT Gateway Platform

The control layer for connected intelligence.

Middleware infrastructure between physical IoT hardware and your applications. Connect any device and immediately get data routing, AI models, security, and real-time streaming.

  • Universal device connectivity
  • Pre-built AI models via REST API
  • Data routing engine
  • Real-time WebSocket streaming
Layer 2

NexaOS

An AI-native operating system for edge devices.

A custom lightweight OS purpose-built for intelligent edge devices. AI is baked into the kernel not added as an afterthought. Build smart devices, robots, drones, and autonomous systems.

  • On-device AI inference no internet needed
  • Natural language device control
  • RTOS-inspired real-time scheduling
  • Gateway integration built-in
Layer 3

NexaBoard

Production-ready hardware for intelligent systems.

Purpose-built hardware running NexaOS. The brain of any embedded system drones, robots, smart home hubs, industrial monitors, medical devices, or agricultural sensors.

  • ARM Cortex-A + dedicated NPU/TPU
  • 40-pin GPIO (Raspberry Pi layout)
  • NexaLink inter-board communication
  • WiFi 5 + Bluetooth 5.0 + optional LoRa
Features

Everything your IoT platform needs

Protocol handling, AI inference, security, and streaming built in, not bolted on.

Universal Device Connectivity

Connect any hardware speaking any protocol MQTT, HTTP, WebSocket, CoAP, LoRaWAN, BLE without writing protocol handlers.

Pre-built AI Models

Anomaly detection, predictive maintenance, computer vision callable via a single API. No ML expertise required.

Real-Time Data Streaming

WebSocket-powered live feeds from every device. Define routing rules what happens to each data packet.

End-to-End Security

Secure boot, OTA firmware updates with cryptographic signing, API key auth, and DDoS protection out of the box.

Multi-Language SDKs

First-class SDKs in JavaScript/TypeScript, Python, and Go. Meet developers where they already are.

Developer Dashboard

Live device telemetry, AI model insights, rules management, and API key control in a single unified dashboard.

How It Works

From hardware to dashboard in minutes

Plug in a NexaBoard, flash NexaOS, and your device appears in the cloud dashboard. That fast.

01

Hardware

NexaBoard powers on and connects to peripherals

02

OS Boot

NexaOS boots, loads AI models, initialises HAL

03

Intelligence

NexaAI Engine processes sensor input and decides

04

Connectivity

NexaOS pushes data to Gateway via MQTT or LoRa

05

Cloud

Gateway routes data, applies rules, triggers AI

06

Dashboard

Live telemetry, commands, and rule configuration

07

Control Loop

Command flows back through Gateway to actuator

Protocols

Connect any device, any protocol

From lightweight IoT sensors to industrial PLCs one platform handles it all.

MQTTPhase 1

Lightweight IoT messaging

HTTP/RESTPhase 1

Web-based device integration

WebSocketPhase 1

Real-time bidirectional streaming

CoAPPhase 2

Constrained low-power devices

LoRaWANPhase 2

Long-range rural applications

ZigbeePhase 3

Smart home automation

Modbus/OPC-UAPhase 3

Industrial machines and PLCs

BLEPhase 3

Wearables and short-range sensors

Africa First

Built for the world's most urgent problems.

Nigeria and Africa represent the most underserved AIoT market on Earth. Massive real problems. Very few local solutions. Nexalware is the infrastructure layer that changes that.

Offline-first · Low-bandwidth · Power-efficient by design

Erratic Power Supply

Smart grid monitoring and load prediction for Nigeria's energy grid.

Agricultural AI

Soil sensors and yield prediction for the 70% in farming.

Water Access

Quality sensors monitoring clean water distribution networks.

Healthcare Logistics

Cold chain monitoring for vaccines and drug supply chains.

Urban Traffic

Smart signal control fighting Lagos congestion in real-time.

Pricing

Start free. Scale when you're ready.

Open Core model the core engine is open source. Pay only for cloud hosting, AI inference, and enterprise features.

Open Source

Free forever

Self-host the core engine. Full control, zero cost.

  • Gateway engine (self-hosted)
  • Basic SDK
  • NexaOS community edition
  • GitHub community support
Clone on GitHub

Developer Cloud

Free

Hosted. Perfect to start building immediately.

  • Hosted platform
  • Up to 10 devices
  • Basic dashboard
  • Community support
Start for Free
Most Popular

Developer Pro

Custom/mo

Everything you need to ship production IoT.

  • Up to 500 devices
  • AI model API access
  • Real-time analytics
  • Email support
Get Started

Business

Per device/mo

Unlimited scale with enterprise-grade SLAs.

  • Unlimited devices
  • Custom AI models
  • SLA guarantee
  • Priority support
Talk to Sales

Enterprise

Negotiated

Private deployment and dedicated infrastructure.

  • Private deployment
  • Dedicated infrastructure
  • Custom contracts
  • Dedicated account manager
Contact Us

NexaBoard hardware sold separately · All cloud plans include 99.99% uptime SLA

Developer Experience

Build in minutes, not months.

The Nexalware SDK abstracts away protocol handling, security, and AI pipelines. Connect a device in under 10 lines of code and have it live in your dashboard immediately.

SDKs in 3 languages

JavaScript/TypeScript · Python · Go

4-layer architecture

Application → AI → Data → Device/Edge

Auth built in

API keys, device tokens, secure OTA updates

python SDK example

from nexalware import NexaGateway, AnomalyDetector

gw = NexaGateway(

api_key="nxa_sk_..."

)

# Register device with MQTT

device = gw.device("soil-sensor-01")

device.protocol = "MQTT"

# Attach AI anomaly detection

detector = AnomalyDetector(model="soil-v2")

device.attach(detector)

gw.run() # starts streaming

nexalware

The infrastructure layer
Africa has been waiting for.

Start with 10 free devices. No credit card. No protocol configuration. Your device in the dashboard in under 10 minutes.