Top

Omnix Installation Overview

Architecture Blueprint

Omnix is structured into two core repositories that work in tandem to provide a complete AI ecosystem.

Standalone API (omnix)

The core engine built with Node.js and Express. It manages the database, AI model interactions, and background workers.

  • MongoDB for data persistence
  • REST API architecture for seamless communication
Modern Web UI (omnix-next)

The high-performance user interface built with Next.js 16. It communicates with the Backend API to deliver AI services.

  • Server-Side Rendering (SSR)
  • Tailwind CSS & Radix UI components
Omnix – (AI Communication) Platform

Your Dashboard includes the following pre-configured components:

omnix Core Backend API Source Code
omnix-next Frontend Dashboard Source Code
omnix-docs Offline Documentation Files

Installation Priority: We highly recommend setting up the Backend API first to ensure your database and AI services are operational before configuring the Frontend.

What's Next?

Let's get started — your journey with Omnix begins here!