Build a Sanctuary, Not Just a Platform.
The first Trust & Safety infrastructure powered by Shepherd AI. Protect the vulnerable by detecting spiritual abuse, shield user locations with smart Geo-Fuzzing, and build a truly safe online community.
11
Trust event types
4
Auto-awarded badges
3
Vouch confidence levels
50+
Base trust score
The Shepherd's Staff
A unified interface for AI Moderation, Trust Scoring, and Federation.
The Scoring Matrix
Define what matters to your community. Configure up to 11 event types via API to calculate the "Trust Score."
- event_hosted+10 pts
- task_complete+5 pts
- attended_mtg+5 pts
- vouch_valid+15 pts
- block_matchSET 0
- content_flag-20 pts
- bot_behavior-50 pts
- toxicity_high-15 pts
- phone_verified+10 pts
- gov_id_check+20 pts
- acct_age_1y+5 pts
- email_corp+5 pts
An Immune System
for the Internet.
When a biological cell defeats a virus, the whole body remembers. GatherGuard works the same way: identify a threat in one community, and block it in 10,000 others instantly.
-
1Threat Detected A bad actor is permanently banned in Community A (e.g., a Church app) for harassment.
-
2Instant Federation Their identifier is hashed (anonymized) and added to the Global Blocklist automatically via database triggers.
-
3Community Immunity When that same user attempts to join Community B (e.g., a Youth Group), they are flagged instantly. Zero damage done.
Purpose-Built Protocols
Generic safety tools fail in high-stakes groups. Select a protocol designed for Homeschool Co-ops, Recovery Groups, and Faith Communities.
Restorative Justice
Don't just ban. Restore. Our API generates automated "Restoration Plans" with task tracking.
Auto-expire bans upon completing counseling tasks.
Require high-trust vouches for re-entry.
The Persecuted Church
Connect believers without exposing their physical location to bad actors.
Strangers see a 10km radius. Friends see exact location.
Flag "wolves" trying to gain trust too quickly.
Spiritual Safety
Standard AI catches swear words. Ours catches grooming and spiritual abuse.
Detects coercion like "God told me you must..."
RESTful API. PostgreSQL-Backed. Type-Safe.
Check trust scores, moderate content, and trigger webhooks. All calculated server-side with ACID guarantees.
// Example: Verifying a Youth Ministry Volunteer
const response = await fetch('https://api.gatherguard.org/trust-score', {
method: 'POST',
// ... headers ...
body: JSON.stringify({
userId: 'volunteer_88',
context: 'youth_ministry_application'
})
});
const { trustScore, globalRisk } = await response.json();
// 1. Check Global Safety Net (Shared Blocklist)
if (globalRisk === 'critical') {
await adminAlert('High risk volunteer attempted registration');
return denyAccess();
}
// 2. Check Community Standing (Attendance + Vouches)
if (trustScore > 80) {
// User has attended 10+ services and is vouched for
await approveVolunteerBadge();
}
Simple, Transparent Pricing
Join our beta program and help shape the future of community safety.
Early Access Beta
For individual communities and developers.
- 10,000 Active Member Screenings
- Global Blocklist Access
- Auto-Moderation Engine
- Real-Time Trust Scoring
- Community Dashboard
Platforms & Agencies
Building a SaaS for churches or non-profits?
- White-Label API
- Multi-Tenant Architecture
- Reseller Revenue Share
- Dedicated Instance
- Custom Data Retention
Questions?
Need help integrating? Want a custom enterprise contract? Talk to our engineering team directly.