Open source · MIT licensed
Geef.Atelier is free and open source under the MIT license — like the open Geef SDK it is built on. Clone the repository, bring your own model keys, and run the whole workshop on your own infrastructure. Your briefings, your drafts, your data — they never leave your servers.
Grounding · Execution · Evaluation · Finalize — the same GEEF loop that powers every run here, running on your machine.
Plug in your own keys via OpenRouter — OpenAI, Anthropic, or local models. No vendor lock-in, no per-seat tax.
DB-backed accounts with BCrypt, an admin panel, and per-user run isolation. Seed the first admin from env vars.
Connect Claude Desktop or the CLI over a self-hosted OAuth 2.1 server, or a static bearer token. Fifteen tools out of the box.
Postgres + pgvector for vector search over your own documents, with global and run-local knowledge scopes.
One docker compose stack. Migrations run on startup, daily Postgres backups, health checks for your reverse proxy.
git clone https://github.com/chr0mcom/geef-atelier
cd geef-atelier
cp .env.example .env # add your model + Postgres keys
docker compose up -d --build
Migrations run automatically on startup. Health check at
https://<your-domain>/health.
Full deployment guide in the repository README.
MIT licensed · Built on .NET 10, Blazor Server & the open Geef SDK · ← Back to the atelier