AI shopping assistant for Shopify, add the widget in minutes.
The one-click Shopify app is in preparation. Meanwhile, get a tenant ID from the trial form on the main page and add one script tag to your theme: it already reads your store's public /products.json feed and answers shoppers from your real catalogue. Free up to 100 conversations a month, no card.
- 0 conversations stored
- 100 conversations/month free
- reads
/products.jsondirectly - runs on Cloudflare Workers
01
How to add it today
Honest status: the Shopify app listing (one-click install, embedded settings) is in preparation, not yet in the Shopify App Store. Until then, the widget is added by hand with one script tag, the same underlying assistant either way.
-
Get a tenant ID.
Fill in the trial form on the main ARLing Asistent page with your store's feed URL (
https://your-store.myshopify.com/products.json) and your e-mail. You will see the assistant working live on that page, and get a tenant ID for your own store. -
Add the widget to your theme.
In the Shopify admin, go to Online Store > Themes > Edit code, open
theme.liquid, and add the script tag below just before</body>, replacingTENANT_IDwith the id from step 1. -
What is coming.
A Shopify app (OAuth install, embedded settings page, theme-block widget, no code) is in preparation. This page will switch to "Install from the Shopify App Store" once that listing is approved.
Script tag to add before </body> in theme.liquid:
<script src="https://arling-asistent.arling.workers.dev/widget.js"
data-tenant="TENANT_ID"
data-lang="en"
data-color="auto"
defer></script>
02
Pricing
Free forever up to 100 conversations a month, no card. Above that, a simple price by monthly conversation volume, billed through Stripe once you go over the free limit.
| Plan | Price | Conversations / month | |
|---|---|---|---|
| Free | 0 € | up to 100 | See how to add it |
| Starter | 19 € / month | up to 1,000 | See how to add it |
| Growth | 39 € / month | up to 5,000 | See how to add it |
Free up to 100 conversations a month, forever, no payment card. Nothing is charged automatically: the assistant keeps working on the free tier until you ask to move to a paid plan. No annual plan yet, monthly billing only.
Before you add it
Do you store customer conversations?
No. The content of a conversation is never stored, not by us, not in any database. We only keep daily counters: how many conversations and product-link clicks happened, for billing and the monthly limit.
Do you have a GDPR Article 28 agreement?
Yes. ARLing s. r. o. acts as processor for the messages your store's visitors send. Template agreement: Data Processing Agreement (DPA). The template is written in Slovak; an English translation is available on request at andrej@arling.sk.
How do I cancel if it does not work out?
Remove the script tag from theme.liquid and the widget stops appearing immediately, no card and no commitment on the free plan. A paid plan above the free limit runs through Stripe and can be cancelled any time.
What if I do not want to edit theme code?
Editing one line in theme.liquid is the only manual step while the Shopify app is in preparation. Once the app is live, install will be one click from the Shopify App Store, with no code and an embedded settings page instead.
03
What it answers, and what it knows
Built to know as little as possible about your shoppers.
Answers from your catalogue only. Shoppers ask in their own words ("do you have a waterproof jacket under 80 euros?") and the assistant replies using only your own
/products.jsoncatalogue, with up to three linked products per answer, in the shopper's language (Slovak, Czech, English or German).Says so when it does not know. If nothing in your catalogue matches the question, the assistant says that plainly and points to your store's contact e-mail instead of guessing.
Conversations are not stored. Only daily aggregate counters (conversations, product clicks) are kept, to enforce the monthly plan quota, never the message content.
Only public feed data is used. The tenant setup uses your store's public
/products.jsonfeed (data Shopify already serves to any visitor's browser), your domain, and the e-mail you enter in the trial form. No customer or order data is read.GDPR Article 28 agreement. ARLing s. r. o. acts as processor for the messages your store's visitors send. Template: Data Processing Agreement (DPA), written in Slovak, English translation on request.
Runs on Cloudflare's global network. Cloudflare does not publicly guarantee EU-only processing location for Workers AI; the DPA relies on Standard Contractual Clauses (SCC) and Cloudflare's EU Cloud Code of Conduct certification.
04
FAQ
Is there a Shopify app yet?
Not yet listed in the Shopify App Store. The app (one-click install, embedded settings page, OAuth) is in preparation; the underlying Worker and theme extension already exist and are being finished before submission to Shopify's app review.
How do I use it today, before the app is live?
Fill in the trial form on the main ARLing Asistent page with your store's product feed URL (https://your-store.myshopify.com/products.json) and your e-mail to get a tenant ID, then add the widget script tag with that tenant ID to your theme, just before the closing </body> tag in theme.liquid.
Does it read my product catalogue automatically?
Yes. It reads your store's public /products.json feed, the same endpoint Shopify already serves to any visitor's browser, and refreshes it automatically once a day.
Do you store customer conversations?
No. Conversation content is never stored, only daily aggregate counters (conversations, product clicks) used to enforce the monthly plan quota.
What data leaves my store?
Only your public product feed data, your store's domain, and the e-mail address you enter in the trial form when you request a tenant ID. No customer or order data is sent.
What will change once the app is live?
Installing from the Shopify App Store, an embedded settings page, and automatic theme-block setup, no manual script tag or theme edit. This page will be updated to reflect that install path once the listing is approved.
Want an e-mail when the Shopify app goes live?
Thanks, we'll be in touch.
Something went wrong, please try again or write to andrej@arling.sk.
Get a tenant ID from the trial form, add one script tag, free up to 100 conversations a month.
See how to add it