Dynamic
Templates Made Easy
Muil is the go-to solution to build, maintain, and manage dynamic templates using React and tools you know and love.
import React from 'react'
import { BarChart } from '@muil/components'
const Chart = ({ jan, feb, mar }) => (
<>
<h2 style={{ textAlign: 'center' }}>
Awesome Chart
</h2>
<BarChart
style={{ margin: '0 auto' }}
height={150}
categories={[{ color: '#6041D9' }]}
series={[
{
label: 'Jan',
value: jan
},
{
label: 'Feb',
value: feb
},
{
label: 'Mar',
value: mar
}
]}
/>
</>
)
curl
-X POST
-d '{
"subject": "Awesome Chart",
"to": "example@mail.com",
"props": { "jan": 20, "feb": 50, "mar": 30 }
}'
'https://app.muil.io/templates/awesomeChart/email'

How it works
Craft and generate templates with 3 easy steps
1
Create dynamic template with React using your favorite tools
2
Publish the template using our developer-friendly CLI tool
3
Generate the template using REST API call
Key Features
Build Templates Using React
Create dynamic templates with React declarative and component-based nature that makes coding quick, simple, and reusable!
Your Favorite Tools
Use familiar IDEs, frameworks, and tools.
Muil Templates Viewer
a Live viewer that lets your team fast-track template development
app.muil.io
Free and easy to use templates renderer service
Designed for All Major Email Clients
Easily transpile templates across multiple email clients: store images on the cloud, create inline styles, and compress code.
Complex Templates Made Simple
Create responsive emails without bloated and complicated code. Our components library includes charts, buttons, menus, grids, typography, and more that make email building impressively easy.
Pricing
Looking for Muil open source project? →Cloud
A fully managed service offering utilizing Muil's open-source engine
FREE
$0/mo
For prototypes and projects in dev
1,000 Renderers per month
Unlimited Users
Muil Viewer
Email rendering
PDF rendering
PNG rendering
Store template images on the cloud
Pro
$99/mo
For projects in production
Unlimited renderers
Unlimited Users
Muil Viewer
Email rendering
PDF rendering
PNG rendering
Store template images on the cloud
SLA (99.9% uptime)
Automatic Backups
24 x 7 Support
On-Prem
For hybrid environments & private clouds
Enterprise
Custom
Private cloud deployments
Unlimited renderers
Unlimited Users
Muil Viewer
Email rendering
PDF rendering
PNG rendering
Store images on your own S3 bucket
24 x 7 Support