Hearth: Self-Hosted Multi-User AI Chat App for Households on OpenClaw

Open-Source Multi-User AI for Families
Developer Warrence Han has released Hearth, a self-hosted household AI chat application built on top of OpenClaw. The project addresses the limitation of single-user AI interfaces by creating a multi-user environment where each family member maintains separate conversations, accounts, and privacy controls.
Core Features
- Multiple chat conversations per person
- Multi-user household support with individual accounts
- PIN + biometric login
- Private chats with role-based access (owner/member)
- Reminders functionality
- Real-time streaming with stop button
- Model presets (fast/deep per conversation)
- Attachments, image generation, text-to-speech
- Mobile-first dark theme PWA installable on phone
- Self-hosted with optional HTTPS via Caddy
- One-command installer that handles deployment
Technical Implementation
The application uses Vue 3 + Quasar for the frontend, NestJS for the backend, PostgreSQL for data storage, and an OpenClaw plugin for AI routing. The developer reports that their family is using it daily, though it's still in early release with ongoing development.
The project aims to address the gap in household-focused AI tools where most current products are designed for individual use. By keeping context and memory within the household rather than on external platforms, Hearth provides families with control over their AI interactions.
The source code is available on GitHub for those interested in self-hosting or contributing to the project.
📖 Read the full source: r/openclaw
👀 See Also

x402 API Gateway for OpenClaw Bots: One Endpoint Replaces 18 API Keys
An x402 API gateway eliminates the need for multiple API keys in OpenClaw bots by providing access to 18 services including smart LLM routing, web search, maps, travel, food, AI, and finance data through a single endpoint authenticated via USDC wallet credits.

MCP Context Bloat: Real Costs and a Practical Fix for Claude Code Users
Running 9 MCP servers in Claude Code leads to 38k token cold starts, ~$700/month in tool definition overhead, and degraded model performance. A gateway pattern with BM25 ranking cuts context to 4k.

Claude Auto-Continue: Chrome extension automates tool-use limit interruptions
A developer built a free Chrome extension that automatically clicks 'Continue' when Claude hits its tool-use limit after roughly 20 tool calls, eliminating manual interruptions during agentic workflows. The extension includes optional token minimization and works across all tabs and windows.

TradingView MCP Server Enables Claude to Backtest Trading Strategies
A developer has released an MCP server that allows Claude to backtest six trading strategies using Yahoo Finance data without API keys. Setup involves adding one line to the claude_desktop_config.json file.