📬 Email CRM

Full-featured CRM with email inbox, deal pipeline, and lead tracking — built directly into your EmDash admin dashboard.

Features

Feature Free Pro ($19/mo)
Deal pipeline (7 stages)
Lead management with import
Email inbox from custom domain
1-click create lead from email
Dashboard widgets & analytics
Conversion rate tracking
Email templates & sequences
Team collaboration
Custom email routing rules

Pricing

Free

$0

Full CRM for personal sites. Pipeline, inbox, lead tracking.

  • Deal pipeline (7 stages)
  • Email inbox from custom domain
  • Lead management & import
  • Dashboard widgets & analytics
  • 1-click lead from email
Get Started Free

Pro

$19/month

For teams — email templates, sequences, and team collaboration.

  • Everything in Free
  • Email templates & sequences
  • Team collaboration
  • Custom email routing rules
  • Priority support
Coming Soon

Install Email CRM

Quick Install (existing EmDash project)

1
npm install aikit-email-crm

Install the package

2
import { emailCrmPlugin } from "aikit-email-crm";

Add import to astro.config.mjs

3
sandboxed: [autoBlogSeoPlugin(), emailCrmPlugin()]

Register in EmDash config

4
npm run build && npm run deploy

Build and deploy

Then visit /_emdash/admin/plugins/email-crm to access your CRM.

Email Inbox Setup

To receive emails at your custom domain:

  1. Enable Cloudflare Email Routing on your domain
  2. Create addresses (hello@, newsletter@, etc.) → route to Worker
  3. Deploy the email-inbound Worker (see setup guide)