OpenMates Docs Open Chat

Web App Platform

Web App Platform Summary The SvelteKit web app is the primary OpenMates product surface. It hosts the unauthenticated product experience, authenticated chat ...

[T:documentation.sender_name]

Web App Platform

Summary

The SvelteKit web app is the primary OpenMates product surface. It hosts the unauthenticated product experience, authenticated chat app, settings, public legal chats, and generated documentation pages.

Canonical Architecture Docs

  • Web App Architecture – app shell, demo chats, legal chat infrastructure, and app routing.
  • Docs Web App – generated /docs pages, manifest processing, and public docs exclusions.
  • Design Tokens – shared token pipeline used by web and Apple clients.

Source Areas

  • frontend/apps/web_app/ contains the SvelteKit app and docs generation scripts.
  • frontend/packages/ui/ contains shared UI components, styles, tokens, stores, and i18n sources.
  • frontend/apps/web_app/tests/ contains Playwright coverage for web product flows.