Skip to content

Screenshot checklist

Starlight and Astro are open source (MIT). This docs site is minimal on purpose so non-technical writers can edit Markdown files.

  1. Capture the UI (PNG, 1400–1600px wide is enough).
  2. Save the file under:
apps/docs/src/assets/screenshots/
  1. Open the doc page that needs it and replace the gray Screenshot needed block with:
![Short description](../../assets/screenshots/FILENAME.png)

(Adjust the relative path if the page is nested differently.)

  1. Run npm run dev -w @cxgear/docs and check the page.

#File nameWhat to captureWhere in the app
0101-live-ops-home.pngHome / Live Ops with sidebarHome
0202-projects-list.pngProjects listProjects
0303-login.pngLogin screenLogin
0404-create-project.pngNew project drawer (Outreach selected)Projects → New project
0505-data-tables.pngData tables list with one tableProject → Data tables
0606-metadata-fields.pngMetadata fields picker with selectionsData tables → Metadata
0707-spinner-builder.pngSpinner builder with stepsSpinners → Create / Edit
0808-jobs-page.pngJobs: run list + records paneProject → Jobs
0909-records-outcomes.pngRecords list + detail panelProject → Records
1010-billing-usage.pngBilling usage meters + plansBilling
1111-session-replace.pngLogin “previous session” / Continue hereLogin (conflict state)
1212-roles-list.pngRoles: Admin, Agent, SupervisorManage users → Roles
1313-invite-user.pngInvite user drawerManage users → Invite
1414-users-online.pngUsers online banner + device/IPManage users → Users
1515-project-nav.pngInside project navigationAny project
1616-spinners-list.pngSpinners listProject → Spinners
1717-journey-drawer.pngPipeline journey drawerRecords / Jobs → journey
1818-log-step.pngLog step with template messageSpinner builder → Log
1919-ai-providers.pngAI providers LLM listIntegrations → AI providers
2020-ai-agent-step.pngAI agent step (model dropdown)Spinner builder → AI agent
2121-function-tool.pngFunction tool code editorSpinner builder → Function tool
2222-whatsapp-connect.pngWhatsApp connect UIIntegrations → Channels
2323-vault.pngVault secrets listSecured Vault
2424-dialler-presence.pngDialler agent presenceDialler → Agent desk
2525-call-floater.pngInbound call floater (optional)During a test inbound call
2626-pca-nav.pngCall Analyzer project navPCA project
2727-pca-setup.pngAnalyzer setup providersPCA → Setup
2828-pca-qa.pngQA scorecard editorPCA → QA
2929-api-keys.pngAPI keys pageAPI keys

Optional later: plan limit toast above create-project drawer (30-plan-limit-toast.png).

  • Use a wide browser window (about 1440px).
  • Prefer light theme for print-friendly docs (or capture both if you want).
  • Hide personal data; use demo names and numbers.
  • Crop to the relevant panel when the full app is noisy.
Terminal window
npm install
npm run dev -w @cxgear/docs

Open http://localhost:4321.

Build static files and host on docs.cxgear.ai:

Terminal window
npm run build -w @cxgear/docs

Output is in apps/docs/dist/.