What you can do now
- Browse spaces from the left sidebar.
- Open saved pages and tables from seeded demo spaces.
- Edit page content in a rich Markdown editor.
- Open Preview from a page header to chat with that page in a side panel.
- Add simple workflow instructions and IF blocks to pages.
- Click Run on a page to hand the workflow to the chat view.
- Use the agent chat at
/chats/newwith visible thinking and tool-call activity while the model runs. - Ask the agent chat to edit workspace pages and review the changed-line diff before opening the page.
- Reopen saved AI chat threads from the sidebar, including Preview-created threads, and archive threads you no longer want shown.
- Open a workflow chat after a page Run, with the workflow title and node-level Progress visible on the main chat page.
- Open the Tables section to inspect live Supabase foundation tables and workflow tables.
- Open settings for local demo preferences and integration setup.
What is wired behind the scenes
The Supabase schema includes users, workspaces, teamspaces, groups, pages, AI chats, AI messages, people, skills, tools, workflows, workflow steps, workflow runs, workflow run steps, and workflow run events. The chat and Preview routes save active chat threads and their user/assistant turns there. The live chat route registers selected workflow database tools only when Supabase service credentials are configured, starting with the narrowcreate_person tool. The main chat does not
auto-start durable Procedure runs right now; use page Run or Preview when you want to execute a
workflow page.
The app also includes an Inngest-backed path for workflow page runs, a local Electron desktop wrapper,
optional WorkOS AuthKit login, and repo checks that keep the monorepo structure in shape.