Developer-First Loyalty Infrastructure
5 Minute Integration โข Zero Blockchain Complexityโ
Build powerful loyalty programs with blockchain-powered rewards, seamlessly integrated into your applicationsโno blockchain knowledge required.
๐ Start Rewarding Customers in Under 5 Minutesโ
Get started with Loyalteezโfrom signup to first reward:
- Set Up Your Account - Create your brand account (30 seconds)
- Add Our 5KB JavaScript SDK - One script tag
- Track Your First Customer Event - Auto-detect or manual trigger
- Watch Rewards Distribute Automatically - Verify everything works
๐ฏ What is Loyalteez?โ
Loyalteez is a blockchain-powered loyalty platform that enables brands to:
- โ Reward customer actions automatically (signups, purchases, referrals)
- โ Issue LTZ credits as loyalty points on Soneium blockchain
- โ Create redeemable perks that customers can claim
- โ Track analytics and measure engagement
- โ Handle payments via Stripe or USDC
All with enterprise-grade security and zero blockchain complexity for your customers.
๐ง Add Loyalty Points to Any App with One Script Tagโ
Auto-Track Customer Events with Smart Detectionโ
Automatically capture and reward customer actions on your siteโno manual instrumentation needed.
<!-- Simple integration - no blockchain knowledge needed -->
<script src="https://api.loyalteez.app/sdk.js"></script>
<script>
LoyalteezAutomation.init('YOUR_BRAND_ID');
// Events auto-tracked based on your configuration
</script>
Gasless Blockchain Rewards Without Wallet Setupโ
Enable gasless transactionsโyour customers redeem perks without paying blockchain fees or managing wallets.
JavaScript SDK for Instant Loyalty Integrationโ
Our lightweight 5KB SDK works with React, Vue, Angular, and vanilla JavaScriptโintegrate in minutes.
REST API for Server-Side Reward Distributionโ
Full-featured REST API for backend integration, batch operations, and custom workflows.
๐ Documentation Sectionsโ
API Referenceโ
- REST API Reference - Complete API documentation
- Event Handler API - Track customer actions
- Gas Relayer API - Gasless transactions
- Pregeneration API - OAuth wallet pregeneration
- Error Codes - Error handling guide
Integration Guidesโ
- JavaScript SDK - Quick SDK integration
- SDK API Reference - Complete SDK methods
- Authentication Guide - User authentication
Examplesโ
- React Integration
- Node.js Backend
- PHP Integration
- WordPress Plugin
๐ฎ Try It Outโ
Test the SDKโ
Try our SDK in your browser console right now:
// Load SDK dynamically
const script = document.createElement('script');
script.src = 'https://api.loyalteez.app/sdk.js';
document.head.appendChild(script);
script.onload = () => {
// Initialize with your brand ID
LoyalteezAutomation.init('YOUR_BRAND_ID');
// Track an event
LoyalteezAutomation.track('page_view', {
userEmail: '[email protected]',
metadata: {
page: window.location.pathname
}
});
};
Example Integrationโ
Here's a complete React example:
import { useEffect } from 'react';
function App() {
useEffect(() => {
// Initialize Loyalteez SDK
if (window.LoyalteezAutomation) {
window.LoyalteezAutomation.init(process.env.REACT_APP_LOYALTEEZ_BRAND_ID);
}
}, []);
const handleSignup = async (email: string) => {
// Your signup logic
await createUser(email);
// Track event - LTZ automatically distributed
window.LoyalteezAutomation?.track('account_creation', {
userEmail: email,
metadata: {
timestamp: Date.now()
}
});
};
return <YourApp />;
}
๐๏ธ Architectureโ
Loyalteez uses a distributed worker architecture on Cloudflare:
Your Website/App
โ
JavaScript SDK (Auto-detect events)
โ
Event Handler Worker (Validate & route)
โ
Reward Processor (Create wallets, mint LTZ)
โ
Customer's Wallet (LTZ credits received)
Key Componentsโ
- Frontend SDK: Lightweight JavaScript library for event tracking
- Event Handler: Validates and routes customer actions
- Reward Processor: Handles blockchain transactions and wallet creation
- Gas Relayer: Enables gasless perk redemption
- Stripe Mint: Converts fiat payments to LTZ credits
๐ Securityโ
- Enterprise-Grade Security: Production-ready infrastructure
- Privacy-First: Privacy-first architecture
- End-to-End Encryption: All data encrypted at rest and in transit
- Smart Account Wallets: Powered by Privy
- Row-Level Security: Database-level access control via Supabase
๐ Analytics & Monitoringโ
Track loyalty program performance:
- Total LTZ distributed
- Active users and engagement
- Perk redemption rates
- Transaction success rates
- Processing times
All available in your Partner Portal.
๐ Supportโ
Need help?
- Documentation: You're here! ๐
- User Guide: guide.loyalteez.app
- Email: [email protected]
- GitHub: github.com/Alpha4-Labs
๐ฆ Getting Started Checklistโ
Ready to integrate? Follow this checklist:
- Create account at partners.loyalteez.app
- Complete brand profile setup
- Deposit funds and receive LTZ credits
- Configure LTZ distribution rules
- Copy integration script from Settings โ LTZ Distribution
- Add script to your website
- Test event tracking
- Create your first perks
- Monitor analytics
โ Frequently Asked Questionsโ
How to Add Loyalty Points to My Website?
Add our JavaScript SDK with one script tag, initialize with your Brand ID, and start tracking events. The entire integration takes less than 5 minutes. See our Quick Start Guide for step-by-step instructions.
What is Gasless Blockchain Transaction?
Gasless transactions mean your users can interact with blockchain (claim perks, redeem rewards) without paying gas fees or even knowing they're using blockchain. We cover all transaction costs for your users through our Gas Relayer service.
Do I Need Blockchain Knowledge to Integrate?
No! That's our core value proposition. Loyalteez abstracts away all blockchain complexity. You integrate like any other APIโno crypto wallets, no gas fees, no Web3 libraries needed. We handle everything behind the scenes.
How Much Does Loyalty Infrastructure Cost?
Pricing is simple and transparent: you purchase LTZ credits upfront (via Stripe or USDC), then distribute them to customers as rewards. No monthly fees, no hidden costs. Check the Partner Portal for current rates.
Can I Integrate Without Writing Code?
Yes! We offer no-code integrations for popular platforms:
- Shopify: Install our app from the Shopify App Store
- WordPress: Use our WordPress plugin
- Discord/Telegram: Set up bots with simple configuration
For custom sites, you'll need to add one script tag (copy-paste, no coding required).
๐ Next Stepsโ
Choose your integration path:
- Quick Start: SDK Integration Guide (5 minutes)
- Advanced: REST API Reference (complete reference)
- Examples: Integration Examples (copy-paste code)
- Mobile: Mobile SDKs (React Native, iOS, Android)
Let's build something amazing! ๐