diff --git a/docs/start/showcase.md b/docs/start/showcase.md
index bd9b4d858ee..8a05e646388 100644
--- a/docs/start/showcase.md
+++ b/docs/start/showcase.md
@@ -9,114 +9,42 @@ read_when:
# Showcase
-
-
Built in chats, terminals, browsers, and living rooms
-
- OpenClaw projects are not toy demos. People are shipping PR review loops, mobile apps, home automation,
- voice systems, devtools, and memory-heavy workflows from the channels they already use.
-
-
-
-
- Chat-native builds
- Telegram, WhatsApp, Discord, Beeper, web chat, and terminal-first workflows.
-
-
- Real automation
- Booking, shopping, support, reporting, and browser control without waiting for an API.
-
-
- Local + physical world
- Printers, vacuums, cameras, health data, home systems, and personal knowledge bases.
-
-
-
+OpenClaw projects are not toy demos. People are shipping PR review loops, mobile apps, home automation, voice systems, devtools, and memory-heavy workflows from the channels they already use — chat-native builds on Telegram, WhatsApp, Discord, and terminals; real automation for booking, shopping, and support without waiting for an API; and physical-world integrations with printers, vacuums, cameras, and home systems.
**Want to be featured?** Share your project in [#self-promotion on Discord](https://discord.gg/clawd) or [tag @openclaw on X](https://x.com/openclaw).
-
-
## Videos
-
- Start here if you want the shortest path from “what is this?” to “okay, I get it.”
-
+Start here if you want the shortest path from "what is this?" to "okay, I get it."
-
-
-
-
-
-
Full setup walkthrough
-
VelvetShark, 28 minutes. Install, onboard, and get to a first working assistant end to end.
-
Watch on YouTube
-
+
-
-
-
-
-
Community showcase reel
-
A faster pass across real projects, surfaces, and workflows built around OpenClaw.
-
Watch on YouTube
-
+
+ VelvetShark, 28 minutes. Install, onboard, and get to a first working assistant end to end.
+
-
-
-
-
-
Projects in the wild
-
Examples from the community, from chat-native coding loops to hardware and personal automation.
-
Watch on YouTube
-
-
+
+ A faster pass across real projects, surfaces, and workflows built around OpenClaw.
+
+
+
+ Examples from the community, from chat-native coding loops to hardware and personal automation.
+
+
+
## Fresh from Discord
-
- Recent standouts across coding, devtools, mobile, and chat-native product building.
-
+Recent standouts across coding, devtools, mobile, and chat-native product building.
-
+
**@bangnokia** • `review` `github` `telegram`
-OpenCode finishes the change → opens a PR → OpenClaw reviews the diff and replies in Telegram with “minor suggestions” plus a clear merge verdict (including critical fixes to apply first).
+OpenCode finishes the change, opens a PR, OpenClaw reviews the diff and replies in Telegram with suggestions plus a clear merge verdict.
@@ -124,7 +52,7 @@ OpenCode finishes the change → opens a PR → OpenClaw reviews the diff and re
**@prades_maxime** • `skills` `local` `csv`
-Asked “Robby” (@openclaw) for a local wine cellar skill. It requests a sample CSV export + where to store it, then builds/tests the skill fast (962 bottles in the example).
+Asked "Robby" (@openclaw) for a local wine cellar skill. It requests a sample CSV export and a store path, then builds and tests the skill (962 bottles in the example).
@@ -132,15 +60,15 @@ Asked “Robby” (@openclaw) for a local wine cellar skill. It requests a sampl
**@marchattonhere** • `automation` `browser` `shopping`
-Weekly meal plan → regulars → book delivery slot → confirm order. No APIs, just browser control.
+Weekly meal plan, regulars, book delivery slot, confirm order. No APIs, just browser control.
-
+
**@am-will** • `devtools` `screenshots` `markdown`
-Hotkey a screen region → Gemini vision → instant Markdown in your clipboard.
+Hotkey a screen region, Gemini vision, instant Markdown in your clipboard.
@@ -148,12 +76,12 @@ Hotkey a screen region → Gemini vision → instant Markdown in your clipboard.
**@kitze** • `ui` `skills` `sync`
-Desktop app to manage skills/commands across Agents, Claude, Codex, and OpenClaw.
+Desktop app to manage skills and commands across Agents, Claude, Codex, and OpenClaw.
-
+
**Community** • `voice` `tts` `telegram`
Wraps papla.media TTS and sends results as Telegram voice notes (no annoying autoplay).
@@ -164,7 +92,7 @@ Wraps papla.media TTS and sends results as Telegram voice notes (no annoying aut
**@odrobnik** • `devtools` `codex` `brew`
-Homebrew-installed helper to list/inspect/watch local OpenAI Codex sessions (CLI + VS Code).
+Homebrew-installed helper to list, inspect, and watch local OpenAI Codex sessions (CLI + VS Code).
@@ -177,7 +105,7 @@ Control and troubleshoot BambuLab printers: status, jobs, camera, AMS, calibrati
-
+
**@hjanuschka** • `travel` `transport` `skill`
Real-time departures, disruptions, elevator status, and routing for Vienna's public transport.
@@ -185,19 +113,19 @@ Real-time departures, disruptions, elevator status, and routing for Vienna's pub
-
+
**@George5562** • `automation` `browser` `parenting`
Automated UK school meal booking via ParentPay. Uses mouse coordinates for reliable table cell clicking.
-
+
**@julianengel** • `files` `r2` `presigned-urls`
-Upload to Cloudflare R2/S3 and generate secure presigned download links. Perfect for remote OpenClaw instances.
+Upload to Cloudflare R2/S3 and generate secure presigned download links. Useful for remote OpenClaw instances.
-
+
**@coard** • `ios` `xcode` `testflight`
Built a complete iOS app with maps and voice recording, deployed to TestFlight entirely via Telegram chat.
@@ -205,44 +133,41 @@ Built a complete iOS app with maps and voice recording, deployed to TestFlight e
-
+
**@AS** • `health` `oura` `calendar`
Personal AI health assistant integrating Oura ring data with calendar, appointments, and gym schedule.
-
- **@adam91holt** • `multi-agent` `orchestration` `architecture` `manifesto`
-14+ agents under one gateway with Opus 4.5 orchestrator delegating to Codex workers. Comprehensive [technical write-up](https://github.com/adam91holt/orchestrated-ai-articles) covering the Dream Team roster, model selection, sandboxing, webhooks, heartbeats, and delegation flows. [Clawdspace](https://github.com/adam91holt/clawdspace) for agent sandboxing. [Blog post](https://adams-ai-journey.ghost.io/2026-the-year-of-the-orchestrator/).
+
+ **@adam91holt** • `multi-agent` `orchestration`
+
+14+ agents under one gateway with an Opus 4.5 orchestrator delegating to Codex workers. See the [technical write-up](https://github.com/adam91holt/orchestrated-ai-articles) and [Clawdspace](https://github.com/adam91holt/clawdspace) for agent sandboxing.
- **@NessZerra** • `devtools` `linear` `cli` `issues`
+ **@NessZerra** • `devtools` `linear` `cli`
-CLI for Linear that integrates with agentic workflows (Claude Code, OpenClaw). Manage issues, projects, and workflows from the terminal. First external PR merged!
+CLI for Linear that integrates with agentic workflows (Claude Code, OpenClaw). Manage issues, projects, and workflows from the terminal.
- **@jules** • `messaging` `beeper` `cli` `automation`
+ **@jules** • `messaging` `beeper` `cli`
-Read, send, and archive messages via Beeper Desktop. Uses Beeper local MCP API so agents can manage all your chats (iMessage, WhatsApp, etc.) in one place.
+Read, send, and archive messages via Beeper Desktop. Uses Beeper local MCP API so agents can manage all your chats (iMessage, WhatsApp, and more) in one place.
-
+## Automation and workflows
-## Automation & Workflows
-
-
- Scheduling, browser control, support loops, and the “just do the task for me” side of the product.
-
+Scheduling, browser control, support loops, and the "just do the task for me" side of the product.
-
+
**@antonplex** • `automation` `hardware` `air-quality`
Claude Code discovered and confirmed the purifier controls, then OpenClaw takes over to manage room air quality.
@@ -250,232 +175,206 @@ Claude Code discovered and confirmed the purifier controls, then OpenClaw takes
-
- **@signalgaining** • `automation` `camera` `skill` `images`
+
+ **@signalgaining** • `automation` `camera` `skill`
-Triggered by a roof camera: ask OpenClaw to snap a sky photo whenever it looks pretty — it designed a skill and took the shot.
+Triggered by a roof camera: ask OpenClaw to snap a sky photo whenever it looks pretty. It designed a skill and took the shot.
-
- **@buddyhadry** • `automation` `briefing` `images` `telegram`
+
+ **@buddyhadry** • `automation` `briefing` `telegram`
-A scheduled prompt generates a single "scene" image each morning (weather, tasks, date, favorite post/quote) via an OpenClaw persona.
+A scheduled prompt generates one scene image each morning (weather, tasks, date, favorite post or quote) via an OpenClaw persona.
-
+
**@joshp123** • `automation` `booking` `cli`
-
- Playtomic availability checker + booking CLI. Never miss an open court again.
-
+
+Playtomic availability checker plus booking CLI. Never miss an open court again.
+
-
+
**Community** • `automation` `email` `pdf`
-
- Collects PDFs from email, preps documents for tax consultant. Monthly accounting on autopilot.
+
+Collects PDFs from email, preps documents for a tax consultant. Monthly accounting on autopilot.
-
- **@davekiss** • `telegram` `website` `migration` `astro`
+
+ **@davekiss** • `telegram` `migration` `astro`
-Rebuilt entire personal site via Telegram while watching Netflix — Notion → Astro, 18 posts migrated, DNS to Cloudflare. Never opened a laptop.
+Rebuilt an entire personal site via Telegram while watching Netflix — Notion to Astro, 18 posts migrated, DNS to Cloudflare. Never opened a laptop.
-
+
**@attol8** • `automation` `api` `skill`
-Searches job listings, matches against CV keywords, and returns relevant opportunities with links. Built in 30 minutes using JSearch API.
+Searches job listings, matches against CV keywords, and returns relevant opportunities with links. Built in 30 minutes using the JSearch API.
-
- **@jdrhyne** • `automation` `jira` `skill` `devtools`
+
+ **@jdrhyne** • `jira` `skill` `devtools`
OpenClaw connected to Jira, then generated a new skill on the fly (before it existed on ClawHub).
-
- **@iamsubhrajyoti** • `automation` `todoist` `skill` `telegram`
+
+ **@iamsubhrajyoti** • `todoist` `skill` `telegram`
Automated Todoist tasks and had OpenClaw generate the skill directly in Telegram chat.
-
+
**@bheem1798** • `finance` `browser` `automation`
-Logs into TradingView via browser automation, screenshots charts, and performs technical analysis on demand. No API needed—just browser control.
+Logs into TradingView via browser automation, screenshots charts, and performs technical analysis on demand. No API needed — just browser control.
-
+
**@henrymascot** • `slack` `automation` `support`
-Watches company Slack channel, responds helpfully, and forwards notifications to Telegram. Autonomously fixed a production bug in a deployed app without being asked.
+Watches a company Slack channel, responds helpfully, and forwards notifications to Telegram. Autonomously fixed a production bug in a deployed app without being asked.
-
+## Knowledge and memory
-## Knowledge & Memory
-
-
- Systems that index, search, remember, and reason over personal or team knowledge.
-
+Systems that index, search, remember, and reason over personal or team knowledge.
-
+
**@joshp123** • `learning` `voice` `skill`
-
- Chinese learning engine with pronunciation feedback and study flows via OpenClaw.
-
+
+Chinese learning engine with pronunciation feedback and study flows via OpenClaw.
+
-
+
**Community** • `memory` `transcription` `indexing`
-
- Ingests full WhatsApp exports, transcribes 1k+ voice notes, cross-checks with git logs, outputs linked markdown reports.
+
+Ingests full WhatsApp exports, transcribes 1k+ voice notes, cross-checks with git logs, outputs linked markdown reports.
-
+
**@jamesbrooksco** • `search` `vector` `bookmarks`
-
- Adds vector search to Karakeep bookmarks using Qdrant + OpenAI/Ollama embeddings.
+
+Adds vector search to Karakeep bookmarks using Qdrant plus OpenAI or Ollama embeddings.
-
+
**Community** • `memory` `beliefs` `self-model`
-
- Separate memory manager that turns session files into memories → beliefs → evolving self model.
+
+Separate memory manager that turns session files into memories, then beliefs, then an evolving self model.
-
+## Voice and phone
-## Voice & Phone
-
-
- Speech-first entry points, phone bridges, and transcription-heavy workflows.
-
+Speech-first entry points, phone bridges, and transcription-heavy workflows.
-
+
**@alejandroOPI** • `voice` `vapi` `bridge`
-
- Vapi voice assistant ↔ OpenClaw HTTP bridge. Near real-time phone calls with your agent.
+
+Vapi voice assistant to OpenClaw HTTP bridge. Near real-time phone calls with your agent.
-
+
**@obviyus** • `transcription` `multilingual` `skill`
-Multi-lingual audio transcription via OpenRouter (Gemini, etc). Available on ClawHub.
+Multi-lingual audio transcription via OpenRouter (Gemini, and more). Available on ClawHub.
-
+## Infrastructure and deployment
-## Infrastructure & Deployment
-
-
- Packaging, deployment, and integrations that make OpenClaw easier to run and extend.
-
+Packaging, deployment, and integrations that make OpenClaw easier to run and extend.
-
+
**@ngutman** • `homeassistant` `docker` `raspberry-pi`
-
- OpenClaw gateway running on Home Assistant OS with SSH tunnel support and persistent state.
+
+OpenClaw gateway running on Home Assistant OS with SSH tunnel support and persistent state.
-
+
**ClawHub** • `homeassistant` `skill` `automation`
-
- Control and automate Home Assistant devices via natural language.
+
+Control and automate Home Assistant devices via natural language.
-
+
**@openclaw** • `nix` `packaging` `deployment`
-
- Batteries-included nixified OpenClaw configuration for reproducible deployments.
+
+Batteries-included nixified OpenClaw configuration for reproducible deployments.
-
+
**ClawHub** • `calendar` `caldav` `skill`
-
- Calendar skill using khal/vdirsyncer. Self-hosted calendar integration.
+
+Calendar skill using khal and vdirsyncer. Self-hosted calendar integration.
-
+## Home and hardware
-## Home & Hardware
-
-
- The physical-world side of OpenClaw: homes, sensors, cameras, vacuums, and other devices.
-
+The physical-world side of OpenClaw: homes, sensors, cameras, vacuums, and other devices.
-
+
**@joshp123** • `home` `nix` `grafana`
-
- Nix-native home automation with OpenClaw as the interface, plus beautiful Grafana dashboards.
-
+
+Nix-native home automation with OpenClaw as the interface, plus Grafana dashboards.
+
-
+
**@joshp123** • `vacuum` `iot` `plugin`
-
- Control your Roborock robot vacuum through natural conversation.
-
+
+Control your Roborock robot vacuum through natural conversation.
+
-## Community Projects
+## Community projects
-
- Things that grew beyond a single workflow into broader products or ecosystems.
-
+Things that grew beyond a single workflow into broader products or ecosystems.
-
+
**Community** • `marketplace` `astronomy` `webapp`
-
- Full astronomy gear marketplace. Built with/around the OpenClaw ecosystem.
+
+Full astronomy gear marketplace. Built with and around the OpenClaw ecosystem.
----
-
-## Submit Your Project
-
-
- If you are building something interesting with OpenClaw, send it over. Strong screenshots and concrete outcomes help.
-
-
-Have something to share? We'd love to feature it!
+## Submit your project
-
- Post in [#self-promotion on Discord](https://discord.gg/clawd) or [tweet @openclaw](https://x.com/openclaw)
+
+ Post in [#self-promotion on Discord](https://discord.gg/clawd) or [tweet @openclaw](https://x.com/openclaw).
-
- Tell us what it does, link to the repo/demo, share a screenshot if you have one
+
+ Tell us what it does, link to the repo or demo, and share a screenshot if you have one.
-
- We'll add standout projects to this page
+
+ We'll add standout projects to this page.