/ subscribe

Subscribe via feed

We publish a machine-readable feed in three formats. No email, no account, no tracking — just paste one of these URLs into your feed reader and you'll get every new article the moment it ships.

RSS 2.0

application/rss+xml

The classic. Supported by almost every reader — NetNewsWire, Feedly, Inoreader, Reeder, miniflux.

http://localhost:3000/feed.xmlOpen

Atom 1.0

application/atom+xml

Stricter than RSS, nicer metadata. Prefer this if your reader supports it — most modern ones do.

http://localhost:3000/atom.xmlOpen

JSON Feed 1.1

application/feed+json

JSON-native alternative. Easiest to parse if you're building tooling on top of the feed.

http://localhost:3000/feed.jsonOpen

Filter by category or tag

Append ?category=<slug> or ?tag=<slug> to any feed URL to subscribe to a subset. Use ?limit=50 to control the number of items (default 20).

http://localhost:3000/feed.xml?category=tutorials&limit=50