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

Platform pillars

Agent-first framework

Production-grade scaffold for AI coding agents — spec-driven modules, registry + JSON views, RBAC and audit without greenfield boilerplate.

  • FastAPI · PostgreSQL · pgvector · Redis · Celery
  • Modular monolith + OpenAPI per model
  • Documented agent workflow (spec → code → tests)

AI-native applications

Agents operate workflows; the admin UI is the control and audit layer — not the primary interaction surface.

  • Prompt surfaces + optional BYOK AI layer
  • Command Palette (⌘K) and agent runs
  • Next.js admin + portal · Mantine · TanStack Query

Live status