The Manichaean Faith explores the teachings of Mani (3rd c. CE) and the living study of
Manichaean texts, history, and ethics. We present reliable introductions, primary sources,
and contemporary reflections for seekers, students, and scholars alike.
“Wherever truth appears, there Light is gathered; wherever Light is gathered, there truth is discerned.”
{/* About */}
The Manichaean Faith is a non-sectarian initiative dedicated to the study and careful presentation of
Manichaeism—an historically global tradition founded by Mani in the 3rd century CE. We provide
accessible primers, curated bibliographies, and pathways to primary texts in translation. Our approach
is scholarly and invitational: readers from any background may explore without prior expertise.
{/* Teachings */}
{/* Primary Texts */}
Kephalaia (Coptic collections of Mani’s teachings)
Shabuhragan (Middle Persian treatise dedicated to Shapur I)
Cologne Mani Codex (Greek biography fragments)
Hymns and Homilies (Coptic, Parthian, Sogdian), Chinese sutra-style texts
Greco-Roman and Islamic-era testimonies that preserve quotations and reports
{articles.map((a, i) => (
{a.date}
{a.title}
{a.abstract}
{a.tags.map((t) => (
{t}
))}
))}
{/* History */}
Originating in Sasanian Iran, Manichaeism spread along trade routes from Mesopotamia to the Roman Empire and
across Central Asia to China. Surviving materials in multiple languages attest to its adaptability and intellectual
breadth. Though often depicted through the lens of opponents, contemporary study increasingly privileges primary
sources and material culture.
{/* Resources */}
Getting Started
A curated orientation: brief history, glossary, map, and a reading plan introducing major texts in translation.
We host periodic reading circles and seminars online. Beginners are welcome. Join the mailing list below for invitations
and occasional updates. We maintain a code of conduct centred on dignity, curiosity, and rigorous conversation.
{/* Contact */}
Send a message or request a bibliography packet. We welcome collaboration with scholars, translators, and educators.
{/* Footer */}
{showToTop && (
)}
);
}
function Section({ id, title, icon: Icon, children }) {
return (
{title}
{children}
);
}
function TeachingCard({ title, body }) {
return (
{title}
{body}
);
}
function StatCard({ icon: Icon, label, value, hint }) {
return (