⚙️

AccessAgent for Developers

Full source access. No black boxes. Self-host, extend, fork, or contribute. MIT licensed and built on modern open standards.

Modern stack

Bun runtime, Hono API server, React + Vite frontend, Drizzle ORM, PostgreSQL. No legacy frameworks, no magic.

Pluggable architecture

Auth and storage are adapter interfaces. Swap in your own provider without forking the core.

OpenAI Agents SDK

The agent layer uses the official OpenAI Agents JS SDK with SandboxAgent for per-project file isolation. Clean, well-documented API.

Self-host in 5 minutes

Docker Compose or manual Bun install. One command to get a full stack running locally.

# Get started in 3 commands
git clone https://github.com/org/accessagent-core
cd accessagent-core && cp .env.example .env
docker compose up