diff --git a/README.md b/README.md
index 6fec117..166dbeb 100644
--- a/README.md
+++ b/README.md
@@ -10,19 +10,24 @@ Multi-provider · Vision-aware · Self-hosted · Original open-source code.
+[](https://shipiit.github.io/forge/)
[](https://github.com/shipiit/forge/actions/workflows/ci.yml)
[](./LICENSE)
[](https://nodejs.org)
[](https://www.typescriptlang.org)
-[](#testing)
-[](#contributing)
+[](#-testing)
+[](#-contributing)
**Providers:**
`Vertex AI Gemini` · `AWS Bedrock` · `OpenAI` · `Anthropic`
-[Quick start](#-quick-start-no-credentials) · [Deploy](#-deploy-as-a-github-app) · [How it works](#-how-it-works) · [Config](#-configuration) · [Roadmap](#-roadmap)
+
+
+### 🌐 [**shipiit.github.io/forge**](https://shipiit.github.io/forge/) · [Live examples](https://shipiit.github.io/forge/examples) · [Docs](https://shipiit.github.io/forge/docs)
+
+**On this page:** [Quick start](#-quick-start-no-credentials) · [Deploy as an App](#-deploy-as-a-github-app) · [Use as an Action](#-use-it-as-a-github-action-no-server-your-own-keys) · [How it works](#-how-it-works) · [Config](#-configuration) · [Roadmap](#-roadmap)
@@ -41,6 +46,22 @@ Multi-provider · Vision-aware · Self-hosted · Original open-source code.
---
+## 🧭 Three ways to install & run it
+
+Pick the one that fits — they all share the same engine.
+
+| | Best for | Install | Run |
+|---|---|---|---|
+| **① CLI / local** | Trying it on your machine, scripting, CI of your own | `git clone https://github.com/shipiit/forge.git && cd forge && npm install && npm run build` | `node dist/cli.js fix --repo /path/to/repo --task "…" --provider fake` |
+| **② GitHub Action** | Per-repo or per-org, **your own keys**, zero infra | Copy [`examples/forge.yml`](./examples/forge.yml) → `.github/workflows/forge.yml`, add a provider secret | Label an issue `agent-fix`, comment `/review`, or `@shipit-forge …` — it runs in **your** Actions |
+| **③ Hosted GitHub App** | Org-wide, one-click install for many repos | Deploy the webhook server (Render / Cloud Run / Docker), then register via `app.yml` | Install on the org → events trigger it automatically on a server **you** host |
+
+> **Not sure?** Start with **① CLI + `--provider fake`** (no keys, 2 min). Want it on GitHub without hosting → **② Action**. Want org-wide one-click → **③ App**. Full per-distribution credential setup for all four providers: **[`deploy/PROVIDERS.md`](./deploy/PROVIDERS.md)**.
+
+Jump to: [① CLI](#-installation) · [② Action](#-use-it-as-a-github-action-no-server-your-own-keys) · [③ App](#-deploy-as-a-github-app)
+
+---
+
## 📦 Installation
**Prerequisites:** [Node.js](https://nodejs.org) **≥ 20** (22 recommended), `git`, and (optional but
@@ -359,3 +380,19 @@ Issues and PRs welcome. Run `npm test` before pushing — and feel free to let F
## License
[MIT](./LICENSE) © Rahul Raj
+
+---
+
+