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 is | Platform Overview |
| Set up your local dev environment | Local Development Setup |
| Learn the system architecture | Architecture |
| Browse feature documentation | App Features & Mechanics |
| Deploy or run tests | Operations |
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 --buildThen 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
- Platform Overview — what the product does and how it's structured
- Local Development Setup — get running locally
- System Architecture — how the pieces fit together
- Data Models — the core domain
- API Reference — the GraphQL surface
- Testing — how to run and write tests
Last updated: 2026-05-22 (v2.5 audit — verified links and quick start commands)