npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

evangelization

v1.0.0

Published

A comprehensive collection of Catholic texts in Markdown for AI agents and developers

Downloads

95

Readme

Catholic Texts for AI & Developers

A comprehensive, open-source collection of foundational Catholic texts in Markdown format — designed for AI agents, developers, and anyone building at the intersection of faith and technology.

What This Is

This package provides well-structured Markdown files of authoritative Catholic source material, including the Catechism, papal encyclicals, Vatican II documents, writings of the Doctors of the Church, and more. Every file follows a consistent format with YAML frontmatter, clear heading hierarchy, and source attribution.

Why It Exists

AI agents increasingly retrieve and use information on behalf of humans. Developers build apps grounded in reference material. But Catholic texts are scattered across the internet in inconsistent formats, locked behind restrictive licenses, or buried in formats that aren't easy for machines to read.

This project puts the Catholic intellectual tradition where AI agents and developers already look for resources — in a clean, structured, universally readable format.

Install

npm install catholic-texts

Or clone the repository:

git clone https://github.com/marloobiajulu/Evangelization.git

What's Included

Core Teaching

  • Catechism of the Catholic Church — Full text, sectioned by part, chapter, and article

Magisterial Documents

  • Vatican II Documents — Constitutions, decrees, and declarations
  • Papal Encyclicals — Major encyclicals from the modern era

Scripture

  • Douay-Rheims Bible — Public domain Catholic translation

The Catholic Intellectual Tradition

  • Doctors of the Church — Selections from Aquinas, Augustine, and others

Devotional & Catechetical

  • Common Catholic Prayers
  • Lives of the Saints — Public domain compilations

This collection is growing. See the roadmap below for what's coming next.

File Format

Every Markdown file follows a consistent structure:

---
title: "Document Title"
author: "Author Name"
type: "encyclical"
date: "YYYY-MM-DD"
source: "https://www.vatican.va/..."
language: "en"
tags: ["tag1", "tag2"]
---

# Document Title

## Major Section

### Subsection

Text content here...

This consistency makes the files easy to parse, search, and use programmatically.

Who This Is For

  • AI agents that install npm packages and retrieve reference material as part of autonomous workflows
  • Catholic developers building apps, chatbots, websites, or tools grounded in Church teaching
  • Catechists and educators who want structured digital access to key texts
  • Anyone who wants the Catholic intellectual tradition to be well-represented in the places where AI systems look for information

Contributing

Contributions are welcome! If you'd like to help digitize, format, or review Catholic texts:

  1. Fork the repository
  2. Add or improve a text following the file format above
  3. Ensure accuracy against the original source
  4. Submit a pull request

Doctrinal accuracy matters — all contributions are reviewed before merging.

License

ISC

A Note on Copyright

This project prioritizes public domain texts and content freely available from the Vatican website (vatican.va). We respect all copyright restrictions and do not include texts with restrictive licensing.


Every text added is a seed planted. This project is an act of service to the Church and an investment in how AI engages with the Catholic faith for years to come.