diff --git a/README.md b/README.md
index 04573996..d9aa043a 100644
--- a/README.md
+++ b/README.md
@@ -12,16 +12,50 @@
-
+
## Features
-- **Vertical tabs** — Sidebar shows git branch, working directory, listening ports, and latest notification text
-- **Notification rings** — Panes get a blue ring and tabs light up when AI agents (Claude Code, OpenCode) need your attention
-- **Notification panel** — See all pending notifications in one place, jump to the most recent unread
-- **Split panes** — Horizontal and vertical splits
-- **In-app browser** — Split a browser alongside your terminal with a scriptable API ported from [agent-browser](https://github.com/vercel-labs/agent-browser)
+
+
+
+Notification rings
+Panes get a blue ring and tabs light up when AI agents need your attention
+ |
+
+
+ |
+
+
+
+Notification panel
+See all pending notifications in one place, jump to the most recent unread
+ |
+
+
+ |
+
+
+
+In-app browser
+Split a browser alongside your terminal with a scriptable API ported from agent-browser
+ |
+
+
+ |
+
+
+
+Vertical + horizontal tabs
+Sidebar shows git branch, working directory, listening ports, and latest notification text. Split horizontally and vertically.
+ |
+
+
+ |
+
+
+
- **Scriptable** — CLI and socket API to create workspaces, split panes, send keystrokes, and automate the browser
- **Native macOS app** — Built with Swift and AppKit, not Electron. Fast startup, low memory.
- **Ghostty compatible** — Reads your existing `~/.config/ghostty/config` for themes, fonts, and colors
diff --git a/docs/assets/built-in-browser.png b/docs/assets/built-in-browser.png
new file mode 100644
index 00000000..21c76f17
Binary files /dev/null and b/docs/assets/built-in-browser.png differ
diff --git a/docs/assets/main-first-image.png b/docs/assets/main-first-image.png
new file mode 100644
index 00000000..61a9102e
Binary files /dev/null and b/docs/assets/main-first-image.png differ
diff --git a/docs/assets/notification-rings.png b/docs/assets/notification-rings.png
new file mode 100644
index 00000000..db3dab0d
Binary files /dev/null and b/docs/assets/notification-rings.png differ
diff --git a/docs/assets/sidebar-notification-badge.png b/docs/assets/sidebar-notification-badge.png
new file mode 100644
index 00000000..15548286
Binary files /dev/null and b/docs/assets/sidebar-notification-badge.png differ
diff --git a/docs/assets/vertical-horizontal-tabs-and-splits.png b/docs/assets/vertical-horizontal-tabs-and-splits.png
new file mode 100644
index 00000000..c77690f4
Binary files /dev/null and b/docs/assets/vertical-horizontal-tabs-and-splits.png differ