Introduction
Storlaunch is the e-commerce platform in the Forjio family — storefronts, products, orders, and digital delivery, with the boring parts already wired in. You bring a product idea; Storlaunch ships the shop, the checkout, the fulfilment, and the marketing rails to grow it.
This documentation covers everything: getting started, the dashboard, the public API, and our SDKs for Node.js, Python, and Go.
New to Storlaunch? Start with the Quickstart — you'll have a storefront live and a test order through it in about five minutes.
What's here
The docs follow the way you'll use the product over time:
- Getting started — sign up, install the SDK, create a storefront, take a test order.
- Core concepts — the model behind storefronts, products, variants, carts, orders, customers, and fulfilment.
- Authentication — how sign-in works. We use Huudis as the identity provider so the flow is shared with every other Forjio product.
- Portal — per-feature tours of the dashboard at storlaunch.forjio.com.
- API reference — the public REST API: authentication, conventions, every resource.
- SDKs — per-language guides for
@forjio/storlaunch-node,storlaunchon PyPI, and the Go module.
The Forjio family, end-to-end
Storlaunch doesn't try to do everything itself. It plugs into the rest of the Forjio family so each piece stays focused:
- Plugipay — checkout, cards, e-wallets, QRIS, virtual accounts, subscription billing. Storlaunch never touches a card number directly — we hand the buyer off to Plugipay's hosted checkout and listen for the webhook.
- Fulkruma — fulfilment, addresses, shipping rates, label generation, courier handoff. Every physical product order in Storlaunch flows to Fulkruma for picking and pack.
- Ripllo — marketing automation: discount codes, abandoned-cart recovery, referrals, product feeds, blog, pixels. Storlaunch embeds Ripllo's surface inside the merchant dashboard so it feels native.
You don't need to set up Plugipay, Fulkruma, or Ripllo separately — the first time you reach a feature backed by one of them, Storlaunch provisions the account for you.
Two stores, one platform
Storlaunch ships two kinds of stores out of the box:
- Physical products — goods with weight, dimensions, inventory, and shipping. Orders flow to Fulkruma for fulfilment.
- Digital products — downloads, license keys, subscription access. Storlaunch generates delivery links and manages activations.
A single storefront can mix both. The same product catalog, the same checkout, the same buyer dashboard.
Most merchants start with one store type and grow into both. Switching modes (or adding the other) doesn't require migrating data — it's a product flag, not a workspace flag.
Reach us
- GitHub issues: hachimi-cat/saas-storlaunch
- Status page: status.storlaunch.forjio.com
- Email: hello@storlaunch.forjio.com
Ready? Go to the Quickstart.