Spiff Commerce logo
Bespoke Development

Headless Theme Development

Spiff Commerce provides out of the box themes for quick integration. Unleash our true power by building your own headless solution anywhere you can import our NPM package.

Rich metadata

Collect rich customer metadata in a few lines of code.

Spiff Commerce stores everything about how your customer interacts with your products. Generate invaluable insights into customer behavior and performance of your products while adhering to your own unique style.

const client = client.create({accessKey: "abcdefg"});

const exp = client.getWorkflowExperience();

const steps = exp.getSteps()

const stepComponents = steps.map((step) => {
    return StepFactory.getStepElement(step);
});

return <div>{stepComponents}</div>
A placeholder image