# jpmonette/feed

A RSS, Atom and JSON Feed generator for Node.js, making content syndication simple and intuitive! 🚀

Repository: https://github.com/jpmonette/feed
Canonical: https://ross.abutalabs.com/products/feed
Homepage: https://github.com/jpmonette/feed
Language: TypeScript
License: MIT
License Family: permissive
Topics: javascript, feed, rss, atom, nodejs, syndication, json-feed, typescript
Last push: 2026-07-06T18:43:27+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 91, release rhythm 80, longevity 100
- inputs: {"age_days": 4938, "days_push": 58, "days_rel": 59, "gap_med": 77, "n_releases_24m": 6}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1408, forks 226 (observed 2026-08-28T04:04:38.589033+00:00)

## What it is
A TypeScript library for Node.js that generates RSS 2.0, Atom 1.0, and JSON Feed 1.0 syndication feeds. It provides a simple, strongly-typed API for building feed content from website posts and articles.

## Use cases
- generate an rss feed for my blog
- create atom feed for a nodejs website
- output  feed from articles
- add content syndication to my site
- generate podcast feed xml
- serve rss atom and  feeds from one codebase

## When to choose
- you need to emit multiple feed formats (RSS, Atom, JSON Feed) from a Node.js app
- you want a type-safe, well-tested feed generator with a simple API
- you are building a blog, podcast, or news site in JavaScript/TypeScript

## When to avoid
- you need to parse or read existing feeds rather than generate them
- you are not using Node.js or a JavaScript runtime
- you need highly customized non-standard feed extensions

## Facets
- artifact type: library
- maturity: stable
- function: serialization, developer-tools
- domain: web-development, backend, apis
- platform: -
- tags: rss, atom, -feed, feed-generator, syndication, xml, nodejs, javascript, typescript

## Member repositories
- jpmonette/feed (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.589033+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:35.534498+00:00, confidence not recorded.
  - readme: https://github.com/jpmonette/feed (fetched 2026-08-28T04:04:38.589033+00:00, sha 2638d831778a)
  - homepage: https://github.com/jpmonette/feed (fetched 2026-08-29T11:52:14.249814+00:00, sha 0228ff5dc51a)
  - registry_npm: https://registry.npmjs.org/feed (fetched 2026-08-29T11:52:14.253063+00:00, sha 8c477f6e6c8a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
