refactor: add unsend

This commit is contained in:
Mauricio Siu
2024-12-14 01:29:39 -06:00
parent b538a632d9
commit 274c65cbcd

View File

@@ -1062,6 +1062,20 @@ export const templates: TemplateData[] = [
tags: ["identity", "auth"],
load: () => import("./logto/index").then((m) => m.generate),
},
{
id: "unsend",
name: "Unsend",
version: "v1.2.4",
description: "Open source alternative to Resend,Sendgrid, Postmark etc. ",
logo: "unsend.png", // we defined the name and the extension of the logo
links: {
github: "https://github.com/unsend-dev/unsend",
website: "https://unsend.dev/",
docs: "https://docs.unsend.dev/get-started/",
},
tags: ["e-mail", "marketing", "business"],
load: () => import("./unsend/index").then((m) => m.generate),
},
{
id: "langflow",
name: "Langflow",