Launching soon
The Agentic Development Environment

Your agents. Your hosts. Orchestrated from anywhere.

Glueprint is an Agentic Development Environment — the IDE reimagined for agents. Run Claude Code, Codex, Gemini, or any ACP-compatible harness; build, govern, and orchestrate them across every machine, accessible from desktop, browser, or phone.

macOS · Windows · Linux · iOS · Android
AES-256-GCM end-to-end encrypted
33+ Agents Claude Code · Codex · ACPs
4 surfaces desktop · CLI · browser · phone
Glueprint
AWM
Workspace All projects
1 running
1 waiting
2 JA

Good morning — here's your workspace

3 projects · 2 assistants · 1 team · 3 routines
Sessions
428
2 failed
Assistants
2
2 active now
Routines
3
Next in 42m
Account
Team
Current plan

Recent sessions

428 total View all →
NameLast active
Afix: stripe webhook sigCC3m ago
Wfeat: profile avatar uploadCX26m ago
Arefactor: auth middlewareCC1h ago
Adocs: api auth sectionCC2h ago

Git status

3 dirty · 4 tracked
acme-apimain↑3 · 12 changed
acme-webmain↑1 · 5 changed
acme-mobilemainin sync · 2
acme-apifeat/webhooksin sync · clean

Assistants

2 total View all →
M Active
Maya
4m ago · 1 active
K Active
Kai
12m ago · 1 active
+
New assistant
Create an always-on AI teammate with its own persona and tasks.
Host online · 127.0.0.1 · 3 projects · 428 work items v0.1.3-beta.4
2:46
JM AWM JA
stripe webhook sig CC
↳ fix/webhook-sig 📁 acme-api
Reviewing diff before push

Stripe webhook signature was bypassing the timestamp check. Fixed in verifyStripeSignature — now uses constant-time compare and a 5-minute window.

  • Files: 3 changed
  • Tests: 18/18 passing
looks good
AskUserQuestion "Approve push to acme-api/fix/webho…

Push summary:

  • +127 −34 across 3 files
  • 18/18 tests passing
  • Coverage: +0.4%

Ready when you are.

push it
Pushed to acme-api/fix/webhook-sig. Opened PR #428.
Send a message to continue… +
? Ask ◇ Opus 4.7 ▾ ≡ medium ▾
— ALWAYS ON · ALWAYS CONNECTED

Multiple users. Many hosts. Real-time control.

Glueprint securely connects users to persistent agent daemons running across desktops, containers, and cloud servers — every event end-to-end encrypted before it leaves the host.

Glueprint relay diagram Five host daemons on the left send encrypted events to the central Glueprint relay, which streams them to four user clients on the right. MULTIPLE HOSTS Always connected MULTIPLE USERS Connect from anywhere Desktop App Local machine ONLINE Daemon (Local) Linux server · launchd ONLINE Daemon in Docker Container · k8s pod ONLINE Daemon (Cloud VM) AWS · GCP · Azure ONLINE Glueprint Orchestration & Relay End-to-end encrypted Access control & governance High availability & global scale User (Browser) Laptop · desktop VIEWING 4 HOSTS User (iPad) Tablet VIEWING 2 HOSTS User (Mobile) iOS · Android VIEWING 3 HOSTS AI Assistant Agentic mode · MCP VIEWING 1 HOST
— LIVE MULTI-HOST SESSIONS (EXAMPLE)
Desktop App Live
RECENT SESSIONS
stripe-webhook-signature
auth/middleware refactor
docs sync · 26m
ASSISTANTS
MayaKai+1
CK Daemon (Local) Live
Show me the status of the web server.
Thinking…
Checking web server status…
nginx is running (PID 1234)
Uptime: 27 days, 3:14
CPU: 0.2% · MEM: 128MB
Ask Claude…
Daemon in Docker Live
PID  USER  %CPU  COMMAND
1root0.1nginx: master
7root0.0nginx: worker
8root0.0nginx: worker
9root0.0nginx: worker
$
AI AI Assistant Live
Show me the status of the web server and restart it if needed.
I'll check the web server status and restart it if necessary.
  • Checking nginx status… OK
  • Nginx is running (PID 1234)
Ask a follow-up…
Events & streams · forward flow Approvals & control · return flow AES-256-GCM · per-tenant DEK · sequence-tracked
— THE FULL APP, IN YOUR POCKET

Every surface you use on the desktop, on your phone.

The mobile app is the portal in your pocket — not a stripped-down notifier. Drive sessions, message assistants, run git, work the board, watch terminals, manage routines. Everything end-to-end encrypted on-device with AES-256-GCM before it leaves the phone.
— NATIVE · iOS + ANDROID

Steer agents, ship code, run the team — without your laptop.

Same encrypted relay as desktop and portal. Send messages, approve permissions, stage and commit, move tasks across the board, kick off workflows — all from the phone, all decrypted client-side with the same DEK you use everywhere else.

  • Live sessions + chat · stream prompts, responses, and tool calls; reply inline
  • Git on mobile · stage, commit, push, view diffs, resolve simple conflicts
  • Terminals on the go · full xterm — tail logs, run a build, kick a stuck process from anywhere
  • Tasks, workflows, routines · move cards, kick off pipelines, edit cron — same surfaces as desktop
  • Permissions inline · approve, deny, or always-allow when an assistant asks
  • End-to-end encrypted · DEK wrapped by PBKDF2-SHA256 (600k iters); relay sees ciphertext only
9:41●●●●●
api-eng claude running
add session_token to auth flow
Planning change to src/middleware/session.ts — splitting auth into session + token layers.
PERMISSION REQUIRED
Write src/middleware/session.ts
- if (!req.headers.authorization)
- return res.status(401).end();
+ const token = extractToken(req);
+ if (!token) return unauth(res);
+ req.session = await verify(token);
Type a message… Send
— PORTAL · ANY BROWSER

Every host you own, on one screen.

At launch, the web portal will bring your laptop, your build box, and any cloud VM into one consolidated workspace. Filter to a single host or look at all of them at once — assistants, sessions, terminals, routines, tasks, and git roll up into the same dashboard.
Glueprint PORTAL 2 ready
DASHBOARD

Hi Jason — here's your workspace

3 hosts · 8 assistants · 2 teams · 47 sessions today
+ New session
Hosts
3online
Assistants
83 awake
Sessions
47today
Routines
122 due
Recent across hosts View all →
JM stripe webhook signature claude 3m ago
CB cargo build --release zsh 12m ago
CV Nightly sweep · 4 worktrees routine 1h ago
— LAUNCH STATUS

Be there for launch.

We're polishing cross-platform builds, signing, and the relay. Check back soon.