Documentation Index
Fetch the complete documentation index at: https://docs.zencoder.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Zenflow includes a built-in browser that shows live UI state directly inside your workflow. Check rendered output, browse reference material, or verify agent changes without switching windows.Live Preview
View your running application at localhost directly inside Zenflow—no window switching required.
Browse While Agents Work
Open YouTube, docs, or any website in a browser tab while agents continue executing tasks in the background.
Copy and Fix
Spot something off? Copy the element from the browser and ask the agent to fix it—all in the same workspace.
How It Works
The built-in browser lives alongside your chat tabs, terminals, and task steps. Open it anytime to check your app’s live state, browse reference material, or verify agent work without context-switching.Open the browser
Click New browser in the top-right toolbar of any task view, next to New chat and New terminal.
Navigate to any URL
Type a URL in the address bar. Navigate to localhost to preview your running app, or visit any website.
Work in parallel
Switch between browser, chat, and terminal tabs freely. Agents keep running in the background while you browse.
Typical Workflow
Click 'New browser'
From any task view, look for the New browser button in the top-right toolbar—right next to New chat and New terminal. Clicking it opens a browser tab alongside your existing chat and terminal tabs.
A browser tab appears
A new Browser tab shows up in your tab bar with a full address bar, back/forward buttons, and a reload control. Type any URL to navigate—just like a regular browser.
Browse while agents work
Navigate to YouTube, documentation, or any other website while agents continue executing your task steps in the background. Your task progress, chat history, and terminal sessions remain accessible in their own tabs.
Start a dev server from the terminal
Switch to a terminal tab and run your dev server (e.g.,
npm run dev). Once it’s up, the built-in browser can connect to localhost to show your running application.Preview your live app
Navigate the browser tab to your local dev server URL (e.g.,
http://localhost:3420). The live UI renders directly inside Zenflow so you can verify that agent changes look correct—without switching windows.Use Cases
UI Verification
After agents implement a frontend change, open the browser to confirm the result looks correct before approving or merging.
Reference Browsing
Pull up API docs, design specs, or Stack Overflow without leaving your Zenflow workspace.
Visual Feedback Loop
See something that needs tweaking? Copy the element from the browser, paste it into the chat, and ask the agent to adjust it.
End-to-End Testing
Manually verify user flows by interacting with the live app while reviewing agent-generated code changes side by side.