Skip to content

Screenshots

A tour of what a generated project looks like out of the box — chat, marketing site, dashboard, billing, admin, and orchestration.

Light / dark

Many screenshots ship in both themes. Use the brightness toggle in the top bar (☀️ / 🌙) and the images below switch with it automatically.

AI Chat

The chat UI streams over WebSocket and renders each tool call as a purpose-built card instead of a raw JSON dump.

Plan & tasks — a sticky plan/task checklist above the composer updates live as the agent works, with an inline reasoning indicator.

Chat plan and tasks

Subagents — when work is delegated, a live feed and side panel show each subagent's status, streamed messages, and final result.

Chat subagents

Charts — the create_chart tool renders interactive, theme-aware bar / area / line / pie / scatter charts inline.

Chat charts

Code execution — the optional run_python tool shows the executed code alongside its output (or error) in a collapsible card.

Chat Python code execution

Ask user — the agent can pause to ask clarifying questions and resume once you answer.

Chat ask-user tool

Reasoning & answered questions — a clean thinking view plus answered-question history keeps long turns readable.

Chat reasoning and answered questions

Marketing Site

Generated with the enable_marketing_site option — a full public site you can ship as-is.

Hero

Landing hero

Full landing page

Landing page

Pricing — monthly/annual toggle; pulls live plan data from Stripe when connected.

Pricing

Blog — MDX posts in the repo, no CMS needed.

Blog

Auth

Login — split-screen with Google OAuth and email/password.

Login

Register

Register

Reset password

Reset password

Dashboard

Workspace overview with sparkline stat cards, a usage timeline, recent activity, and team info.

Dashboard — light Dashboard — dark

Teams & Organizations

Workspaces — every organization you belong to, with plan tier and role.

Organizations — light Organizations — dark

Team management — members, roles, and invites.

Organization — light Organization — dark

Knowledge Bases

Knowledge bases — RAG collections scoped to the workspace; toggle which are active in chat.

Knowledge bases — light Knowledge bases — dark

Documents & sync sources — preview or download any file, and manage connected sync sources (Google Drive, S3/MinIO) with manual triggers and per-run logs.

Knowledge base source — light Knowledge base source — dark

Billing & Usage

Overview — plan, seats, storage usage, and quick links. "Manage in Stripe" opens the Customer Portal.

Billing overview — light Billing overview — dark

Usage — daily credits-spent and call-count charts plus a by-model token breakdown.

Billing usage — light Billing usage — dark

Credits — balance and an immutable transaction ledger.

Billing credits — light Billing credits — dark

Subscription & invoices

Billing subscription — light Billing subscription — dark Billing invoices — light Billing invoices — dark

Profile & Settings

Profile

Profile — light Profile — dark

Account & security

Account — light Account — dark

Slash commands — customize the /command palette in chat.

Slash commands — light Slash commands — dark

Appearance — theme switcher and brand-color presets.

Appearance — light Appearance — dark

Notifications

Notifications — light Notifications — dark

Admin Panel

Requires the admin role.

Overview — users, active sessions, conversations, MRR, and a recent-activity feed.

Admin overview — light Admin overview — dark

User management

Admin users — light Admin users — dark

Conversation browser

Admin conversations — light Admin conversations — dark

Message quality & ratings

Admin ratings — light Admin ratings — dark

Stripe events log

Stripe events — light Stripe events — dark

System health

System health — light System health — dark

Background Tasks & Orchestration

Choose Prefect as your task queue (in the interactive wizard) and the project ships a self-hosted Prefect server and runner with scheduled flows for RAG sync, billing/email reminders, and credits maintenance.

Prefect dashboard

Prefect flow runs

Prefect task timeline