- Published on
🚀 Introducing NextSaaS Affiliate System
xjasonsong
We're thrilled to announce our brand new affiliate and partner system for NextSaaS! 🎉 Now you can create partner-specific landing pages, track referrals, and offer custom discounts - all built right into your NextSaaS project! No extra services needed. ✨
⭐️ Key Features
- 🔗 Flexible URL Parameters: Track referrals site-wide using the simple ?via=partner-name parameter
- 🎯 Custom Landing Pages: Create dedicated partner pages at /promo?via=partner-name
- 💰 Automatic Discounts: Apply partner-specific discounts automatically
- 🏷️ Multiple Discount Types: Support for both percentage and fixed-amount discounts
- ⚡️ Easy Configuration: Simple partner setup in a single configuration file
🛠️ How It Works
The system is super flexible and easy to use!
🌐 Site-wide Tracking: Any page can include the partner parameter:
yourdomain.com?via=partner-name
🎨 Dedicated Landing Pages: Create custom experiences at:
yourdomain.com/promo?via=partner-name
🔥 Setting Up Partners
Adding new partners is a breeze! Just define them in your configuration:
export const PARTNERS: { [key: string]: Partner } = {
"startup-deals": {
title: "Special StartupDeals Discount",
logo: "/partners/startup-deals-logo.png",
link: "https://startupdeals.com",
code: "STARTUP100",
discount: 10000, // $100 off
}
};
Each partner gets their own:
- 📝 Custom title and logo
- 🔗 External website link
- 🎟️ Promotion code
- 💎 Discount amount (percentage or fixed)
📊 Analytics Integration
The affiliate system uses URL parameters for tracking, making it super easy to integrate with any analytics platform! You can:
- 📈 Track conversions using URL parameters
- 📱 Monitor partner performance through your analytics dashboard
✨ Try it out today and let us know what you think! Check out our example partner page to see it in action. 🚀
Ready to supercharge your partnerships? Let's grow together! 🌱