Skip to main content

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

PlatformStatusDescription
Discord✅ ProductionFull-featured bot with 30+ commands
Telegram✅ ProductionFull-featured bot with core parity
Custom HTTP✅ ProductionAPI for any platform — web apps, mobile, games, etc.
Shopify✅ AvailableE-commerce purchase and referral rewards
WordPress✅ AvailableContent 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:

PlatformStatusNotes
SlackPlannedEnterprise communities
WhatsAppEvaluatingBusiness API required
X/TwitterInfrastructure existsAwaiting demand
FarcasterInfrastructure existsAwaiting demand
Game SDKsPlannedUnity, 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.network
  • telegram_{user_id}@rsnc.network
  • yourplatform_{user_id}@rsnc.network
  • Direct email addresses

This architecture means:

  1. New integrations don't require backend changes
  2. Features work across platforms (streaks, achievements, perks)
  3. Developers can build custom integrations immediately