Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kasin-it/newslettermaster
- Owner: kasin-it
- Created: 2024-01-16T11:02:41.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-18T12:20:16.000Z (10 months ago)
- Last Synced: 2024-12-20T00:06:44.299Z (about 1 month ago)
- Topics: nextjs, react, shadcn, supabase, tailwind
- Language: TypeScript
- Homepage: https://newsletter-master.vercel.app
- Size: 953 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```