Privacy policy
Customei is a personalization studio that Shopify merchants install on their own stores. That puts us in the middle of two very different relationships: the merchant is our customer, and their shopper is someone whose name, photo or handwriting may end up passing through our servers on the way to a printer. This policy describes both, and it tries to describe them the way the code actually works.
Who we are, and what this covers
Customei is a product of Nexlify (“Customei”, “we”, “us”). This policy covers the Customei marketing website, the Customei app that merchants install on Shopify, the storefront widget that app renders on a merchant’s product pages, and the back-office and programmatic interfaces that go with them.
It does not cover a merchant’s own store. Once a shopper is on a merchant’s storefront, that merchant’s privacy policy governs their relationship with the shopper, and Shopify’s policy governs the platform underneath. We are one processor inside that arrangement, not the shop.
Our two roles
Data-protection law asks whether a company decides why data is used (a controller) or only handles it on someone else’s instructions (a processor). Customei is both, depending on whose data it is.
- Controller (for merchants)
- The account you create, the store you connect, your billing and usage, and the emails you send us. We decide what to collect and why, and this policy is your notice.
- Processor (for shoppers)
- The personalization a shopper types or uploads on a merchant’s storefront, and the order it becomes. We hold and render it on the merchant’s instructions. If you are a shopper asking us to find, change or delete something, start with the store you bought from. They are the controller, and we act on their request.
What this website collects
The pages you are reading now are a marketing site. There is no login and no account, and you can read every page without telling us who you are. Three things still run in your browser:
- Microsoft Clarity
- Product analytics with session replay. It records page views, clicks, scrolling and cursor movement, and reconstructs them as a replay of the visit, along with a device and approximate location derived from your IP address. It is what tells us which parts of a page people actually read. It runs on every page of this site.
- Featurebase
- The feedback and changelog widget, loaded only when it is switched on for the deployment you are visiting. If you open it and write to us, it collects what you submit.
- Hosting logs
- The site runs on Vercel, which keeps the ordinary request logs any web host keeps (IP address, user agent, the path requested and the response) for operating and protecting the service.
Two things this site deliberately does not do. Web fonts are served from our own domain rather than fetched from Google at page load, so reading a page does not announce you to a font CDN. And the editor demo on the homepage runs entirely in your browser: the artwork you build, the text you type and any photo you drop into it are rendered on your own device and never uploaded. This site has no upload endpoint at all.
The one exception is the map and star-map demos. When you search for a place, that search term, and only that term, is passed through our server to Mapbox so it can return coordinates and a map image. We do not store the query or the result.
What the app collects from merchants
When you install Customei on a Shopify store we create an account and a record of the shop, and we keep what is needed to run and bill the service:
- Your account
- Email address, name and avatar. If you sign in with a password rather than through Shopify, we store a hash of it and never the password itself.
- Your store
- Shop name and display name, myshopify domain, Shopify shop ID, the store contact email and timezone, the platform, and the Shopify user ID of whoever installed the app.
- Your work
- The templates, option sets, design layers, fonts, colours and library assets you build, and the images you upload into your library.
- Billing and usage
- Your plan and subscription state, trial state, credit balance and transactions, usage-fee records, and metered counts such as renders and API calls.
- Access and audit
- Sessions, OAuth grants and personal access tokens issued to AI clients and scripts, and an audit log of the calls those tokens make.
- Support
- Whatever you put in an email to us, and the address you sent it from.
If you attach your own API key for a third-party image service, that key is encrypted before it is stored and is verified against the provider that issued it before we accept it.
What we process about shoppers, for merchants
This is the part that matters most, so here it is in full. When a shopper personalizes a product and places the order, Shopify sends us the order and we keep the parts needed to produce and support it.
- The personalization itself
- Every value the shopper entered (names, dates, messages, coordinates, chosen colours and options), together with any photo or artwork they uploaded, the preview image generated from it, and the production file rendered for the printer. This is free-text and free-upload, so what it contains is whatever the shopper chose to put on a mug.
- Order and contact details
- Order name and number, the order’s email address and phone number, the Shopify customer ID, order notes and tags, currency, line-item prices, discounts, tax and totals, financial and fulfilment status, and the timestamps around them. We also retain the raw order payload Shopify sends, which can include the shipping and billing details attached to that order.
- Production state
- The status of each line item through rendering, proofing, printing and shipping, and the audit trail of changes to it.
We do not receive card numbers or any payment instrument. Payment is handled by Shopify and its payment providers, and never reaches Customei.
We use this data to render artwork, deliver print files, show the merchant their orders, support them when something goes wrong, and meter the plan. We do not sell it, we do not share it with advertisers, and we do not use a merchant’s or a shopper’s content to train machine-learning models of our own.
What we ask Shopify for
A Shopify app can only reach what its access scopes allow, and the list is worth publishing rather than paraphrasing. Customei requests:
- write_products
- Read and attach personalization to the products a merchant sells
- write_orders
- Receive orders and write production status back
- write_themes
- Install the storefront widget as a theme app block
- write_metaobject_definitions, write_metaobjects
- Store template and option-set configuration inside the merchant’s own shop
- write_files
- Place preview and asset files in the shop’s file store
- write_cart_transforms
- Apply personalization pricing to the cart
- write_publications
- Publish and unpublish personalized products across sales channels
Shopify shows this list at install and again whenever it changes.
Who else touches the data
Customei runs on infrastructure we do not own, and some features work by calling a specialist service. These are the companies that can process data on our behalf:
- Shopify
- The platform the app is installed on; the source of order and shop data
- Cloudflare
- Object storage for uploads and rendered files, and the CDN that serves assets
- Vercel
- Hosting for this marketing site
- Microsoft Clarity
- Analytics and session replay, on this marketing site only
- Featurebase
- Feedback and changelog widget, when enabled
- Mapbox, OpenStreetMap
- Geocoding and map imagery for map and star-map products
- Spotify
- Track search, only when a shopper or merchant uses a Spotify-code product
- remove.bg, Cutout.Pro, fal.ai, Replicate
- Optional image processing (background removal, cutout and upscaling), run only when that action is invoked on an image
A merchant who attaches their own key for an image provider is billed by, and contracts directly with, that provider; the call then runs under their key rather than ours.
The image services above are the only ones that receive shopper-uploaded photographs, and only for the image the action was invoked on. Nothing is sent to them in the background.
Where uploads live, and how they are held
- A private bucket, asserted at boot
- Uploads and rendered print files are stored in a private Cloudflare R2 bucket. The service checks at startup that the bucket is not public and refuses to start if it is, so a misconfiguration takes the service down rather than quietly exposing customer artwork.
- Signed, expiring links
- Files are handed out through signed URLs with a limited lifetime rather than guessable public paths.
- Encrypted in transit
- Traffic to and from Customei is HTTPS, including the calls the storefront widget makes.
- Secrets at rest
- Merchant passwords are stored as hashes. Merchant-supplied provider keys and third-party OAuth tokens are encrypted before storage.
- Scoped, logged programmatic access
- OAuth clients and personal access tokens carry scopes, can be revoked, and every call they make is written to an audit log.
We would rather describe the controls we have than the certifications we do not. Customei does not currently hold a SOC 2 or ISO 27001 attestation, and this page will say so until that changes.
How long we keep it
- While the app is installed
- Orders, personalization values, uploads and rendered files are kept so the merchant can reprint, reissue and answer a customer about an order they placed months ago. Deleting them sooner would break the job the app is installed to do.
- After a merchant uninstalls
- Shopify sends us a shop-redact request 48 hours after uninstall. We erase that store’s data within 30 days of receiving it.
- When a shopper asks
- A customer-redact request from Shopify, or a request relayed by the merchant, is completed within 30 days.
- Library files a merchant deletes
- Removed from view immediately, then scrubbed from storage by a scheduled purge once the trash retention window closes.
- Records we must keep
- Billing and tax records are retained for as long as the law requires, even after an account closes.
Where a request would conflict with a legal obligation to retain something, we keep the minimum the obligation requires and delete the rest.
Your rights, and how to use them
Depending on where you live, you may have the right to ask for a copy of your data, correct it, delete it, restrict or object to how it is used, take it elsewhere in a portable form, and withdraw a consent you gave. You also have the right to complain to your local data-protection authority.
- If you are a merchant
- Email us and we will handle it directly. We answer within 30 days.
- If you are a shopper
- Ask the store you bought from. They can raise it with us through Shopify, and Shopify has a built-in path for exactly this. If you write to us directly we will help, but we will usually need the merchant to confirm the request, because the data is theirs to direct.
- Data processing agreement
- Merchants who need a DPA in place can request one by email and we will work through it with you.
Shopify requires every app to handle three privacy requests: view stored customer data, delete a customer’s data, and delete a store’s data. Customei receives all three and completes them within the 30 days Shopify allows.
Where in the world it is
Customei runs as a single global deployment. Our storage is one Cloudflare R2 account, and the sub-processors listed above operate internationally, so data may be processed outside the country you are in, including outside the EEA and the UK. Where that involves a transfer that needs a safeguard, we rely on the standard contractual clauses in our agreements with those providers.
There is no region or residency setting today. We cannot pin a store’s uploads to the EU, or to anywhere else, and we would rather tell you that than imply an option that does not exist. If this is a blocker for you, say so. Knowing who needs it is how it gets built.
Children
Customei is a tool for businesses and is not directed at children. We do not knowingly collect data from a child. If you believe a child’s personal data reached us through a personalized order, tell us and we will remove it.
Changes to this policy
When this policy changes we update the date at the top of the page. If a change materially affects how we handle merchant or shopper data, we will tell merchants in the app or by email rather than relying on you to re-read the page.
Contact us
Questions about this policy, a request about your data, or a DPA to put in place. All of it reaches a person at the same address.
- Privacy & data requests
- privacy@customei.com
- Data processing agreement
- Request a DPA