Orbiteus

Development engine for AI agents that build custom ERP / CRM apps. Open-source, MIT, FastAPI + Next.js, PostgreSQL + pgvector.

Welcome to your Orbiteus installation

This is the public entry of your demo instance — the same Next.js + FastAPI codebase as in the repository, with live PostgreSQL, auto-generated CRUD, registry-driven modules, Command Palette (⌘K) and OpenAPI per model. A modular onboarding layout for Orbiteus.

What ships out of the box

Super administrator

Bootstrap account with full technical access — RBAC, system parameters, and module configuration.

  • Manage users, roles, and record rules
  • Technical models, cron jobs, sequences
  • Branding and instance-wide settings

Operations workspace

Day-to-day work — list / form / kanban / calendar / graph views over the registered modules in the same tenant.

  • Auto-generated CRUD per model
  • List + Kanban + Calendar + Graph perspectives
  • Fuzzy search and Command Palette (⌘K)

Headless engine

Treat Orbiteus as a headless engine — OpenAPI-first, module registry, no vendor UI lock-in.

  • Auto-generated REST + OpenAPI per model
  • Extend with registry.register("your_module")
  • PostgreSQL + Alembic migrations at startup

Reference stack

Backend

FastAPI · SQLAlchemy · PostgreSQL · pgvector · Redis · Celery

Frontend

Next.js (App Router) · Mantine · TanStack Query

Live status