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

n8n-mcp-lite: MCP server reduces token usage by 80% for Claude with n8n workflows
A new open-source Model Context Protocol server called n8n-mcp-lite helps Claude reason about n8n automation workflows while reducing token usage by approximately 80%. The tool addresses the token-heavy nature of visual node automations by providing targeted workflow scanning and surgical updates.

XLI: Open-Source Python Library for Claude Code-Style Terminal UIs
Building a coding agent? Terminal UX is half the work. XLI is an open-source Python rendering engine that replicates Claude Code's streaming markdown, tool cards, inline approvals, and slash commands without hijacking your terminal scrollback.

AnyClaw: Ubuntu 24.04 with Android hardware access and AI agent for terminal development
AnyClaw provides a full Ubuntu 24.04 environment running in proot on Android with direct access to Android hardware APIs from the terminal, including camera, GPS, battery, and sensors via bash commands and Java execution. It includes an AI coding agent that can orchestrate these tools and a web UI accessible from any browser on the same network.

United States Code Available as Git Repository with Full Change History
The United States Code is available as a Git repository with the entire federal law stored as Markdown files. Each commit represents a point-in-time snapshot from 2013 to present, allowing developers to use git diff, git log, and git blame to track legal changes.