The modern email development framework.
Develop, preview and build production-ready emails in a modern environment, with Vue and Tailwind CSS.
npx maizzle newWorkflows
Use in any Vite project, or as a standalone tool.
Plug Maizzle into your existing build, run it from the command line, or call it as a library — same components, same output.
<script setup>
const name = 'friend'
</script>
<template>
<Layout>
<Container class="max-w-[600px]">
<Heading as="h1">
Welcome, {{ name }}
</Heading>
<Button href="https://maizzle.com">
Read the docs
</Button>
</Container>
</Layout>
</template>VITE v7.0.0 ready in 312 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h to show help
Components
Build reusable email UI with components.
Render‑tested email components that look great across all major email clients.
Dev UI
The best email development experience around.
Preview your emails in real‑time as you code in a beautiful, functional interface purposely built for email development.
Live preview
screenshot placeholder
“Maizzle is amazing! I use it for building all our emails, and being able to combine Tailwind with Maizzle's component system feels so modern and powerful. I can't imagine building email templates any other way.”
Eric L. Barnes
Creator of Laravel News
Tailwind CSS
Style HTML emails with Tailwind CSS.
Tailwind CSS is a first‑class citizen in Maizzle, finely‑tuned for email client compatibility.
<template>
<Layout>
<Container class="max-w-[600px] bg-white">
<Section class="px-12 py-12">
<Heading
as="h1"
class="text-2xl font-bold text-slate-900 sm:text-3xl"
>
Build stunning emails, faster.
</Heading>
<Text class="mt-4 text-base text-slate-600">
Tailwind CSS, fine‑tuned for every email client.
</Text>
<Button
href="https://maizzle.com"
class="mt-7 rounded-lg bg-indigo-600 px-5 py-3 font-semibold text-white"
>
Read the docs
</Button>
</Section>
</Container>
</Layout>
</template>Deploy
Send with any platform.
Maizzle compiles your emails to pure HTML, so you can use it with any email service provider.
In production
Build any kind of email.
Maizzle is used by companies of all sizes to build their emails.
PlugShare
AIHR
Laravel News
Green4Ever
Screencasting.com
TrekWorld
Foundation
The Whiskey Diary
Santos
Mailviews
Take it to the next level with Mailviews.
A vast collection of super high quality, production‑ready email templates and components that help you quickly build HTML emails. Buy once, own forever.
Explore Mailviews