Insolitum Developers

Insolitum Universe Developer Portal

Build, test, and publish modules for the Insolitum Universe platform. Complete documentation for partner developers.

Welcome to Insolitum Universe Developer Portal

Build powerful modules for the Insolitum Universe platform — the modular enterprise ecosystem for IoT, HR, production management, and more.

Quick Start

Get your first module running in under 5 minutes:

npx create-insolitum-module my-module
cd my-module
pnpm install
pnpm dev

Your module is now running at http://localhost:3010 and ready to be embedded in Universe Shell.

Explore the Documentation

Interactive Tools

  • Module Validator — Test your module's health, security, and performance before submission
  • Code Playground — Copy-paste ready code templates for common patterns

Tech Stack

TechnologyPurpose
Next.js 14Module framework (App Router)
React 18UI library
TypeScriptType safety
Tailwind CSSStyling (dark theme)
SupabaseDatabase, auth, real-time
NATSEvent bus (via WebSocket gateway)
Socket.ioBrowser ↔ NATS bridge

Languages

This documentation is available in multiple languages. Quickstart guides are translated into: English · Polski · Deutsch · Cestina · Italiano · Espanol · Ukrainska

On this page