@@ -10,9 +10,18 @@ no server, no Docker — just open the page and start chatting.
1010
1111## Quick Start
1212
13- 1 . Open [ app.hadriangateway.com] ( https://app.hadriangateway.com )
14- 2 . Connect a provider (OpenRouter is one click, or add your own API keys)
15- 3 . Start chatting
13+ 1 . Connect a provider (OpenRouter is one click, or add your own API keys)
14+ 2 . Start chatting
15+
16+ Or [ open in a new tab] ( https://app.hadriangateway.com ) .
17+
18+ <iframe
19+ src = " https://app.hadriangateway.com"
20+ title = " Hadrian Browser Edition"
21+ className = " w-full rounded-xl border"
22+ style = { { height: " 70vh" }}
23+ allow = " clipboard-write"
24+ />
1625
1726## Using Ollama
1827
@@ -130,12 +139,10 @@ If Ollama is not detected, check that:
130139
131140The browser edition has some limitations compared to the server version:
132141
133- - ** No real-time streaming** — responses are buffered (the full response appears at once)
134- - ** No usage tracking** — token usage is not recorded
142+ - ** No usage tracking** - token usage is not recorded
135143- ** No caching, rate limiting, or budgets**
136- - ** Requires a modern browser** — Chrome 91+, Edge 91+ (module service workers)
137- - ** Provider API keys are stored in your browser** — they never leave your device, but are only as
138- secure as your browser's storage
144+ - ** Requires a modern browser** - Chrome 91+, Edge 91+ (module service workers)
145+ - ** Provider API keys are stored in your browser** - only as secure as your browser's storage
139146
140147For teams, SSO, guardrails, and full feature support, use the
141148[ server version] ( /docs/getting-started ) .
0 commit comments