Introduction
Ripllo is the marketing layer for the Forjio family — discount codes, referral programs, abandoned-cart recovery, marketing pixels, product feeds, and a storefront blog. You can run it on its own merchant workspace or plug it into Storlaunch as the marketing module behind your storefront.
This documentation covers everything: getting started, the portal, the public API, and our SDKs for Node.js, Python, and Go.
New to Ripllo? Start with the Quickstart — you'll have a working discount code in under five minutes.
What's here
The docs are organized into the way you'll use the product over time:
- Getting started — sign up, install the SDK, ship your first discount end-to-end.
- Core concepts — the model behind discount codes, referral programs, abandoned-cart recovery, pixels, and marketing campaigns.
- Authentication — how sign-in and password resets work. We use Huudis as the identity provider, so the flow is shared with every other Forjio product.
- Portal — per-feature tours of what you can do in the dashboard at ripllo.com.
- API reference — the public REST API: authentication, conventions, every resource.
- SDKs — per-language guides for
@forjio/ripllo-node,riplloon PyPI, and the Go SDK.
Two ways to use Ripllo
You can run Ripllo two ways, and you don't have to commit:
- Direct — you sign up on ripllo.com, get a workspace, and use the dashboard or API for your own marketing surface. You own the data.
- Through Storlaunch — if you already use Storlaunch as your storefront, Ripllo is available as a module from inside the Storlaunch portal. Ripllo provisions a partner-scoped workspace under your Storlaunch account, and you never see ripllo.com directly. Storlaunch handles the billing on your behalf via Plugipay's partner-billing model.
The API surface is identical either way. The only difference is who pays the bill and how you land on the portal.
Through-Storlaunch merchants don't have a separate Ripllo password — your Storlaunch (Huudis) account already grants access to your Ripllo workspace.
A note on the Forjio family
Ripllo is part of the Forjio family — a set of independent SaaS products that share identity (Huudis SSO), billing (Plugipay), and design conventions. If you've used Storlaunch, Plugipay, Fulkruma, LinkSnap, Pawpado, or Catentio, the auth and SDK shapes here will feel familiar.
Each product owns its own bounded context. Ripllo owns marketing — discount codes, referrals, abandoned-cart recovery, pixels, feeds, and the merchant blog. It does not own payments (Plugipay), product catalog (Storlaunch), fulfilment (Fulkruma), or auth (Huudis).
Reach us
- GitHub issues: hachimi-cat/saas-ripllo
- Email: support@forjio.com
Ready? Go to the Quickstart.