New Release: EpicMailExtractor v1.0 is live — the first tool in the Epilda developer ecosystem. Explore all tools →
Developer Ecosystem

Build With
The Ancient
Power of Epilda

Official tools, SDKs, and APIs for the Epilda ecosystem. Extend your spiritual community platform — integrate, automate, and create.

6
Tools
1
Live Now
142K+
Epilda Users
180+
Nations

Welcome Back

Continue your developer journey

Epilda Sign In with Epilda
OR USE CREDENTIALS
Developer Tools

The Epilda Toolkit

Open-source and premium tools built specifically for the Epilda ecosystem. From email utilities to API clients and embeddable widgets.

Live

EpicMailExtractor

Bulk email extraction, DNS MX verification, and intelligent classification. Process millions of addresses with real-time feedback.

PHP DNS Email Bulk
Beta

Epilda API Client

Official PHP & JS client library for the Epilda platform API. Full OAuth2, Circles, Community feed, and user management support.

PHP JavaScript OAuth2 REST
Soon

Bode Oracle Widget

Embeddable Bode Oracle divination widget for third-party sites. Customize theme, language, and query depth with a simple JS snippet.

JavaScript Embed Widget
Beta

Epilda SSO SDK

Drop-in single sign-on SDK for PHP, Node.js, and Python. Let your app authenticate via Epilda accounts in under 5 minutes.

PHP Node.js Python SSO
Soon

Circle Sync

Sync and mirror Epilda Circles to Slack, Discord, or any webhook. Automate notifications for new posts, members, and milestones.

Webhooks Slack Discord
New

Timeline Exporter

Export your Epilda Timeline data as PDF, CSV, or JSON archives. Full history backup with media attachments and privacy controls.

PHP PDF CSV Export
REST API

The Epilda Platform API

Access Circles, Community posts, Timeline entries, Oracle queries, and user data programmatically. Full REST API with OAuth2, rate limiting, and webhooks.

  • Real-time webhook events for Circles & Timeline
  • OAuth2 with granular scopes per endpoint
  • Full i18n support — 180+ nations, 40+ languages
  • API usage dashboard and rate limit monitoring
API Reference Get API Key
Epilda API — Quick Start
# 1. Install the PHP client
composer require epilda/api-client

# 2. Initialise with your API key
use Epilda\Client;

$api = new Client([
  'api_key' => 'YOUR_API_KEY',
  'base_url'=> 'https://api.epilda.com/v1',
]);

# 3. Fetch community circles
$circles = $api->circles()->list([
  'limit'  => 20,
  'nation' => 'NG',
]);

var_dump($circles->data);
          
Getting Started

Up and Running in 3 Steps

No lengthy onboarding. Download, configure, and ship.

01

Sign In with Epilda

Use your existing epilda.com account to authenticate. No separate developer registration required.

02

Download a Tool or SDK

Browse the catalog, grab the release ZIP or install via Composer/npm. Every tool is documented.

03

Build and Deploy

Follow the quickstart guide, configure your credentials, and launch your integration in minutes.

Changelog

Latest Updates

View All →
2025-05-01
v1.0

EpicMailExtractor v1.0 Released

live

First public release — bulk email extraction, DNS MX verification, and auto-classification. Free to download.

2025-04-15
v0.9

Epilda SSO SDK enters private beta

beta

PHP and Node.js SSO integration SDK available for early access partners. Apply via the portal.

2025-04-01

Developer Portal launched

new

dev.epilda.com is live. Access tools, SDKs, API docs, and changelogs for the Epilda ecosystem.

Join the Ecosystem

Start Building with
Epilda Today

Sign in with your Epilda account to access all developer tools, get an API key, and join 142K+ seekers worldwide.

Sign In with Epilda Create Epilda Account