Platform Roadmap
Resonance is platform-agnostic by design. The API is universal — you can integrate from anywhere that makes HTTP POST requests. Pre-built integrations make it easier to get started on popular platforms.
Current Integrations
| Platform | Status | Description |
|---|---|---|
| Discord | ✅ Production | Full-featured bot with 30+ commands |
| Telegram | ✅ Production | Full-featured bot with core parity |
| Custom HTTP | ✅ Production | API for any platform — web apps, mobile, games, etc. |
| Shopify | ✅ Available | E-commerce purchase and referral rewards |
| WordPress | ✅ Available | Content site engagement rewards |
Discord (Production)
Full-featured community loyalty bot.
Features:
- Daily check-ins and streaks
- Natural participation (GM/GN, quality messages)
- Voice channel rewards
- Role-based multipliers
- Third-party bot integration (Mee6, Arcane, etc.)
- Reaction drops
- Server boost rewards
- KPI tracking and goals
- Achievements
- Full admin configuration
Get Started: Discord Setup Guide →
Telegram (Production)
Full-featured community loyalty bot with core parity to Discord for all applicable features.
Features:
- Daily check-ins and streaks
- Natural participation (GM/GN)
- Quality message rewards
- Leaderboards
- Perks and redemption
- Achievements
- Admin configuration
Platform Differences:
- No role-based rewards (Telegram doesn't have roles)
- No voice tracking (different architecture)
- No third-party bot integration
- No reaction drops (different UI model)
Get Started: Telegram Setup Guide →
Custom HTTP (Production)
The API is universal. Any platform that can make HTTP POST requests can integrate.
Use Cases:
- Games — Reward players for achievements, playtime
- Mobile Apps — Reward user actions
- Websites — Reward signups, purchases, engagement
- Custom Bots — Build bots for any platform
- E-commerce — Reward purchases and referrals
- IoT — Reward sensor events, check-ins
What's Available:
- Event Handler API (reward distribution)
- Shared Services (streaks, leaderboards, achievements, perks)
- HMAC signature authentication
- OAuth pregeneration (wallet creation)
Get Started: Platform Developers Guide →
Future Integrations
We're evaluating new platforms based on community demand:
| Platform | Status | Notes |
|---|---|---|
| Slack | Planned | Enterprise communities |
| Evaluating | Business API required | |
| X/Twitter | Infrastructure exists | Awaiting demand |
| Farcaster | Infrastructure exists | Awaiting demand |
| Game SDKs | Planned | Unity, Unreal wrappers |
Want a specific integration? Let us know at developers@rsnc.network
Architecture: Why Universal?
The Resonance backend is platform-agnostic by design:
Any Platform (Discord, Telegram, Games, Apps, Websites)
↓
HTTP POST to Event Handler API
↓
Shared Services (Streaks, Leaderboards, Achievements, Perks)
↓
Reward Distribution (Wallet creation, RSNC transfer)
Authentication supports:
- HMAC Signature (server-to-server)
- Platform validation (Discord, Telegram)
- Domain validation (websites)
User identification supports:
discord_{user_id}@rsnc.networktelegram_{user_id}@rsnc.networkyourplatform_{user_id}@rsnc.network- Direct email addresses
This architecture means:
- New integrations don't require backend changes
- Features work across platforms (streaks, achievements, perks)
- Developers can build custom integrations immediately