Skip to content

InboxKit/community-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InboxKit Community Templates

Welcome to the InboxKit Community Templates repository! This is an open-source collection of high-quality, production-ready email templates contributed by developers worldwide.

Get 50% off InboxKit lifetime access

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

Template Library

Browse our growing collection of community-contributed email templates:

Transactional

Professional templates for transactional emails like receipts, confirmations, password resets, and notifications.

Marketing

Eye-catching templates for promotional campaigns, product launches, and marketing announcements.

Newsletter

Clean, readable templates for newsletters, content digests, and regular updates.

E-commerce

Conversion-focused templates for abandoned carts, order confirmations, shipping updates, and more.

Quick Start

Using Templates

  1. Browse the templates/ directory by category
  2. Find a template that fits your needs
  3. Copy the HTML from template.html
  4. Customize the content and variables
  5. Test in your preferred email client
  6. Deploy!

Contributing Templates

Want to contribute? Here's how:

  1. Star this repository
  2. Fork the repository
  3. Read the Contributing Guidelines
  4. Add your template in the appropriate category
  5. Submit a Pull Request
  6. Get free lifetime InboxKit access when approved!

→ Read Full Contributing Guide

Submission Requirements

Your template must include:

  • template.html - Clean, responsive email template
  • preview.png - Screenshot of the rendered template
  • README.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

Template Structure

templates/
├── transactional/
│   ├── order-confirmation/
│   │   ├── template.html
│   │   ├── preview.png
│   │   └── README.md
│   └── password-reset/
│       ├── template.html
│       ├── preview.png
│       └── README.md
├── marketing/
├── newsletter/
└── ecommerce/

Testing

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:**

Best Practices

HTML Structure

<!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>

CSS Guidelines

  • Use inline styles for most properties
  • Keep <style> tag for media queries only
  • Avoid !important when possible
  • Use tables for layout structure
  • Keep max-width at 600px

Image Guidelines

  • Always include alt text
  • Use absolute URLs
  • Optimize file sizes
  • Provide @2x versions for retina

Resources

Email Development

Design Inspiration

Tools

Community

License

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

Contributors

Thank you to all our amazing contributors! View the Contributors Page to see everyone who has helped grow this library.

Top Contributors

Statistics

GitHub Stars GitHub Forks GitHub Issues GitHub Pull Requests


Ready to contribute? Read the Contributing Guide →

Need help? Contact Support →

Made with ❤️ by the InboxKit community

About

Open-source email templates by the community. Get 50% off InboxKit lifetime access when your template is accepted!

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors