Skip to main content

Frontend Routes and Feature Map

This document maps the primary UI routes in aragora/live to their purpose and related documentation. It is the canonical map for the user-facing surface area.

Canonical UI Domains

  • https://aragora.ai serves the live dashboard.
  • https://www.aragora.ai serves the marketing landing page.

Local development uses http://localhost:3000 with NEXT_PUBLIC_API_URL and NEXT_PUBLIC_WS_URL from .env.local.

Core Debate Surfaces

Analysis, Insights, and Memory

Experimentation and Governance

Account, Org, and Billing

  • /auth/login - Login UI (email/password + OAuth).
  • /auth/register - Registration UI.
  • /developer - Developer portal for API key management and usage stats.
  • /settings - User preferences, integrations, and API configuration.
  • /inbox - AI smart inbox with prioritization and Gmail/Outlook sync.
  • /command-center - Unified inbox command center for quick actions.
  • /shared-inbox - Shared inbox dashboard for team triage and routing rules.
  • /accounting - QuickBooks accounting dashboard.
  • /organization - Organization profile settings (name, tier, limits).
  • /organization/members - Member invites, roles, and removal.
  • /pricing - Plan and pricing page.
  • /billing - Subscription management portal.
  • /billing/success - Post-checkout confirmation.
  • /costs - Cost visibility dashboard (usage, budgets, alerts).
  • /api-explorer - Interactive API explorer for live endpoint testing.
  • /admin - Admin console for system health, rate limits, and diagnostics.

Informational