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
- Host: GitHub
- URL: https://github.com/thutasann/email-builder
- Owner: thutasann
- Created: 2025-01-22T14:22:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T15:59:49.000Z (4 months ago)
- Last Synced: 2025-01-25T16:27:45.719Z (4 months ago)
- Topics: convex, email-builder, nextjs, shadcn-ui
- Language: TypeScript
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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
```