Run your newsletters like a pro with Letter Loop.
- Create newsletters
- Send newsletters to subscribers
- Track newsletter performance
- Manage subscribers
- Next.js
- Clerk
- Supabase
- Tailwind CSS
- Clone the repository
- Install dependencies
npm install- Create a
.envfile in the root of the project and add the following environment variables:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=- Start the development server
npm run dev- Open the browser and navigate to
http://localhost:3000