Skip to main content

Platform Roadmap

Loyalteez is designed to be platform-agnostic. Our API is universal — you can integrate from anywhere that can make HTTP POST requests.

Current Status

TimelinePlatformStatusDescription
NOWDiscord✅ ProductionFull-featured bot with 30+ commands
COMING SOONTelegram🚧 In TestingCore parity with Discord (final testing)
FUTUREHTTP POST🏗️ ReadyAPI available for custom integrations

Discord (Production)

Our flagship integration with the most features.

Full 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 (Coming Soon)

In Final Testing

The Telegram bot has achieved core parity with Discord and is currently in final testing. Documentation is available for preview.

Core parity achieved with Discord for all applicable features.

Core Features:

  • Daily check-ins and streaks
  • Natural participation (GM/GN)
  • Quality message rewards
  • Leaderboards
  • Perks and redemption
  • Achievements
  • Admin configuration

Telegram-Specific Differences:

  • No role-based rewards (Telegram lacks roles)
  • No voice tracking (different architecture)
  • No third-party bot integration
  • No reaction drops (different UI model)

Get Started: Telegram Setup Guide →


HTTP POST / Custom (API Ready)

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 Now:

  • 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 always evaluating new platforms based on community demand:

PlatformStatusNotes
SlackPlannedEnterprise communities
WhatsAppEvaluatingBusiness API required
X/TwitterInfrastructure existsAwaiting demand
FarcasterInfrastructure existsAwaiting demand
Game SDKsPlannedUnity, Unreal wrappers
E-commercePlannedShopify, WooCommerce plugins

Want a specific integration? Let us know at [email protected]


Architecture: Why Universal?

The Loyalteez 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, LTZ transfer)

Authentication supports:

  • HMAC Signature (server-to-server)
  • Platform validation (Discord, Telegram)
  • Domain validation (websites)

User identification supports:

  • discord_{user_id}@loyalteez.app
  • telegram_{user_id}@loyalteez.app
  • yourplatform_{user_id}@loyalteez.app
  • 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