Skip to content

FAQ & troubleshooting

Common questions and quick fixes. If you’re stuck on something not covered here, reach out to support.

An AI-powered editor for building, previewing, and shipping website changes by describing them in plain language. It includes a multi-pane workspace with live browser preview, task planning, sub-agents, testing, and more. See What is Coframe Agent?.

No. You describe changes in everyday language and the editor builds them. If you do read code, you can review what it produces in the Files panel.

No. The preview is an isolated Chromium browser. Nothing reaches real visitors until you publish.

Those tools focus on building new apps from scratch. Coframe Agent works on your existing website — editing your production codebase, creating variants for A/B testing, and optimizing what’s already live. See the full comparison.

Eight panels: Chat, Tasks, Requirements, Preview, Files, Sub-agents, Skills, and Tests. You can arrange, resize, and toggle them. See the workspace overview.

Yes. Drag panels to rearrange them, split horizontally or vertically, or collapse panels you don’t need. The layout persists within a session.

Refine it with a follow-up instruction — see Iterating on a change. You can also click on elements in the preview and annotate what’s wrong.

Give larger changes a few seconds to apply. The preview uses a real Chromium browser that needs time to render. If it still looks wrong, describe what you see in chat and the agent will adjust.

Yes. Ask the agent to undo the last change or go back to an earlier point in the session.

When the agent gets a complex request, it can delegate parts to sub-agents that work in parallel. You can watch each sub-agent’s progress in the Sub-agents panel.

Skills are reusable packages of knowledge and workflows. Install them from a repo, URL, or local path, and the agent uses them automatically when relevant. You can toggle skills on/off per session.

Yes. The Tests panel runs vitest suites in the sandbox. Results stream in real time and are mapped to your requirements.

Publish it from your session once it looks right in the preview. See Publishing a change.

Yes — continue in the same session, or start a new one for unrelated work.

Yes. There are multiple integration options including iframe embed, REST SDK, WebSocket streaming, annotation surface, and a session client for building completely custom UIs.

Yes. The REST SDK lets you start sessions and collect results from your backend without any UI.