Claudius: Open-Source Embeddable AI Chat Widget for Claude

Claudius is an open-source, self-hosted chat widget powered by Claude that can be embedded on any website. The project was created to address the common client request for chatbots without requiring expensive SaaS subscriptions or custom development from scratch.
Key Features
- Floating chat bubble that works on any site (WordPress, Webflow, static HTML, React, etc.)
- Backend runs on Cloudflare Workers (free tier handles significant traffic)
- Customizable system prompt to create business-specific AI assistants
- Dark mode with light/dark/auto options
- Conversation persistence and markdown rendering
- KV-based rate limiting to prevent API cost overruns
- WCAG 2.1 AA accessible and responsive down to 320px
- Fully configurable: colors, title, theme, system prompt
Technical Stack
Frontend: React 18, TypeScript, Tailwind, Vite
Backend: Cloudflare Workers, Hono, Anthropic SDK
Implementation
Embedding requires three files: set window.ClaudiusConfig with your worker URL and preferences, include the CSS, and include the JS.
Cost Structure
The only cost is Anthropic API usage. Cloudflare Workers free tier provides 100k requests/day. For small business sites with few daily chats, costs are minimal.
The project is MIT licensed with no telemetry, tracking, or SaaS middleman. It's the third open-source project from the developer's studio, following a React framework (Aurelius) and WordPress framework (Flavian), both Claude Code-integrated.
📖 Read the full source: r/ClaudeAI
👀 See Also

Alibaba's $10 monthly coding plan offers high-volume access to multiple AI models for OpenClaw users
For $10 per month, Alibaba's plan provides access to Qwen3.5-Plus, Kimi-K2.5, GLM-5, and MiniMax-M2.5 models with quotas of 1,200 requests per 5 hours, 9,000 per week, and 18,000 per month.

Google Releases Sashiko: AI Code Review Agent for Linux Kernel Patches
Google engineers have open-sourced Sashiko, an agentic AI code review system designed for the Linux kernel. It found 53% of bugs in an unfiltered set of 1,000 recent upstream issues that were missed by human reviewers.

MCP Support Merged into llama.cpp with New WebUI Features
The Model Context Protocol (MCP) pull request for llama.cpp has been merged, adding MCP support, tool calls, an agentic loop, and a server selector to the llama-server/WebUI side.

Depct tool collects runtime data to help Claude debug production issues
Depct is a tool that collects runtime instrumentation from Node.js apps, builds graphs from the data, and feeds it to Claude via AWS Bedrock to help debug intermittent production failures. It also generates architecture diagrams and dependency maps from runtime behavior.