Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kasin-it/newslettermaster

Welcome to the SASS Newsletter, a simple app designed for managing newsletter subscriptions and sending mass emails.
https://github.com/kasin-it/newslettermaster

nextjs react shadcn supabase tailwind

Last synced: 24 days ago
JSON representation

Welcome to the SASS Newsletter, a simple app designed for managing newsletter subscriptions and sending mass emails.

Awesome Lists containing this project

README

        

# SASS Newsletter

Welcome to the SASS Newsletter, a simple app designed for managing newsletter subscriptions and sending mass emails.

### 🚀 Features

- **Secure authentication**
- **User registration and profile management**
- **Newsletter subscription management**
- **Mass email sending to all subscribed users**
- **Stripe subscriptions**

## Local Setup

### Setup Instructions

1. Install project dependencies:

```bash
pnpm i
```

2. Start Supabase:

```bash
supabase start
```

3. Run the project in preview mode:

```bash
pnpm run preview
```