Discover and explore top open-source AI tools and projects—updated daily.
cloudflareSelf-hosted email client with AI agent
New!
Top 34.0% on SourcePulse
A self-hosted email client with an integrated AI agent, Agentic Inbox runs entirely on Cloudflare Workers. It targets users seeking a modern, secure, and intelligent email management solution within their Cloudflare ecosystem, offering a robust alternative to traditional clients by leveraging serverless architecture.
How It Works
The project utilizes Cloudflare Workers as its backend, with each mailbox isolated in its own Durable Object backed by SQLite for data and R2 for attachments. Incoming emails are managed via Cloudflare Email Routing. An AI agent, built using the Cloudflare Agents SDK and Workers AI, provides capabilities for reading, searching, and drafting email responses, integrated directly into the client's interface. This approach offers a scalable, cost-effective, and highly integrated solution within Cloudflare's platform.
Quick Start & Requirements
npm install, npm run dev (local), npm run deploy (Cloudflare).https://github.com/cloudflare/agentic-inbox/issues/4#issuecomment-4269118513.Highlighted Details
Maintenance & Community
No specific details regarding notable contributors, sponsorships, community channels (e.g., Discord, Slack), or a public roadmap are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The application lacks per-mailbox authorization; access control is solely managed by the overarching Cloudflare Access policy, meaning all mailboxes are accessible to any user who passes this policy.
4 days ago
Inactive
cloudflare