Ciloo Overview
Ciloo was founded in 2008 by Richard Benesti and Christian Sæterhaug in Rotterdam, Netherlands. The platform positions itself as a global swag management platform that offers e-commerce services to companies looking to provide branded swag to employees, clients, partners, and other audiences. Ciloo offers On Demand swag, warehousing capabilities, automated gifting workflows, and dedicated customer support. Ciloo, in simple terms, offers swag store solutions for different use cases.
Main Features

On Demand swag production and warehousing
Ciloo offers both On Demand production and warehousing capabilities within one platform. For On Demand, swag items are produced only after an order is placed and fulfilled as close as possible to your recipient's location, which helps shorten shipping distances, reduce delivery times, and lower environmental impact. For teams that need stored inventory, Ciloo also provides warehousing so you can pre-stock swag for recurring campaigns or larger initiatives. This combined approach gives you the flexibility to choose what works best for each situation.
Admin control
As an administrator, you have full control over how your Ciloo swag store operates and who can access it. You can decide which products are visible, assign budgets, and determine which recipients or regions are eligible to order specific items. This structure allows you to control spending while still giving users freedom of choice.
Recipients can browse approved products and place orders within their allocated budgets, ensuring that purchases stay aligned with internal guidelines. Each order is then produced near the delivery address, reinforcing Ciloo’s localized fulfillment approach.
Eco-conscious approach
Sustainability is a core pillar of Ciloo’s value proposition. By relying on made-to-order production, the platform avoids mass manufacturing and excess waste. The use of local fulfillment centers across the US, Europe, Africa, the Middle East, and the Asia Pacific further reduces emissions caused by long-distance shipping.
Pricing
Ciloo doesn’t publicly list its pricing. To receive a quote, you’ll need to book a demo with the sales team. Pricing likely varies depending on factors such as company size, expected order volume, and geographic coverage.
Because pricing details aren’t available upfront, it can be difficult for you to evaluate budget fit or compare Ciloo against other platforms before entering the sales process. This lack of transparency may add friction if you prefer clear cost estimates early in your decision-making.
Pros and Cons
Pros
✅ On Demand production: The platform's On Demand approach helps reduce waste and avoid unused inventory. This is ideal if you have one-off swag or gifting campaigns.
✅ Warehousing option: In addition to On Demand, Ciloo also provides warehousing capabilities within the same platform, giving you the flexibility to choose the right fulfillment approach for each initiative.
✅ Swag stores: Ciloo allows you to build a branded internal swag store where employees, clients, and partners can browse and order merchandise on their own. This creates a self-serve experience.
✅ Localized fulfillment and global reach: Ciloo has local production centers in over 30 countries, which allows the platform to reduce international shipping fees and carbon footprint.
✅ Automated gifting: Ciloo supports automated gifting workflows so teams can set up trigger-based swag and gift sends.
✅ Dedicated Customer Success Manager: Every client is assigned a dedicated CSM for ongoing support, onboarding, and campaign planning.
✅ Broader product catalog: Beyond branded swag, Ciloo's catalogue includes physical gifts, business cards, and sales and events material.
✅ Sustainability approach: By cutting down shipping distances with its local fulfillment hubs and focusing on On Demand swag production, Ciloo has an eco-friendly approach to swag.
Cons
❌ Not enough information about other product offerings: While Ciloo has expanded its product catalogue to include physical gifts, business cards, and sales and events material, it's worth noting that specific details about its other offerings, like curated swag kits and digital gift cards, are not publicly listed.
❌ Limited integration details: While Ciloo supports automated gifting workflows, specific details about HRIS and CRM integrations are not publicly available on its website.
❌ Catalog isn't publicly available: There is no public swag catalogue to browse on Ciloo's platform, making it harder for you to evaluate product quality or options before booking a demo.

