Welcome to the InboxKit Community Templates repository! This is an open-source collection of high-quality, production-ready email templates contributed by developers worldwide.
Submit a template and get 50% off InboxKit lifetime access when your contribution is accepted, including:
- Access to all 100+ premium templates
- AI-powered customization assistant
- All future templates and updates
- Priority support
Browse our growing collection of community-contributed email templates:
Professional templates for transactional emails like receipts, confirmations, password resets, and notifications.
Eye-catching templates for promotional campaigns, product launches, and marketing announcements.
Clean, readable templates for newsletters, content digests, and regular updates.
Conversion-focused templates for abandoned carts, order confirmations, shipping updates, and more.
- Browse the
templates/directory by category - Find a template that fits your needs
- Copy the HTML from
template.html - Customize the content and variables
- Test in your preferred email client
- Deploy!
Want to contribute? Here's how:
- Star this repository
- Fork the repository
- Read the Contributing Guidelines
- Add your template in the appropriate category
- Submit a Pull Request
- Get free lifetime InboxKit access when approved!
→ Read Full Contributing Guide
Your template must include:
template.html- Clean, responsive email templatepreview.png- Screenshot of the rendered templateREADME.md- Documentation and usage instructions
Quality Standards:
- Mobile-responsive design
- Tested in major email clients (Gmail, Outlook, Apple Mail)
- Clean, well-commented HTML
- Inline CSS (email best practices)
- Accessible markup
templates/
├── transactional/
│ ├── order-confirmation/
│ │ ├── template.html
│ │ ├── preview.png
│ │ └── README.md
│ └── password-reset/
│ ├── template.html
│ ├── preview.png
│ └── README.md
├── marketing/
├── newsletter/
└── ecommerce/
All templates should be tested in:
- Gmail (Desktop, iOS, Android)
- Outlook (2016, 2019, Office 365)
- Apple Mail (macOS, iOS)
- Yahoo Mail
- Thunderbird
** Recommended Testing Tools:**
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="format-detection" content="telephone=no" />
<meta name="x-apple-disable-message-reformatting" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Email Subject/Title</title>
<style type="text/css">
/* Responsive/media query styles here */
</style>
</head>
<body style="margin: 0; padding: 0;">
<!-- Email content -->
</body>
</html>- Use inline styles for most properties
- Keep
<style>tag for media queries only - Avoid
!importantwhen possible - Use tables for layout structure
- Keep max-width at 600px
- Always include
alttext - Use absolute URLs
- Optimize file sizes
- Provide @2x versions for retina
- Premailer - Inline CSS
- HTML Email Check - Validation
- PutsMail - Test emails
All templates in this repository are licensed under the MIT License.
You're free to:
- Use templates in commercial projects
- Modify and adapt templates
- Use in client projects
- Include in your products
You cannot:
- Resell templates as-is
- Create competing template libraries
- Remove author attribution
Thank you to all our amazing contributors! View the Contributors Page to see everyone who has helped grow this library.
Ready to contribute? Read the Contributing Guide →
Need help? Contact Support →
Made with ❤️ by the InboxKit community