diff --git a/README.md b/README.md
index ce3a00d..de006c2 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,9 @@
# ZeroGravity
+
+
+
+
OpenAI-compatible proxy that intercepts and relays requests to Google's Antigravity language server, impersonating the real Electron webview.
```mermaid
@@ -31,19 +35,19 @@ zg start
## Endpoints
-| Method | Path | Description |
-| ---------- | --------------------------------- | ------------------------------------ |
-| `POST` | `/v1/responses` | Responses API (sync + streaming) |
-| `POST` | `/v1/chat/completions` | Chat Completions API (OpenAI compat) |
-| `POST` | `/v1beta/models/{model}:{action}` | Official Gemini v1beta routes |
-| `GET/POST` | `/v1/search` | Web Search via Google grounding ⚠️ WIP |
-| `GET` | `/v1/models` | List available models |
-| `GET` | `/v1/sessions` | List active sessions |
-| `DELETE` | `/v1/sessions/{id}` | Delete a session |
-| `POST` | `/v1/token` | Set OAuth token at runtime |
-| `GET` | `/v1/usage` | MITM-intercepted token usage |
-| `GET` | `/v1/quota` | LS quota and rate limits |
-| `GET` | `/health` | Health check |
+| Method | Path | Description |
+| ---------- | --------------------------------- | -------------------------------------- |
+| `POST` | `/v1/responses` | Responses API (sync + streaming) |
+| `POST` | `/v1/chat/completions` | Chat Completions API (OpenAI compat) |
+| `POST` | `/v1beta/models/{model}:{action}` | Official Gemini v1beta routes |
+| `GET/POST` | `/v1/search` | Web Search via Google grounding ⚠️ WIP |
+| `GET` | `/v1/models` | List available models |
+| `GET` | `/v1/sessions` | List active sessions |
+| `DELETE` | `/v1/sessions/{id}` | Delete a session |
+| `POST` | `/v1/token` | Set OAuth token at runtime |
+| `GET` | `/v1/usage` | MITM-intercepted token usage |
+| `GET` | `/v1/quota` | LS quota and rate limits |
+| `GET` | `/health` | Health check |
## Authentication
@@ -55,8 +59,8 @@ The proxy needs an OAuth token:
## `zg` Commands
-| Command | Description |
-| --------------------- | ------------------------------ |
+| Command | Description |
+| --------------- | ------------------------------ |
| `zg start` | Start the proxy daemon |
| `zg stop` | Stop the proxy daemon |
| `zg restart` | Rebuild + restart |
diff --git a/assets/logo.png b/assets/logo.png
new file mode 100644
index 0000000..b2d1f1b
Binary files /dev/null and b/assets/logo.png differ