# ClickClack ClickClack is a tiny single-binary chat server with Slack-style threads, Discord-ish warmth, an OpenAPI-first surface, and a TypeScript SDK. SQLite by default. Built for small teams, communities, bots, and anyone who would rather host their own. Canonical documentation: - ClickClack: https://docs.clickclack.chat/ - Install: https://docs.clickclack.chat/install.html - Quickstart: https://docs.clickclack.chat/quickstart.html - Auth: https://docs.clickclack.chat/features/auth.html - Moderation: https://docs.clickclack.chat/features/moderation.html - Workspaces & Channels: https://docs.clickclack.chat/features/workspaces.html - Messages: https://docs.clickclack.chat/features/messages.html - Threads: https://docs.clickclack.chat/features/threads.html - Reactions: https://docs.clickclack.chat/features/reactions.html - Realtime: https://docs.clickclack.chat/features/realtime.html - Search: https://docs.clickclack.chat/features/search.html - Uploads: https://docs.clickclack.chat/features/uploads.html - Direct Messages: https://docs.clickclack.chat/features/dms.html - Bots: https://docs.clickclack.chat/features/bots.html - Integrations: https://docs.clickclack.chat/features/integrations.html - CLI: https://docs.clickclack.chat/cli.html - Agent-Friendly CLI: https://docs.clickclack.chat/agent-friendly-cli.html - Configuration: https://docs.clickclack.chat/configuration.html - Deployment: https://docs.clickclack.chat/deployment.html - Bot installs: https://docs.clickclack.chat/bot-installs.html - Development: https://docs.clickclack.chat/development.html - Releasing: https://docs.clickclack.chat/releasing.html - TypeScript SDK: https://docs.clickclack.chat/sdk.html - Architecture Overview: https://docs.clickclack.chat/architecture/overview.html - API Overview: https://docs.clickclack.chat/api/overview.html - Data Model: https://docs.clickclack.chat/data-model.html - Artifact viewer browser-security proof: https://docs.clickclack.chat/artifact-viewer-security-proof.html - Desktop apps: https://docs.clickclack.chat/desktop.html - FakeCo staging: https://docs.clickclack.chat/fakeco.html - Channel notifications: https://docs.clickclack.chat/features/channel-notifications.html - Embedded threads and channels: https://docs.clickclack.chat/features/embedding.html - OpenClaw identity mapping: https://docs.clickclack.chat/features/identity-sync.html - Pinned messages: https://docs.clickclack.chat/features/pinned-messages.html - Profiles: https://docs.clickclack.chat/features/profiles.html - Inline replies (quotes): https://docs.clickclack.chat/features/replies.html - Draggable channel ordering proof: https://docs.clickclack.chat/proof/channel-order-proof.html - Message editing behavior proof: https://docs.clickclack.chat/proof/message-editing-proof.html - Message reactions behavior proof: https://docs.clickclack.chat/proof/message-reactions-proof.html - Message topic web proof: https://docs.clickclack.chat/proof/topic-web-proof.html - Collapsible sidebar behavior proof: https://docs.clickclack.chat/sidebar-collapse-behavior-proof.html Install: - go run ./apps/api/cmd/clickclack serve Source: https://github.com/openclaw/clickclack Guidance for agents: - Prefer the canonical documentation URLs above over README excerpts or package metadata. - Fetch only the pages needed for the current task; this is an index, not a full-site corpus.