GithubHelp home page GithubHelp logo

thesephist / lovecroft Goto Github PK

View Code? Open in Web Editor NEW
56.0 3.0 1.0 117 KB

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

Home Page: https://lovecroft.thesephist.com

License: MIT License

Makefile 0.93% Go 46.29% HTML 29.61% CSS 9.66% JavaScript 13.51%
mailer mailing-list paper-css

lovecroft's Introduction

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}

lovecroft's People

Contributors

thesephist avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

thingolober

lovecroft's Issues

How to install?

Hi Linus,

I would like to use Lovecroft. I am not sure how to install it. I will write a detailed installation document on behalf of you. Would you kindly show me or point out to me the steps to install? I have a MacBook pro.

Cheers,
Naren

Support Mailgun batch sending

We currently have to work around Mailgun's sending rate limits with timeouts b/c we send individual emails, one Mailgun.Send per recipient. Really what we should be doing is batch-sending in batches of 1000 (Mailgun's max per batch) with customized params for the unsub link.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.