Skip to content

A full-stack application designed to be the easiest way for organizers to send and manage email campaigns.

License

Notifications You must be signed in to change notification settings

With-the-Ranks/mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

908 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailer

The easiest way to send organizing emails.

Introduction

Mailer is a full-stack application designed to be the easiest way for organizers to send and manage email campaigns. Built specifically for campaigns and non-profits, it features an intuitive email editor, advanced tracking, and is built with Next.js, React-Email, and supported by Vercel PostgreSQL and Prisma ORM.

Note

This project is in pre-alpha development. We may introduce breaking changes without warning. Please review PR details regularly for summaries of changes when pulling new versions of this repo.

Documentation

Documentation

Getting Started

To get started with Mailer, follow these steps:

  1. Install pnpm: If you haven't installed pnpm yet, run:
     npm install -g pnpm
  2. Install dependencies and run the development server: In your project directory, run:
     pnpm i && pnpm dev
    Your localhost should now be live at http://app.localhost:3000

Create a production build

pnpm build

Database Commands

Publish Prisma Schema

npx prisma db push

Open Prisma studio

npx prisma studio

Built on open source

This project was built with open source technologies:

Contributing

License

AGPLv3


About

A full-stack application designed to be the easiest way for organizers to send and manage email campaigns.

Resources

License

Stars

Watchers

Forks

Packages

No packages published