For the complete site index, see llms.txt. Docs index: llms-docs.txt. Marketing corpus: llms-full.txt. Docs corpus: llms-full-docs.txt. Prefer markdown URLs where available (append .md).. Product skill: skill.md. Pricing: pricing.md. Docs MCP: /docs/mcp. Site MCP: /mcp.
.md
All the latest updates, improvements, and fixes to Reloop
Streamlined the homepage changelog timeline into a clean, minimal row layout with direct release links.
Refactored preview stages across marketing emails, templates, and delivery analytics with theme-aware styling.
Redesigned feature overview cards with centered, compact micro-UI animations and live GitHub stars.
Interactive tabs on the homepage for testing Transactional, Marketing, Templates, and Webhooks live.
Interactive multi-language code tabs on the marketing site with automated branded OG preview images.
Usage tracking, credit top-ups, and subscription tier management in settings (apps/backend/credits).
Configure webhook subscriptions to only listen to events originating from specific sending domains.
Step-by-step connector to route emails directly between Reloop inboxes and OpenClaw autonomous agents.
Built the mailing service (apps/backend/mailing) to handle scheduled broadcast deliveries to contact lists.
Added structured documentation endpoints so external AI assistants can discover Reloop capabilities.
One-click setup prompts for Cursor, Claude Code, and Windsurf to automatically configure Reloop integrations.
Generate production-ready React email templates directly from natural language prompts.
Event-driven workflow system (apps/backend/workflow) to trigger automated emails based on custom user events.
Configurable review flow: agent drafts remain in a pending queue until approved by a team member.
Official Model Context Protocol server exposing send_email, read_inbox, and reply_to_email tools to Claude and AI agents.
Dedicated mailboxes designed specifically for AI agents to autonomously receive, triage, and reply to messages.
Track team actions (key creation, domain updates, template changes) in organization settings.
Invite team members to your organization with Admin, Developer, and Viewer access control.
Optimized Docker builds across all backend services, cutting image sizes by over 60% and speeding up deploy times.
Created separate CI/CD workflows (be-*.yml, fe-*.yml) so each backend service and frontend app builds independently.
Reply to incoming threads directly from the dashboard inbox using verified custom domain addresses.
Built the Inbox dashboard to view incoming emails, complete conversation threads, and message history.
Created shared validation package checking email RFC syntax, disposable domains, and MX records.
Interactive line charts tracking delivery volume and engagement over 24h, 7d, 30d, and custom date ranges.
Added the Metrics page with delivery rates, bounce rates, spam complaint rates, and health ratings.
Track template revisions with visual side-by-side diffs and instant one-click rollback.
Send live preview emails with mock variable data directly from the template builder.
Added variable injection {{name}}, conditional blocks {{#if}}, and loops {{#each}}.
Added side-by-side code editor and responsive live preview canvas in the Templates dashboard.
Support for @react-email/components allowing developers to build transactional emails using React.
Added drop-in code samples and integration tests for PHP (Laravel), Ruby on Rails, and Rust.
Published idiomatic Go client library with zero-allocation JSON streaming and context cancellation.
Published Python client package supporting both sync and asyncio for FastAPI, Django, and Flask.
Interactive copy-ready code snippets in Node.js, Python, Go, and cURL inside the API keys page.
Published @reloop/email on npm with full TypeScript definitions, auto-retry logic, and batch sending.