From 7a741e2b5082081d5c91df36d774cac9109f7939 Mon Sep 17 00:00:00 2001 From: Xubin Ren <52506698+Re-bin@users.noreply.github.com> Date: Tue, 28 Jul 2026 11:40:21 +0800 Subject: [PATCH] docs(readme): add one-click deployment section --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2f5f5fda..61297e17b 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ | Connect Telegram, Discord, WeChat, Slack, Email, Mattermost, or another chat app | [Chat Apps](./docs/chat-apps.md) | | Configure providers, fallback models, Langfuse, MCP, web tools, or security | [Docs](./docs/README.md) and [Configuration](./docs/configuration.md) | | Understand or extend the internals | [Architecture](./docs/architecture.md) and [Development](./docs/development.md) | -| Deploy to the cloud or keep nanobot running as a service | [Deployment](./docs/deployment.md) ยท [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/HKUDS/nanobot) | +| Deploy to the cloud or keep nanobot running as a service | [Deployment](./docs/deployment.md) | ## What can nanobot do? @@ -223,6 +223,20 @@ If nanobot worked for you, a star on GitHub is the simplest way to support the p - Want to run nanobot in chat apps like Telegram, Discord, WeChat or Feishu? See [Chat Apps](./docs/chat-apps.md) - Want Docker or Linux service deployment? See [Deployment](./docs/deployment.md) +## โ˜๏ธ Deploy + +**Render โ€” one click** + +Deploy nanobot's gateway and bundled WebUI from the repository's ready-to-use Blueprint: + +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/HKUDS/nanobot) + +Render will ask for the model credential and WebUI access secret, then provision persistent storage for sessions, memory, and WebUI history. Persistent disks require a paid Render service. + +**Self-host** + +Prefer your own infrastructure? Follow the [deployment guide](./docs/deployment.md) for Docker, Docker Compose, Linux services, and macOS LaunchAgent setup. + ## ๐ŸŒ WebUI The WebUI ships **inside the published wheel** with no separate frontend build. It is the browser workbench for persistent topics, visible agent activity, workspace controls, Apps, Skills, Automations, and settings.