Architecture
Architecture Overview
A web surface now. A local runtime next.
Web surface
Nuxt 4 owns the public experience: landing, tool directory, council personas, documentation, and browser-safe utility interactions. Static output targets Cloudflare Pages.
Future desktop shell
Tauri will own local execution, credentials, filesystem, shell, browser automation, provider authentication, quota routing, and secret storage. These capabilities cannot be safely implied by a web page.
Data boundaries
Each capability has a visible status. live means a browser interaction is present. stub means the page names the next real boundary and refuses to fabricate connected output.