Skip to main content

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:

  1. Set Up Your Account - Create your brand account (30 seconds)
  2. Add Our 5KB JavaScript SDK - One script tag
  3. Track Your First Customer Event - Auto-detect or manual trigger
  4. 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โ€‹

Integration Guidesโ€‹

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?

๐Ÿšฆ 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:

Let's build something amazing! ๐Ÿš€