Select and edit in place
Click an element on the canvas; double-click to edit text, see its settings in the inspector.
Studio is where you edit the pages your agents generated, live: drag-and-drop canvas, slot composition, style panel, symbols and TR/EN content on one screen.
How it works
Each section only defines the layout; elements such as headings, paragraphs and buttons go into slots. Content changes without breaking the design.
Click an element on the canvas; double-click to edit text, see its settings in the inspector.
Elements drop only into slots that fit; the layout always stays consistent.
Color, spacing and typography from the theme palette; breakpoints and hover / active states set separately.
Edit shared components like header and footer once; they update on every page.
Capabilities
The tools you need to build pages, style them and publish without code.
Move, reorder and duplicate sections and elements on the canvas.
Each slot accepts only the element types that fit; the design never breaks.
Write headings, paragraphs and button labels right on the canvas.
Color, spacing, typography; responsive breakpoints and hover / active states.
Manage shared components from one place; they update on every page.
Edit content per language; AI translation fills the missing one.
Start from ready page and section templates, then customise.
Changes stay in a draft; preview and publish when ready.
Flow
You work without touching the live site; publishing is one click and you can always go back to the draft.
Open the page in Studio; add sections, write text in place, fine-tune in the style panel.
Check desktop, tablet and mobile views; review TR and EN content per language.
Publish with one click when ready; the draft keeps working in the background.
Everyday tasks
Four core flows, from building a page to publishing in two languages.
When you want code
Open the theme code in the Cloud IDE and write new Studio-compatible sections and elements. Generate page drafts programmatically with Developer API v1 and @tecof/mcp.
Edit theme code from the browser; new sections and elements appear in Studio with their slots.
Read and write page drafts with a personal access token (pages:read / pages:write).
Draft pages from Claude Code, Codex or Gemini CLI; publishing always happens from the panel.
Push events to your own systems; consume content headless.
# GET /api/v1/pages — list draft pages (PAT, scope: pages:read)curl -s "$TECOF_API_URL/api/v1/pages?themeId=$TECOF_THEME_ID" \ -H "Authorization: Bearer $TECOF_API_TOKEN" # .mcp.json — draft pages from Claude Code / Codex / Gemini CLI{ "mcpServers": { "tecof": { "type": "stdio", "command": "npx", "args": ["-y", "@tecof/mcp@latest"] } }}Frequently asked questions
If your question is not answered here, reach us through the contact form.
Start on the Free plan; generate the first version from a prompt, edit it in Studio and publish when you are ready.
Drag and drop · Symbols · TR/EN · Draft & publish