Ciloo is best for…
… organizations with occasional and recurring swag needs 👍
Ciloo works well for organizations of various sizes, whether you have occasional swag needs or more regular programs. The platform's combined On Demand and warehousing capabilities mean you can start small with made-to-order items and scale up as needed.
… enterprises that want to offer recipient-choice swag 👍
If giving recipients the freedom to choose matters to you, Ciloo’s swag store format supports that goal. Employees or partners can select items they actually want, which helps reduce waste and increases satisfaction. This model works particularly well when autonomy and personalization are more important than discounts or automation.
… eco-conscious companies seeking to reduce waste and carbon footprint 👍
Ciloo aligns well with companies that prioritize environmental responsibility. Producing swag only when needed and fulfilling orders locally allows you to reduce waste, emissions, and logistical complexity.
Ciloo may not be a good fit for…
… leaders who wish to browse products and compare pricing before a demo 👎
Ciloo doesn't offer a public product catalogue or transparent pricing on its website. For teams that prefer to browse available swag options, compare costs across platforms, or simply want to get budget estimates before entering a sales conversation, this lack of upfront information can make it harder to evaluate whether the platform fits your needs and budget.
… companies looking for full visibility in their warehouses 👎
While Ciloo does offer warehousing capabilities alongside its On Demand model, specific details about the scope of its warehousing, such as the number of warehouse locations, receiving fees, real-time inventory tracking, and the way inventory management works, aren't publicly available. If you're an enterprise that needs global warehousing across multiple regions with full transparency into inventory levels and logistics, you may want to confirm these details during the sales process to make sure the platform can support your swag volume needs.
… decision-makers who require transparent and clear pricing upfront 👎
Without public pricing or product catalogs, estimating costs or comparing platforms before sales conversations can be challenging, especially if budget approval depends on early visibility.
Ciloo offers a swag management platform with both On Demand production and warehousing capabilities, localized fulfillment, automated gifting workflows, and a product catalogue that extends beyond branded swag. It works well for companies looking for flexible fulfillment and a sustainability-focused approach to swag. However, despite these, specific details around integrations, swag kits, digital gift cards, global warehousing scope, and pricing aren't publicly available, which requires you to book a demo first before learning more about the platform.
Looking for better swag solutions? Explore the best Ciloo alternatives
If Ciloo’s limitations leave gaps in your swag strategy, alternative platforms offer other swag optons like kits and clearer pricing. Exploring other platform options aside from Ciloo can help you avoid juggling multiple vendors.
Ciloo vs PerkUp, the #1 platform for global swag and warehousing

Both Ciloo and PerkUp aim to help companies deliver branded swag globally. Ciloo offers both On Demand production and warehousing in one platform, localized fulfillment through production centers, automated gifting workflows, and a catalogue that spans branded merchandise, physical gifts, business cards, and sales and events material. PerkUp builds on that foundation by supporting both On Demand and bulk swag within a single platform and so much more.
With PerkUp, you can prepare bulk swag for events, run On Demand programs for teams, and manage everything through one swag store. Its global warehousing network allows you to store and ship swag worldwide, while HRIS integrations enable automated sending for onboarding, anniversaries, and other milestones. In addition, PerkUp supports swag kits, localized gifts, and digital gift cards, giving you far more flexibility as your programs scale.
For a deeper comparison, review the Ciloo vs PerkUp analysis to see why teams like Alta and Wellhub choose PerkUp for global swag programs.

import { useEffect } from "react"
export default function CarouselFixer() {
useEffect(() => {
// Wait for CMS content to render
const init = () => {
// Find all horizontally scrollable containers inside CMS content
const contents = document.querySelectorAll(".framer-text, [class*='content'], [class*='Content']")
contents.forEach((content) => {
const scrollEls = content.querySelectorAll("ul, ol, div")
scrollEls.forEach((el) => {
const htmlEl = el as HTMLElement
const style = window.getComputedStyle(htmlEl)
// Target only elements that overflow horizontally (the carousel)
if (
style.overflowX === "scroll" ||
style.overflowX === "auto" ||
htmlEl.scrollWidth > htmlEl.clientWidth
) {
attachScrollBehavior(htmlEl)
}
})
})
}
const attachScrollBehavior = (el: HTMLElement) => {
// Prevent double-attaching
if (el.dataset.scrollFixed) return
el.dataset.scrollFixed = "true"
el.style.cursor = "grab"
el.style.userSelect = "none"
el.style.webkitOverflowScrolling = "touch"
el.style.scrollbarWidth = "none"
let startX = 0
let scrollStart = 0
let isDown = false
let dragged = false
const onMouseDown = (e: MouseEvent) => {
isDown = true
dragged = false
startX = e.clientX
scrollStart = el.scrollLeft
el.style.cursor = "grabbing"
}
const onMouseMove = (e: MouseEvent) => {
if (!isDown) return
const dx = e.clientX - startX
if (Math.abs(dx) > 5) dragged = true
el.scrollLeft = scrollStart - dx
}
const onMouseUp = () => {
isDown = false
el.style.cursor = "grab"
}
const onClickCapture = (e: MouseEvent) => {
if (dragged) {
e.preventDefault()
e.stopImmediatePropagation()
dragged = false
}
}
const onWheel = (e: WheelEvent) => {
if (Math.abs(e.deltaX) > 0) {
e.preventDefault()
el.scrollLeft += e.deltaX
}
}
el.addEventListener("mousedown", onMouseDown)
el.addEventListener("mousemove", onMouseMove)
el.addEventListener("mouseup", onMouseUp)
el.addEventListener("mouseleave", onMouseUp)
el.addEventListener("click", onClickCapture, true)
el.addEventListener("wheel", onWheel, { passive: false })
}
// Try immediately, then retry after delays to catch late CMS renders
init()
setTimeout(init, 500)
setTimeout(init, 1500)
}, [])
// Renders nothing — invisible helper
return null
}
More like this
From team swag to event kits, discover what’s trending across global companies








