PROJECT · neunexus

neunexus

Your infra, fully orchestrated.

enterprise Infrastructure as Code manage project

Flow overview

neunexus's own steps flow left to right — click a node for detail, drag to pan, scroll to zoom. The tinted nodes are other services.

Core Features

  • Automation — an LLM reads and executes IaC code; one conversation generates a runbook or provisions a new environment
  • Sovereignty — every compute/storage/network layer runs on hardware you own, no vendor lock-in
  • Modularity — pick the tier that fits your scale (Docker/Small, K8s/Medium, OpenStack/Large) and the whole infra auto-configures
  • Visibility — Prometheus + Grafana monitoring is built in, tracking infrastructure state in real time

Why neunexus

Where teams actually reach for it

New-service CTO

› Launch is right around the corner — can we get on-prem infrastructure up fast, without a public cloud?

NEUNEXUS RESPONSE

neunexus auto-provisions the full infrastructure once you pick the tier that fits your scale — Docker, K8s, or OpenStack. Same-day provisioning.

Launching in 3 weeks · no infrastructure yet · cloud costs are a concern

Pick a tier by scale → the whole infrastructure auto-configures

Enterprise IT lead

› Can a junior engineer manage infrastructure safely, without a senior DevOps hire?

NEUNEXUS RESPONSE

Every infrastructure state is declared as IaC code — one git commit is the change deployment. A junior only needs to run vetted code.

Cutting infra headcount cost · nervous about handing complex config to a junior

IaC declaration → a git commit is the change deployment

On-call DevOps engineer

› It's an early-morning outage with no runbook — can one person recover it fast, alone?

NEUNEXUS RESPONSE

neunexus version-controls runbooks and recovery scripts as IaC code. An LLM reads the current infrastructure state and generates and runs the recovery procedure automatically.

Production node down · one on-call engineer responding · recovery notes scattered across Slack

IaC-versioned runbook → LLM auto-generates and executes

Infrastructure architect

› Managing public cloud and on-prem at once has made the infrastructure design too complex.

NEUNEXUS RESPONSE

neunexus's OpenTofu IaC manages both public and on-prem under the same declarations. An LLM analyzes the existing code, proposes the optimal design, and auto-generates IaC for the new environment.

Started on AWS → cost blowup → evaluating on-prem move · both environments run side by side

Same OpenTofu declarations → unified public/on-prem management

Related scenarios

Deployment Options

  • OpenStack (option): optional selection when broader OS support and larger scale are required
  • Kubernetes (select): one of the required selections
  • Docker (select): one of the required selections

Definition

  • option: optional
  • select: must choose one from the listed select targets

Selection Guide

  • Recommend Kubernetes if daily active customers are 50+
  • Recommend Docker if daily active customers are below 50
  • Recommend OpenStack if daily active customers are 500+ and broad OS support is required

Stack Entry Links

Services Deployed with Neunexus

Stack

Built on open-source infrastructure, managed as code.

toji.homes is a fully self-hosted homelab platform. Every service runs on a two-node Kubernetes cluster backed by OpenStack Dalmatian for compute, network, and storage.

Infrastructure is declared with OpenTofu, secrets live in Vault, and all access is controlled by lymphhub with OIDC single sign-on.

OpenStack

Dalmatian · kolla-ansible

Kubernetes

v1.35 · Calico CNI

Traefik

Ingress · TLS termination

Cinder CSI

SSD + HDD persistent volumes

Vault

Secrets · TOTP · AppRole

OpenTofu

Infrastructure as Code