The modern platform for your community
APIs and developer tools to integrate member management, giving, events, and communications into your church software.
One platform for your entire community
Zoe Community brings member management, giving, events, and communications into a single, elegant platform — so your team spends less time on tools and more time on people.
Explore the platformMember Management
Unified member profiles, groups, attendance tracking, and organization-wide identity — all through a single API.
View Members APIGiving & Donations
Process donations, manage recurring giving, generate contribution statements, and track financial health in real time.
View Giving APIEvents & Communications
Coordinate events, send targeted communications, and automate follow-ups across your entire community.
View Events APIBuilt for developers
Ship faster with intuitive APIs, official SDKs, and comprehensive documentation.
import Zoe from '@zoecommunity/sdk';
const zoe = new Zoe({ apiKey: process.env.ZOE_API_KEY });
// Fetch all active members
const members = await zoe.members.list({ status: 'active' });
console.log(`${members.data.length} members found`);What developers are saying
Zoe Community has transformed how we manage our congregation. The API is intuitive and the onboarding was seamless.