Turn Every Customer Into a Growth Engine

AI-powered referral campaigns that drive viral growth. Create, track, and optimize referral programs in minutes.

🔑 0API Keys Issued
⚡ 0Referrals Tracked
👀 0Active Campaigns
📡 0API Calls
Just deployed 🚀Days Live

Viral Growth Made Simple

Everything you need to build, launch, and scale referral programs that actually drive growth

Campaign Builder

Create referral campaigns with customizable rewards, milestones, and viral loops. Launch in minutes with our intuitive builder.

Participant Tracking

Real-time signup attribution, referral chains, and conversion tracking. See exactly who referred who and when.

Social Sharing

One-click share widgets for Twitter, Facebook, LinkedIn, Email with click tracking and engagement metrics.

AI Campaign Assistant

Generate optimized campaign copy, reward structures, and viral strategies powered by growth marketing AI.

Webhook Integrations

Real-time notifications via Zapier, Mailchimp, Shopify, and custom webhooks. Connect to your entire growth stack.

Analytics Dashboard

Campaign stats, growth trends, share performance, and ROI calculations. Make data-driven optimization decisions.

Developer-First Platform

Integrate referral tracking into any app with our simple REST API

Quick Start Examples

# Create a new campaign curl -X POST https://api.referagent.com/campaigns \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{ "name": "Summer Launch Campaign", "reward_type": "discount", "reward_value": 20, "viral_coefficient": 1.5 }' # Track a referral signup curl -X POST https://api.referagent.com/signups \ -H "X-API-Key: your_api_key" \ -H "Content-Type: application/json" \ -d '{ "campaign_id": "camp_123", "referred_email": "user@example.com", "referrer_code": "REF_ABC123" }' # Get campaign statistics curl https://api.referagent.com/campaigns Shipped with AgentDAO