Hacker News new | past | comments | ask | show | jobs | submit login
React-email drag-and-drop editor and email sending service (remase.io)
2 points by next-plus 10 months ago | hide | past | favorite | 2 comments



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

NPM package:https://www.npmjs.com/package/remase

Send a react email with a few lines of code: import { Remase } from "remase"; const remase = new Remase("your_api_key");

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


Hey saw your site, great project it is like Mailchimp but for JS

I noticed that Links to Docs, Blog and API is not included. It will have a negative impact on SEO for your site.

If you are looking for blog, you can consider https://shedtheshade.com, I have designed it for indie founders and startups, to be easy to configure and use.




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: