Skip to content

Welcome

Welcome to the Objectuve documentation. This site covers architecture, features, operations, and developer reference for the Enkidu platform.

Where to start

If you want to...Go to
Understand what Objectuve isPlatform Overview
Set up your local dev environmentLocal Development Setup
Learn the system architectureArchitecture
Browse feature documentationApp Features & Mechanics
Deploy or run testsOperations

Quick start

bash
# Clone and set up
git clone https://github.com/objectuve-softworks/enkidu.git
cd enkidu
./setup.sh

# Or use Docker
docker-compose up --build

Then open localhost:5173 for the frontend and localhost:3000 for the API.

INFO

Docker Compose maps the frontend to port 8282 (docker-compose up). Local Vite dev (npm run dev) uses port 5173.

Reading order for new developers

  1. Platform Overview — what the product does and how it's structured
  2. Local Development Setup — get running locally
  3. System Architecture — how the pieces fit together
  4. Data Models — the core domain
  5. API Reference — the GraphQL surface
  6. Testing — how to run and write tests

Last updated: 2026-05-22 (v2.5 audit — verified links and quick start commands)

Loading…