Releases: PMDevSolutions/Claudius
Releases · PMDevSolutions/Claudius
v1.0.0
Claudius v1.0.0 — Initial Release
An open-source, embeddable AI chat widget powered by Claude. Drop it into any website with a single script tag.
Features
- Embeddable AI chat widget with floating bubble toggle
- React 18 + TypeScript + Tailwind CSS widget
- Cloudflare Workers backend with Hono and Anthropic SDK
- Dark mode support (light, dark, auto)
- Conversation persistence via localStorage
- KV-based rate limiting (10/min, 50/hr per IP)
- WCAG 2.1 AA accessibility (Lighthouse 98/100)
- Responsive design (mobile-first, 320px+)
- Configurable title, subtitle, colors, system prompt, and theme
- Markdown rendering (bold, italic, links)
- Multi-client configuration system with JSON schema validation
- CLI tooling for client init, validate, and snippet generation
- CORS and allowed origin protection
- Deployment documentation for Cloudflare Workers
- Contributing guide, security policy, and MIT license