Skip to content

Get your articles and feeds delivered to your Kindle.

License

Notifications You must be signed in to change notification settings

samtgarson/digest-delivery

Repository files navigation

Digest Delivery

Get your feeds, articles and newsletters delivered to your Kindle.

delivery status build status

Send Digest Delivery your newsletters, articles, blogs and read-laters, and it will compile them beautifully into a real Ebook (.mobi) and send it to your Kindle at a frequency you chose—so you can get the reading experience you want without the distractions.

How it works

Digest Delivery provides you with a unique key which you can use to send articles to your digest, as well as a Zapier integration to allow you to integrate most RSS or Read Later services.

The app is split into 3 parts:

Next.js app (/src)

This houses the marketing site and dashboard, allowing logged in users to manage their accounts and view their past and upcoming digests, as well as an API for Zapier to interact with to save articles to an upcoming digest.

Delivery Worker (/delivery)

This is a script which runs periodically on a Github Action, responsible for compiling articles into ebooks, generating book covers, and sending them to Kindles. It is run in a Docker container.

Common (/common)

Common utilities and classes used by both the other two parts.