Remase

Create Stunning Email Templates with Remase.io

Remase is a powerful React-based drag-and-drop email editor that makes it easy to create and send beautiful email campaigns.

POWERED BY

Remase.io Email Editor

Key Features

Drag-and-Drop Editor

Easily create and customize email templates with our intuitive drag-and-drop editor.

Responsive Design

Your emails will look great on any device, with automatic responsive design.

Subscriber Management

Easily manage your email subscribers and keep your lists up to date.

Email Analytics

Track the performance of your email campaigns with detailed analytics.

Pre-built Templates

Choose from a library of professionally designed email templates.

Integrations

Seamlessly integrate Remase.io with your favorite tools and platforms.

Pricing

Basic

For individuals and developers

£5/month
  • 5,000 emails per month
  • Up to 200 subscribers
  • 50 saved design
  • Export emails

Premium

Perfect for small to medium businesses

£20/month
  • 20,000 emails per month
  • Up to 1,500 subscribers
  • 200 saved design
  • Export emails

Ultimate

Enterprise solution for your business

£80/month
  • 100,000 emails per month
  • Unlimited subscribers
  • Unlimited saved design
  • Export emails
  • Webhook
  • Dedicated account manager

Ready to get started?

Install our npm package and start using remase today

Go to NPM

Installation

You can install Remase via npm:

npm install remase
# or
yarn add remase

Usage

Design your email on Remase.io and copy the template ID

Sending your email:

await remase.emails.send({
  from: "you@example.com",
  to: "user@gmail.com",
  subject: "hello world",
  templateId: "your_templateId",
});

Setup

First, you need to get an API key from Remase.io.

import { Remase } from "remase";
const remase = new Remase("your_api_key");

Subscribers

Manage your subscribers on Remase.io

Add a subscriber:

await remase.subscribers.add({
  email: "user@gmail.com",
  //optional to send confirmation email to your subscriber
  from: "you@example.com",
  templateId: "your_templateId"
});

Newsletter Subscription

Sign up to our newsletter to receive the latest updates and exclusive content.

🔐 We won`t share your information with third party. By subscribing, you consent to the storage of your information for the purpose of contacting you. You can unsubscribe anytime.

Remase

React Email Services

Copyright © 2024

Resources

Coming soon..

Documentation

Coming soon..

API Documentation

Coming soon..