Business Collaboration OS

Enabion BCOS - Phase 1 (X-first)

Intent -> Decision for X-first: foundation for Enabion BCOS with shared core, Prisma-backed Postgres, and deploy-ready Next.js app.

Monorepo (apps + packages)AI Gateway placeholderHealth-first

Intent -> Decision

Mission for X-first

One lane from intent to decision: capture signals, clarify context, deliver actions. Same promise in PL / DE / EN.

PL

Intent -> Decision

Intent -> Decision dla X-first: zbieramy sygnaly z X, dodajemy kontekst i podajemy gotowe decyzje operacyjne.

DE

Intent -> Decision

Intent -> Decision fuer X-first: Signale aus X buendeln, Kontext verstehen und klare Entscheidungen liefern.

EN

Intent -> Decision

Intent -> Decision for X-first: capture signals from X, map the context, ship actionable decisions.

Quick start

  1. pnpm install
  2. cp .env.example .env & set DATABASE_URL + APP_ENV
  3. pnpm db:generate
  4. pnpm dev

What's inside

  • Next.js (App Router, TypeScript, ESLint/Prettier)
  • Postgres via Prisma in @enabion/core
  • Healthcheck API at /api/health with graceful DB handling
  • Vercel-ready dev environment (dev branch)

API healthcheck

Call /api/health to verify the app and DB connection. Returns { status, organizationsCount, env }.

Try healthcheck