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

Control Real iPhones from OpenClaw Agents — Hands-On with AvaBerry43's Setup
A developer created an API-controlled iPhone setup for agents, testing features like iMessage drafting, Shortcuts, and mobile QA. 70 phones are available for others to experiment with.

Manifest Adds MiniMax Token Plans with M2.7 Model Support
Manifest, an open source routing layer for OpenClaw, now supports MiniMax token plans starting at $10/month. The new MiniMax M2.7 model is specifically built for OpenClaw workflows and achieves 62.7 on MM-ClawBench and 56.2 on SWE-Bench Pro.

blend-ai: New Blender MCP Service for Claude Code
blend-ai is a new Blender MCP service that allows Claude Code to generate 3D scenes. A user reported it worked faster and better than blender-mcp, creating a shuttle launch scene from reference images in 5 minutes.

OpenTidy: Open-Source Background Assistant Using Claude Code for Admin Tasks
OpenTidy is an open-source macOS service that spawns persistent Claude Code sessions to handle admin tasks like invoices, forms, and communication triage. It runs up to 10 parallel jobs with Telegram notifications for sensitive actions.