Skip to content

Commit be30033

Browse files
Copilotyiwang
andcommitted
docs(website): update website for project reorganization
- Fix openclaw-migration.md: bridges now exist, web UI exists - Update intro.md: mention all bridges (Telegram, Discord, WhatsApp) - Update HomepageFeatures: reflect bridge integrations Co-authored-by: yiwang <142937+yiwang@users.noreply.github.com>
1 parent 6bd7d8d commit be30033

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

website/docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LocalGPT is a **local AI assistant with persistent memory, semantic search, and
1414
- **Desktop App** - Optional native desktop GUI built with egui — chat, sessions, memory browser, and status dashboard. Disable with `--no-default-features` for headless/Docker deployments.
1515
- **Embedded Web UI** - Browser-based chat interface served directly from the binary
1616
- **Multi-Provider Support** - Works with Claude CLI, Anthropic API, OpenAI, Ollama, and GLM (Z.AI) — all with full tool calling support
17-
- **Telegram Bot** - Access LocalGPT from Telegram with full chat, tool use, and memory support — secured with one-time pairing auth
17+
- **Telegram, Discord & WhatsApp** - Access LocalGPT from Telegram, Discord, or WhatsApp via bridge binaries with full chat, tool use, and memory support — secured with one-time pairing auth
1818
- **Autonomous Heartbeat** - Daemon mode with scheduled background tasks that run automatically
1919
- **Skills System** - Extensible skills for specialized tasks
2020
- **Shell Sandbox** - Kernel-level isolation (Landlock + seccomp + Seatbelt) on every shell command. Zero configuration, enabled by default, graceful degradation. [Not a guarantee](/docs/sandbox#limitations) — defense in depth.

website/docs/openclaw-migration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ This preserves your conversation history, session IDs, and CLI session mappings.
7171

7272
## Key differences
7373

74-
LocalGPT removes several OpenClaw features that were specific to multi-channel or remote operation:
74+
LocalGPT takes a different approach from OpenClaw in several areas:
7575

76-
- **No remote channels** &mdash; Telegram, Discord, Slack, and other integrations are removed (Telegram bot is available as a separate feature)
76+
- **Bridge-based integrations** &mdash; Telegram, Discord, and WhatsApp are supported via standalone bridge binaries in the `bridges/` directory, connected to the daemon via secure IPC (rather than built-in channels)
7777
- **No plugin/extension system** &mdash; LocalGPT uses a simpler skills-based approach
78-
- **No gateway routing** &mdash; single-agent, local-first design
79-
- **No web UI/Canvas** &mdash; CLI and HTTP API only
78+
- **No gateway routing** &mdash; single-agent, local-first design with bridge daemons instead of a multi-channel gateway
79+
- **Embedded web UI** &mdash; browser-based chat interface served directly from the binary, plus an optional desktop GUI (egui)
8080
- **No subagent spawning** &mdash; single "main" agent
8181

8282
Everything else &mdash; memory, heartbeat, skills, session management &mdash; works the same way.

website/src/components/HomepageFeatures/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ const FeatureList: FeatureItem[] = [
3131
),
3232
},
3333
{
34-
title: 'Desktop, Web, CLI & Telegram',
34+
title: 'Desktop, Web, CLI & Bridges',
3535
description: (
3636
<>
37-
Four ways to interact: a full-featured CLI, an optional native desktop
38-
GUI (egui), an embedded web UI, and a Telegram bot with one-time pairing
39-
auth. Build with <code>--no-default-features</code> for headless
40-
Docker/server deployments.
37+
Multiple ways to interact: a full-featured CLI, an optional native desktop
38+
GUI (egui), an embedded web UI, and bridge integrations for Telegram,
39+
Discord, and WhatsApp. Build with <code>--no-default-features</code> for
40+
headless Docker/server deployments.
4141
</>
4242
),
4343
},

0 commit comments

Comments
 (0)