An open API service indexing awesome lists of open source software.

https://github.com/thutasann/email-builder

just a simple email builder with nextjs and convex
https://github.com/thutasann/email-builder

convex email-builder nextjs shadcn-ui

Last synced: 2 months ago
JSON representation

just a simple email builder with nextjs and convex

Awesome Lists containing this project

README

        

# Email Builder

This is the Hobby Next.js project that allows you to build email templates focused on the Email Builder and Sending Email.

![Demo](./public/demo.png)

## Tech Stack

- Next.js
- Tailwind CSS
- Shadcn UI
- Convex (Just tested it)
- Nodemailer

## Convex

```bash
npx convex dev
```

## Run the project

```bash
npm run dev
```