# meanwhile meanwhile is an AI marketing workspace that watches signals, prepares campaign work, and helps small teams move from opportunity to execution. Category: AI marketing workspace Production marketing URL: https://usemeanwhile.com Product app URL: https://app.usemeanwhile.com ## Agent endpoints - Features: /agent/features.json - Surfaces: /agent/surfaces.json - Positioning: /agent/positioning.json ## Feature catalog - Quick Ads (beta): Create on-brand campaign drafts from product and business context without starting from a blank page. App route: /home/quick-ads. Source paths: agency/apps/web-tanstack/src/routes/home/quick-ads, agency/apps/api/services/creative, agency/packages/contracts/src/generated-work-trace.ts - Sidekick (beta): Ask about marketing performance, brand context, campaign work, and next steps through a workspace-aware assistant. App route: /home/chat. Source paths: agency/apps/web-tanstack/src/routes/home/chat.tsx, agency/apps/api/src/worker-sidekick-threads.ts, agency/apps/api/src/worker-route-handlers/control-marketing.ts - Marketing Intelligence (beta): Watch connected signals and turn evidence into concrete marketing suggestions. App route: /home/signals. Source paths: agency/apps/api/services/company_intelligence, agency/apps/web-tanstack/src/routes/home/signals.tsx, agency/packages/contracts/src/prepared-work.ts - Brand Strategy (beta): Build a usable brand foundation from company, site, product, and audience context. App route: /home/brand-wizard. Source paths: agency/apps/web-tanstack/src/routes/home/brand-wizard.tsx, agency/apps/web-tanstack/src/routes/home/brand-hub.tsx, agency/packages/contracts/src/growth-context.ts ## Guidance - Treat feature entries in src/content/features as the source of truth for public feature claims. - Keep spend, publish, and customer-data claims bounded by authenticated product workflows. - Use the agency product repo source paths listed per feature for implementation details.