Chat, AI and messaging SDK platform. Add real-time messaging, AI bots, and backend services to your app in minutes.
This repository serves as the SDK monorepo β a single place to discover, clone, and navigate all Ethora SDKs, tools, and sample apps. Each component lives in its own focused repository, linked here as git submodules.
| Folder | Repository | Description | Status |
|---|---|---|---|
sdk-reactjs/ |
ethora-chat-component | React.js chat SDK β embed chat in any web app | Active |
sdk-reactnative/ |
ethora-chat-component-rn | React Native chat SDK (iOS & Android) | Active |
sdk-android/ |
ethora-sdk-android | Native Android SDK (Kotlin) | Active |
sdk-swift/ |
ethora-sdk-swift | Native iOS SDK (Swift) | Active |
sdk-wordpress/ |
ethora-wp-plugin | WordPress plugin β no-code chat widget | Active |
app-reactjs/ |
ethora-app-reactjs | Full web app (React.js) β App Builder frontend | Active |
playground/ |
ethora-sdk-playground | SDK testing & demo playground | Active |
backend-integration/ |
ethora-sdk-backend-integration | Backend integration examples | Active |
mcp-cli/ |
ethora-mcp-cli | MCP CLI for IDE/agent integration | Active |
rag-demos/ |
rag_demos | RAG pipeline demos & examples | Active |
bots/ |
ethora-bots | Bot framework (XMPP, LLM, automation) | Active |
setup/ |
ethora-setup | CLI setup tool β npx @ethora/setup |
Active |
api/ |
(inline) | REST API documentation (Swagger/OpenAPI) | Reference |
| β | ethora-app-react-native | React Native app (iOS & Android) | Legacy |
| β | site_crawler | Website crawler for RAG ingestion | Active |
git clone --recurse-submodules https://github.com/dappros/ethora.git
cd ethoraIf you already cloned without --recurse-submodules:
git submodule update --init --recursiveThis repo can update its submodule pointers automatically via .github/workflows/bump-submodules.yml.
Behavior:
- runs every 6 hours on weekdays and on manual dispatch
- updates each submodule to the latest commit on its remote default branch
- commits pointer bumps directly into
main
npx @ethora/setupThis will create an account, set up an app, and generate config files for your target SDK. You can also connect to a self-hosted server.
Add chat to a website (fastest):
cd sdk-reactjs
npm install
# See sdk-reactjs/README.md for embedding instructionsAdd chat to a React Native app:
cd sdk-reactnative
npm install
# See sdk-reactnative/README.mdNative Android SDK:
cd sdk-android
# See sdk-android/README.md for Gradle setupNative iOS SDK:
cd sdk-swift
# See sdk-swift/README.md for Swift Package Manager setupWordPress (no code):
Install the plugin from sdk-wordpress/ or see ethora-wp-plugin.
Connect via MCP (IDE/AI agent):
cd mcp-cli
npm install
# See mcp-cli/README.mdSign up for a free account at app.ethora.com to get API credentials. The SDKs connect to Ethora Cloud by default. Self-hosted and dedicated server options are available for enterprise customers.
- Chat / Messaging β 1:1 and group chat, push notifications, audio/video calls
- AI Assistants β LLM-powered bots, RAG pipelines, prompt engineering
- Backend-as-a-Service β Users, files, push notifications out of the box
- Digital Wallets β ERC-20/721/1155 tokens, documents, digital assets
- Gamification β Coins/points, referrals, daily bonuses, collectibles
Your App
βββ Ethora SDK (React.js / React Native / Android / Swift / WordPress)
βββ Ethora Platform API (REST + XMPP)
βββ Chat (Ejabberd + custom services)
βββ AI (LLM bots, RAG)
βββ Users & Auth (SSO, JWT)
βββ Files & Storage (S3/IPFS)
βββ Push Notifications (FCM/APNs)
βββ Blockchain (EVM, optional)
Hosting options: Cloud (free tier) | Self-hosted (AWS Marketplace / Docker) | Dedicated server
We welcome issues, discussions, and PRs across the ecosystem. Each submodule has its own issue tracker β use the relevant repository for bug reports and feature requests.
- Open an issue for cross-cutting concerns
- Use Discussions for Q&A
- Follow conventional commit messages
- Website: https://ethora.com/
- Try Free: https://app.ethora.com/register
- Twitter/X: https://x.com/EthoraOfficial
- LinkedIn: https://www.linkedin.com/company/ethora-official/
AGPL and MIT licenses. Commercial licenses available from Dappros.
Previous README content (archive)
4 Dec 2024 β New platform UI released
Finally our new version of the overall platform UI is released. This affects the whole web version including chat component and Admin Screens. We hope you like the new look of Ethora and this inspires you to build your fascinating projects with Ethora engine! Both old and new UI are going to remain available for you to use for a few months after which we will sunset the old version. More details in our Community Forum: https://forum.ethora.com/topic/38-new-version-soft-launch/#comment-48
11 Oct 2024 β NPM: Ethora Chat Component
We released the Ethora Chat Component npm package β launch a chat room in minutes without digging into a mono-repo. https://www.npmjs.com/package/@ethora/chat-component
3 Sep 2024 β Web version redesign
We're updating our web design β new login/sign-in screens and Admin dashboard. Follow updates: https://forum.ethora.com/forum/16-updates-and-announcements/
5 Jul 2024 β Chat Component alpha
Alpha of the chat component released. It combines Ethora's platform features with simple embedding. More: https://forum.ethora.com/topic/9-ethora-nmp-package-chat-component-alpha-version/#comment-9
11 Oct 2023 β Architecture & design plans
Architecture review & refactoring; forthcoming design updates (mobile first, then web). Video by @CodeEater21 on building iOS/Android with Ethora: https://www.youtube.com/watch?v=pKEMcxJb5HM Self-hosted options via AWS Marketplace / Docker Hub planned.
React Native β Standard UI (new design)

React Native β Standard UI (old version)

The fastest way to get your app running:
- Customize name, logo, colors
- Launch your web app on your subdomain
- Generate React Native codebases for iOS & Android
Sign up: https://app.ethora.com/register
Ethora uses XMPP for chat. Connect bots in Python, Node.js, etc.
- Coin (ERC-20) for project economy
- Sign-up bonus (100 Coins by default)
- Daily check-in (5 Coins)
- Referrals (25 Coins to both users)
Keep busy chats tidy with thread replies.
- iOS, Android, Web
- Your own name, branding, token/coin name
- SSO (Social Sign On) via Gmail, Facebook, Apple or email
- AI Bots with LLM, RAG, prompt engineering features
- Each user gets a digital assets wallet + cryptographic keypair
- Coins (ERC-20) & NFTs (ERC-721/1155)
- Crypto-likes (tip tokens to messages)
- Rooms & spaces, QR/public-key invites
- Profiles, push, audio/video calls
Ethora & its server infrastructure have been developed since 2018 by Dappros and DeepX. The team is led by Taras Filatov, a Ukrainian-born and UK-based tech entrepreneur.
Backend: Dappros Platform API & DeepX RTC: EVM chain + API/cache (Node.js, Kafka, Redis, MongoDB), IPFS/S3 storage, and XMPP Ejabberd messaging with custom services (Erlang, Mnesia, MySQL, Cassandra).
Commercial model:
- Client-side: free, open-source (closed-source commercial license available)
- Server-side: freemium (generous free tier + paid SLA for businesses)



