About this tile
A collaborative code editor with an AI pair-programmer and a live preview pane. Ask the bot to build something, watch the files appear, and ship the result as a real Poe app.
What you can do
- Edit files together — every keystroke syncs to everyone in the room via the
filestable. - Chat with an AI that can read, write, and modify the files in your workspace using tool calls; messages and tool results stream into the conversation.
- Preview live in a side panel that auto-publishes an unlisted bundle whenever you change a file.
- Publish for real — promote the current workspace to a marketplace Poe app from inside the editor.
- Switch the active file between tabs; the active file is part of the shared synced state, so collaborators stay on the same page.
Built on Synced-Store
Files, chat messages (with structured Anthropic-style content blocks), and workspace metadata all live in one synced store. AI actions (callBot, publishPreview, publishApp) run server-side so secrets stay off the client.