RB

Magfinder

A curated newsletter that helps readers discover new independent magazines from around the world. Magfinder header

Overview

Every Sunday, Magfinder generates an email of the latest independent art magazines and articles and sends it out to a list of subscribers.

Users can visit magfinder.com daily to see a stream of new releases and articles from publishers

Magfinder newsletter

Why

I built this because I found it hard to find independent magazines. These art magazines are largely passion projects made by people with limited budget. Some publishers are large, but many are small.

I wanted to give publishers a way to reach readers and readers a way to discover publishers.

How

I started working on this sometime around 2021. It was a way for me to dive deeper into aspects of software development I didn’t normally get to work on.

Over the years its taken many different forms from a comprehensive social network style application to an e-commerce application.

The front end uses is written in typescript on next js and deployed on cloudflare pages. The backend consists of a number of lambdas that run around the clock, finding new releases, saving them to a postgres database, using anthropic api to generating description and summaries, and publishing the content to the front end.

The weekly email uses AWS SES to send the email out to subcribers every Sunday morning.

Next.jsTypeScriptPostgresAWS LambdaAWS SESAnthropic API