📬 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
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
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:
- Enable Cloudflare Email Routing on your domain
- Create addresses (hello@, newsletter@, etc.) → route to Worker
- Deploy the email-inbound Worker (see setup guide)