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
| Timeline | Platform | Status | Description |
|---|---|---|---|
| NOW | Discord | ✅ Production | Full-featured bot with 30+ commands |
| COMING SOON | Telegram | 🚧 In Testing | Core parity with Discord (final testing) |
| FUTURE | HTTP POST | 🏗️ Ready | API 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)
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:
| 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 |
| E-commerce | Planned | Shopify, 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.apptelegram_{user_id}@loyalteez.appyourplatform_{user_id}@loyalteez.app- 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