glib-code

A workspace where agents code in a sandbox.
Your real code stays untouched until you approve.

Download GitHub Docs

Repo Picker

Open any local Git repo and inspect history and working changes before the agent touches a file.

Session

Prompt the agent and watch it work in real time. Bring your own provider key — Anthropic, OpenAI, or anything else.

Diffs

Every file the agent touched, side by side. Nothing lands in your repo until you've read every line.

Gittrix

Every session runs in an isolated Gittrix sandbox. Promote only the files you want.

house themes

Two favorites. A whole catalog.

Minimal Dark and Minimal Paper are glib's house pair — a matched screen-and-paper set we designed in-house and ship up front. They're the face of a full theme catalog inside the editor, and it keeps growing. Toggle below to reskin this page live.

Site preview shows our two house themes. The full catalog lives in the editor. browse in glib ↗

Side-by-side preview of the glib review surface in the Minimal Dark theme and the Minimal Paper theme, with base ramp and accent swatches for each.

Minimal Dark
glib · review feat/warm-light
src/theme/tokens.ts
export const surface = {
-  bg: "#000000",
+  bg: "#0D0D0D",
}
400s
Minimal Paper
glib · review feat/warm-light
src/theme/tokens.ts
export const surface = {
-  bg: "#000000",
+  bg: "#0D0D0D",
}
600s