diff --git a/README.md b/README.md
index 83274290c..64d7162d3 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@
+# nanobot
+
English |
@@ -212,6 +214,8 @@ The one-shot form is useful for a quick provider check, shell scripts, and local
Need manual JSON, another device on your LAN, or help with provider/model matching? Continue with [Install and Quick Start](./docs/quick-start.md), [WebUI](./docs/webui.md), or [Troubleshooting](./docs/troubleshooting.md).
+If nanobot worked for you, a star on GitHub is the simplest way to support the project.
+
- Want a pasteable provider setup? See [Provider Cookbook](./docs/provider-cookbook.md)
- Want to understand provider/model matching? See [Providers and Models](./docs/providers.md)
- Want web search, MCP, security settings, or more config options? See [Configuration](./docs/configuration.md)
@@ -244,29 +248,6 @@ See the [WebUI guide](./docs/webui.md) for LAN access, background operation, wor
🐈 nanobot stays lightweight by centering everything around a small agent loop: messages come in from chat apps, the LLM decides when tools are needed, and memory or skills are pulled in only as context instead of becoming a heavy orchestration layer. That keeps the core path readable and easy to extend, while still letting you add channels, tools, memory, and deployment options without turning the system into a monolith.
-## ✨ Features
-
-
-
- 📈 24/7 Real-Time Market Analysis |
- 🚀 Full-Stack Software Engineer |
- 📅 Smart Daily Routine Manager |
- 📚 Personal Knowledge Assistant |
-
-
- 
|
- 
|
- 
|
- 
|
-
-
- | Discovery • Insights • Trends |
- Develop • Deploy • Scale |
- Schedule • Automate • Organize |
- Learn • Memory • Reasoning |
-
-
-
## 📚 Docs
Browse the [repo docs](./docs/README.md) for the latest features and GitHub development version, or visit [nanobot.wiki](https://nanobot.wiki/docs/latest/getting-started/nanobot-overview) for the stable release documentation.
@@ -315,21 +296,13 @@ For older updates, see the [release archive](./docs/release-archive.md) or [GitH

-## 🤝 Contribute & Roadmap
+## 🤝 Contribute
-PRs welcome! The codebase is intentionally small and readable. 🤗
+Use nanobot for a real task, report what broke, and then pick a focused improvement.
-### Contribution Flow
-
-See [CONTRIBUTING.md](./CONTRIBUTING.md) for setup, review, and contribution guidelines.
-
-**Roadmap** — Pick an item and [open a PR](https://github.com/HKUDS/nanobot/pulls)!
-
-- **Multi-modal** — See and hear (images, voice, video)
-- **Long-term memory** — Never forget important context
-- **Better reasoning** — Multi-step planning and reflection
-- **More integrations** — Calendar and more
-- **Self-improvement** — Learn from feedback and mistakes
+- Read [CONTRIBUTING.md](./CONTRIBUTING.md) for the development workflow.
+- Browse [open issues](https://github.com/HKUDS/nanobot/issues) for problems to investigate.
+- Open a [pull request](https://github.com/HKUDS/nanobot/pulls) for a focused fix or integration.
## Contact
diff --git a/case/code.gif b/case/code.gif
deleted file mode 100644
index 159dad834..000000000
Binary files a/case/code.gif and /dev/null differ
diff --git a/case/memory.gif b/case/memory.gif
deleted file mode 100644
index fc91f5536..000000000
Binary files a/case/memory.gif and /dev/null differ
diff --git a/case/schedule.gif b/case/schedule.gif
deleted file mode 100644
index a2e3073eb..000000000
Binary files a/case/schedule.gif and /dev/null differ
diff --git a/case/search.gif b/case/search.gif
deleted file mode 100644
index fd3d067b3..000000000
Binary files a/case/search.gif and /dev/null differ