Creytix

Creytix IDE

The desktop workspace where Creytix agents actually do the work.

A desktop and embedded IDE with a live AI agent panel, a chat-session janitor, and saved playbooks for repeatable work.

This is where we build everything else on this list.

Sample workspaceHardcoded example files and a scripted agent transcript — not connected to any real repository.

Browse the workspace, watch the agent work

creytix.config.json
PLAYBOOK.md
src
StatusPill.tsx
format.ts
scripts
sync-fleet.sh
creytix.config.json
{
"name": "creytix-sample-workspace",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --port 3030",
"lint": "eslint",
"typecheck": "tsc --noEmit"
},
"creytix": {
"tier": 5,
"sample": true
}
}
Agent panel · scripted example

You Add an 'idle' variant to StatusPill and confirm types are clean.

Read(src/StatusPill.tsx)

Agent Found the pill's status map — adding "idle" alongside running/done/error.

Edit(src/StatusPill.tsx)

Bash(npx tsc --noEmit)

Agent Done — "idle" added, using the muted token so it reads as inactive. Typecheck is clean.

What it does for you

Code and chat in one pane

The file tree, editor, and AI agent panel sit side by side, so a request and its result are never more than one screen away.

Chats clean themselves up

Long-running chat sessions get auto-named by their essence — topic, status, next step — so nothing sits mislabeled in a pile of "New chat."

Repeatable work stays repeatable

Multi-step procedures get saved as playbooks instead of being re-typed from memory every time.

Try it: capabilities

Select a capability — arrow keys move between them, Home/End jump to the ends.

Capability 1 of 6

Monaco-based editor — the same editor VS Code uses

The file tree, editor, and AI agent panel sit side by side, so a request and its result are never more than one screen away.

Proof, not adjectives

Runs our own build

Every tool on this page, including this one, was built inside Creytix IDE.

No blank-chat pile

The session janitor auto-renames chats instead of leaving a list of "New chat 1, 2, 3."

Desktop shell shipped

Ships as a desktop app with auto-update, not just a browser tab.

Diffs, never silent writes

The agent panel proposes every change as a file diff; nothing is written to disk until it's reviewed and applied.

Built with Creytix, on Creytix

This page itself was produced by the platform it describes — the same design tokens, module pipeline, and review gates used for every Creytix client site. Nothing here is a mockup of the product; it is the product.