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.
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", });