

Programs list
Siren lets you design multiple, specialized incentive programs from one WordPress site — affiliate programs, revenue shares, royalties, performance bonuses, and more, all from your WordPress dashboard. Learn more at sirenaffiliates.com.
Siren gives you direct control over how programs are structured, so the software fits the partnership arrangement rather than the other way around. Start from one of 44 ready-made recipes, or build your own.
Every program can also credit the content that influenced a sale. Siren’s Blog Content Program awards a commission when a customer reads a post, not only when they click a link — so you still capture buyers who arrive from AI assistants like ChatGPT and skip the affiliate link entirely.
Not sure where to begin? Apply a complete, pre-configured program in a few clicks from the built-in recipe browser, then customize it. Popular starting points include the Basic Affiliate Program, Coupon-Based Influencer Program, Refer-a-Friend Program, Invite-Only Partner Program, and Customer Rewards Program — and 12 of the recipes run on the free Siren Lite tier.
Traditional affiliate tools credit a single partner per sale. Siren can split credit across every partner who contributed, using the attribution model you choose per program.
Siren works seamlessly with the WordPress plugins you already use.
This plugin connects to external services operated by Novatorius, LLC in the following situations:
When you open the help panel inside the Siren admin screens, the plugin fetches documentation articles from sirenaffiliates.com. Only the requested article slug is sent. No personal data, site data, or tracking information is transmitted. Responses are cached locally for 24 hours.
When you import a program recipe from the Siren website, the plugin fetches the recipe configuration from the Siren Beacon service at beacon.sirenaffiliates.com. This sends only the recipe ID. After the recipe is applied, the plugin notifies Beacon that the recipe was consumed so it cannot be reused. No personal data or site data is transmitted.
These services are governed by the Novatorius Terms of Service and Privacy Policy.
This plugin bundles the following third-party libraries, each shipped with its license text:
The compiled React admin bundles shipped with this plugin (everything under frontend/) are built from the human-readable TypeScript/React source code included in this plugin package under frontend-source/. Every shipped bundle’s source is present — entry points live in frontend-source/src/platform/wordpress/entries/, one per compiled bundle.
To rebuild the compiled assets from the included source:
cd frontend-sourcenpm installnpm run build:wordpress:liteThe compiled output is written to frontend-source/dist/wordpress-lite/, mirroring the bundles shipped under frontend/. Build configuration is included in frontend-source/vite.config.ts, frontend-source/package.json, frontend-source/tailwind.config.ts, and frontend-source/postcss.config.js.
This plugin also bundles Select2 for specific extension admin screens. The upstream Select2 source is publicly available at https://github.com/select2/select2