Surface
Character pages, chat, dashboards, docs, quantum tools, and commerce pages are the visible front doors.
Interactive AI character platform
Aria is not a single demo page. It is a stack of public surfaces around an animated character system with natural-language actions, multi-provider chat, autonomous training, quantum ML experiments, and operational dashboards.
Choose a route
The old landing page listed almost everything equally. This route layer creates faster decisions for first-time visitors and repeat operators.
Open the interactive character stage for movement commands, gestures, object physics, and auto-execute action plans.
Open the main demo ConversationUse the chat interface for provider-backed responses, markdown rendering, code blocks, and backend diagnostics.
Enter the chat surface OperationsInspect orchestrators, model progress, monitoring pages, and system control surfaces from one hub.
View the dashboards ResearchExplore quantum-classical machine learning, circuit submissions, and hybrid workflow demos.
Open quantum tools ReferenceBrowse quick references, deployment guides, training notes, architecture decisions, and performance reports.
Read the docs BusinessNavigate storefront, pricing, subscription management, referrals, and revenue analytics without hunting through the repo.
View business pagesOperating model
This gives visitors a mental model of the platform instead of forcing them to infer architecture from filenames.
Character pages, chat, dashboards, docs, quantum tools, and commerce pages are the visible front doors.
Azure Functions, the Aria web server, and MCP tooling expose chat, speech, state, vision, and quantum endpoints.
Provider routing covers Azure OpenAI, OpenAI, LMStudio, LoRA adapters, AGI reasoning, and a zero-dependency local fallback.
Autonomous training, dashboards, Cosmos or SQL persistence, telemetry, and Azure Quantum support long-running workflows.
Surface index
The index keeps the old site directory value, but it is now grouped, filterable, and easier to scan on both desktop and mobile.
Showing 34 surfaces across demos, docs, business pages, and localhost services.
The main interactive character experience with animated stage controls and command parsing.
docs/aria/Preview and run multi-step action plans for the character with plan and execute modes.
docs/aria/auto-execute.htmlStreaming chat UI with provider information, markdown rendering, and code highlighting.
docs/chat/Quantum-enhanced classification, circuit inspection, and training workflow entrypoint.
docs/quantum/High-level overview of the training and monitoring views available in the project.
docs/dashboard/Unified hub for orchestration status, monitoring shortcuts, and automation control pages.
docs/dashboard/hub.htmlSearchable reference surface for guides, architecture notes, performance reports, and quick starts.
docs/documentation.htmlCentral operations view for metrics, session state, and running workflows.
docs/dashboard/unified.htmlPerformance snapshots, comparison tools, and trend-focused monitoring panels.
docs/dashboard/analytics.htmlExtra controls and advanced monitoring views for training and experiments.
docs/dashboard/advanced.htmlCondensed control surface for operators who want several views in one place.
docs/dashboard/consolidated.htmlExtended dashboard variant with upgraded panels and monitoring presentation.
docs/dashboard/enhanced.htmlTemplate-driven automation controls and generated dashboard components.
docs/dashboard/templates/Tooling surface for model-powered generation workflows and prompt-driven utilities.
docs/llm-maker/web_ui.htmlInterface for website generation flows and template-assisted web output.
docs/llm-maker/website_maker_ui.htmlSupplementary control-center UI for supporting utilities and subsystem access.
docs/mount/Alternate quantum workflow surface focused on circuit interaction and job flows.
docs/quantum/web_ui.htmlCustomer-facing store surface for products, features, and packaged offers.
docs/store/Primary monetization landing surface for tiers, analytics, and account actions.
docs/monetization/monetization-index.htmlPlan comparison and commercial positioning for productized access.
docs/monetization/pricing.htmlSelf-serve subscription status and management surface for active customers.
docs/monetization/my-subscription.htmlAdministrative view for business metrics, subscriber state, and management workflows.
docs/monetization/admin_dashboard.htmlCommercial analytics, subscription performance views, and reporting panels.
docs/monetization/analytics-dashboard.htmlReferral program surface for growth loops, sharing, and incentive tracking.
docs/monetization/referrals.htmlAccount-level settings, profile details, and billing-adjacent management actions.
docs/monetization/account.htmlConversion-focused checkout flow for plan upgrades and commercial transactions.
docs/monetization/checkout.htmlFull character server with live APIs and synchronized state on port 8080.
http://localhost:8080Local execution surface for multi-step action planning and real API-backed runs.
http://localhost:8080/auto-execute.htmlAzure Functions-hosted chat page wired to the live API layer on port 7071.
http://localhost:7071/api/chat-webProvider and subsystem diagnostics, environment visibility, and service readiness check.
http://localhost:7071/api/ai/statusLocally served operations hub for command-center workflows on port 8000.
http://localhost:8000/hub.htmlLocal dashboard surface for live metrics, session history, and training monitoring.
http://localhost:8000/unified.htmlLocal quantum interface for experiments, jobs, and monitoring on port 5000.
http://localhost:5000Local builder surface for tool and website generation workflows on port 8090.
http://localhost:8090Run the stack
The site now ends with a direct handoff into a practical startup sequence, so visitors can move from browsing to running services without opening multiple docs first.
Commands lifted from the repo workflow so the landing page stays operationally useful.
git clone https://github.com/Bryan-Roe/Aria.gitcd Ariapip install -r requirements.txtcd apps/aria && python server.pyfunc host startpython scripts/fast_validate.py