Lovecroft Save

Minimal mailing list manager for static sites, with a simple JSON API

Project README

Lovecroft 💌

Lovecroft is a minimal mailing list service supporting multiple mailing lists and newsletter authoring with Markdown, integrating with Mailgun. It backs newsletters behind thesephist.com and Atypical Press. Lovecroft acts as a common backend for static sites that need to host email subscriptions, and exposes a cross-origin JSON API for enrolling in and unsubscribing from mailing lists.

Screenshot

JSON API for subscriptions

POST /subscribe/{listName}

{
    givenName: string,
    familyName: string,
    email: string,
}

GET /unsubscribe/{listName}/{token}

Open Source Agenda is not affiliated with "Lovecroft" Project. README Source: thesephist/lovecroft
Stars
56
Open Issues
1
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating