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

Modulus: Cross-repository knowledge orchestration for AI coding agents
Modulus is a desktop app that runs multiple AI coding agents with shared project memory across repositories. It solves cross-repo context problems by letting agents understand dependencies between different codebases without manual explanation.

EsoLang-Bench: A Coding Benchmark Using Esoteric Languages to Test LLM Reasoning
Researchers created EsoLang-Bench, a coding benchmark using esoteric programming languages like Brainfuck and Whitespace to test whether LLMs can reason or just pattern-match. The best result across GPT-5.2, O4-mini, Gemini, Qwen, and Kimi was 11.2%.
Researcher Builds Veracity-Checking Skill for Claude Code, Finds Hallucinations in Own Documentation
A researcher built a Claude Code skill called /veracity-tweaked-555 that decomposes documents into atomic claims and verifies each via web search using 16 parallel agents across 4 waves. When self-audited, the skill scored 62/100 due to fabricated statistics and inflated claims in its own documentation.

MLJAR Studio: Local AI Data Analyst That Generates Reproducible Notebooks
MLJAR Studio is a desktop app that turns natural language questions into Python notebooks executed locally, with AutoML for tabular data and support for local LLMs via Ollama.