What is the architecture of Rozz.Site?

Topic: Web Security & Components

Rozz Architecture

Rozz is built as an independent, embeddable web component that runs entirely in the browser.

It leverages a lightweight semantic-search engine and a small LLM interface.

1. Component Layer

2. Crawling & Embedding

3. Query Processing

4. Data Flow

1. User types a question →

2. Component queries the local vector index →

3. Result snippets passed to the LLM →

4. Formatted response displayed in the chat UI.

No sensitive data is sent to external servers; all processing stays on the client, keeping user privacy intact.

5. Deployment & Integration

Sources

What aspect of the architecture would you like to dive deeper into—crawling strategy, embedding model, or integration details?