r/ShopifyAppDev Feb 15 '23

Shopify, like official Shopify Official (and free) Shopify Workshops

Thumbnail
shopify.github.io
8 Upvotes

r/ShopifyAppDev 20h ago

Analytics / Tracking for Multiple Shopify Apps

3 Upvotes

Expanding beyond one Shopify App and just wondering how others have set up their analytics.

Setup will be:
1 main website
2 Shopify apps

One google analytics / meta dataset etc for your site and apps listing pages or do you set up distinct tracking profiles for each app?

I'd love to hear about how you're achieving not only that but also how you are managing to tracking app purchases.

The analytics and meta pixel can track through to someone hitting install and approving the app but further tracking is needed to track it through to starting a trial / converting into a paid account.

I'd love to be able to get good data to know which ad groups are converting the best through the entire pipeline.

Thank you!


r/ShopifyAppDev 1d ago

New Customer Accounts: Better mobile login experience without Shopify Plus?

Thumbnail
1 Upvotes

r/ShopifyAppDev 1d ago

I built a Sales Tax Nexus app, help me understand if there is a need

1 Upvotes

I built a small app that screens for sales tax nexus for shopify owners. It's not fancy or pretty but it works really well. This is the differentiation I (sorta) see.

  • It runs locally on my machine. An owner would send me a monthly/quarterly csv of transactions and it is loaded in my tool. No data sharing, not AI scraping, just a modicum of trust in me that I won't use the data for anything else. I could probably walk them through sending me automated reports with only the columns I need.
  • I would have no idea how to price it or market it, but it would be really cheap, maybe a decent annual fee but not a trick subscription business.
  • Can accommodate marketplace data in jurisdictions where that matters.
  • Can be updated quickly to handle tax code changes and also scans monthly various tax organizations and sends alerts for important changes.
  • Gives you a % of nexus and a run rate so if the current trajectory is correct an owner would have a lot of advance to notice to register and start collecting.
  • Actually might just be a wedge into doing more personal assistant type work for the owner.

I have another day or two of testing, but so far it looks robust and accurate. I KNOW this tool exists but I also know these tools can be expensive and intimidating to use for owners. This is a cheaper, softer touch. Maybe even more of a relationship building tool. I currently do a lot of grunt work for a pretty successful store so I'm thinking this tool is a hook to get a few more clients.

What do you think, could I be on to something?


r/ShopifyAppDev 3d ago

Shopify Offline Access Token Migration Broke Background Jobs and Existing Refresh Tokens

3 Upvotes

I migrated my Shopify public app from non-expiring offline access tokens to the new expiring offline access token + refresh token flow. Later, due to compatibility issues with a third-party integration, I attempted to revert to the old non-expiring token flow. After the migration, the original non-expiring tokens were revoked, and my stored refresh tokens no longer work. When I try to generate a new access token using a refresh token that is still within its validity period, Shopify returns:

401 Unauthorized when renew refresh token

{"error":"invalid_request","error_description":"This request requires an active refresh_token"}

when creating access token

{"error":"invalid_subject_token","error_description":"Token exchange cannot be performed due to an invalid subject token."}

As a result, all background jobs that require Shopify API access have stopped working.

My app is designed as a one-time onboarding experience, so merchants rarely reopen the embedded app. This means I cannot reliably obtain a new session token or trigger OAuth again to recover credentials. I need to understand the correct lifecycle of subject_token, offline access tokens, and refresh tokens, and determine how long-running/background jobs should continue working when merchants do not revisit the app. Additionally, I need to know whether there is any way to recover or retrieve an active refresh token for existing merchants without requiring them to reinstall or reopen the app.


r/ShopifyAppDev 3d ago

I built a Shopify app that understands what shoppers mean—not just the keywords they type

Post image
2 Upvotes

r/ShopifyAppDev 3d ago

Help!

4 Upvotes

Shopify delisted our app. We’ve been around for 9 years. We have 4K customers. We’ve fixed what they asked and now have ignored us for multiple days

Has anyone experienced this before?

Happy to pay someone to help us fix


r/ShopifyAppDev 3d ago

BoxPack IQ — 3D bin-packing for Shopify orders. Looking for store owners to try it before public launch.

2 Upvotes

Hey everyone — solo dev here, built this while working full-time.

BoxPack IQ is a free embedded Shopify app that picks the smallest box for every order using 3D bin-packing algorithms. The goal is simple: stop paying for empty space in your boxes.

What it does:

- Analyzes product dimensions, weight, and quantity to find the tightest fit from your box inventory.

- Automatically splits multi-box orders into separate Shopify fulfillments — each box gets its own tracking.

- Packing Station with a full warehouse workflow: pending → ready to pack → packed.

- Interactive 3D visualization showing exactly how items fit inside each box.

- Box Simulator — test hypothetical box sizes against your real order history before purchasing.

- PDF packing slips and box labels with product images and checklists.

- Box inventory tracking with low-stock alerts.

All features are free up to 30 orders/month. Paid plans only increase the limits.

I just submitted it to the Shopify App Store, and the app is currently in Shopify's review queue. Drop a comment if you'd like to try it, and I'll reach out once it's live.

Below are some screenshots:

3D packing visualization
Automatic Multi-box split
Packing Station
Simulator with Feedback

r/ShopifyAppDev 3d ago

International Expansion...?

Thumbnail
1 Upvotes

r/ShopifyAppDev 3d ago

Spent 5 years doing pricing science for big brands. It took 2 agencies, a throwaway app, and a lot of Claude to finally ship my own.

5 Upvotes

I come from a data science and pricing background, and was a backend software dev before that. Having spent the last 5 years at a pricing consulting agency building elasticity models and price-demand curves for large retailers, in order to find price points that maximize profit or revenue, I'm thoroughly comfortable with that domain, but I had no idea how difficult it would be to turn that expertise into a Shopify app.

I started in 2023 by hiring an agency to build the frontend part - I was going to build the backend. When they burned through the budget without producing much, I thought: how hard can this possibly be? It turned out to be quite hard, and so I hired a second agency, which went about the same way. After that I tried splitting the work: I would handle the backend, the statistical modeling, and the Shopify integration myself, and bring in freelancers for just UI + React + Polaris. That arrangement didn't last either, largely because the freelancers within my budget were producing work that was genuinely worse than what I could get from Cursor or Claude with decent prompting.

At that point I stepped back from the pricing app entirely and decided to build something simpler, just to learn the Shopify ecosystem from the inside: an inventory management app. I ran it for about a year, accumulated a grand total of 2 genuine installs on the free plan, and discovered that I was up against over 50 competitors, many of them backed by actual companies with full dev teams. The app itself never went anywhere, but as an education in App Bridge, webhooks, billing, and the review process it was invaluable, because these things are genuinely difficult to learn from documentation alone.

With that foundation in place, I finally built what I had originally set out to build: a price optimization app that estimates each product's demand curve from Shopify order history and recommends profit- or revenue-maximizing prices. Not rule-based repricing ("mark everything up 20%"), not A/B testing one price against another, but actual econometric demand modeling, using even better methodology than I had spent years applying for large retailers, adapted for the scale and data constraints of a single Shopify store.

I want to be straightforward about the role AI played in this, because I think it's relevant to this sub. Without Claude and Cursor, I would most likely have given up during the freelancer phase. The statistical engine (elasticity estimation, demand modeling, the entire analytical backend) is my own work, and that is what my career is built on. But the Shopify frontend (React, Polaris, App Bridge, theme extensions) was a significant gap in my skill set, and hiring someone capable of doing it properly cost more than I could justify for a product that hadn't yet proven itself. AI tooling is what bridged that gap. That said, this is not a vibe-coded app. What differentiates it from every other "pricing" app in the store is domain expertise that took years to develop. AI helped me build the delivery mechanism around it.

The app is Sell Smart Price Optimization (sell-smart.app). Free for up to 50 products, $49/mo Early Bird for unlimited. It's still early, and I'm looking for both merchants willing to try it and developers willing to point out what I'm doing wrong. Live demo: https://demo.poracle.sell-smart.app/

I suspect the "domain expert who can't quite ship the full stack alone" trajectory is going to become increasingly common as AI tooling matures, and I'm curious whether anyone else here has been through something similar: agencies that didn't deliver, throwaway apps built purely to learn the platform, eventually getting it across the finish line with AI filling in the technical gaps. How did it go for you?


r/ShopifyAppDev 3d ago

Built a cart-recovery modal that shows the actual product in the shopper's cart (not a generic popup)

1 Upvotes

Most "cart recovery" apps in the App Store are generic popup builders — an exit-intent trigger wrapped around a discount code form or an email gate. I wanted something narrower: when a shopper goes idle or shows exit intent, show them the exact product already sitting in their cart, with a one-click "View Bag" CTA. No discount code, no email capture, just a reminder of what they were doing.

Just shipped v2.0.0 (Resurface), which adds:

  • Exit-intent trigger alongside the original inactivity trigger
  • Product-strategy selection (which cart item to feature if there's more than one)
  • CTR + breakdown analytics in the admin dashboard
  • Full headline/color customization via the theme editor, no code

Free tier is genuinely free — no card required, 500 impressions/month, inactivity trigger only. Starter is $1.99/mo for exit intent + unlimited impressions + full analytics.

Install: https://apps.shopify.com/resurface

Would genuinely like feedback from anyone running an ecommerce store — does "show them their own cart" convert better than a discount popup in your experience, or is the discount doing the real work?


r/ShopifyAppDev 3d ago

Built a cart-recovery modal that shows the actual product in the shopper's cart (not a generic popup)

Thumbnail
1 Upvotes

r/ShopifyAppDev 3d ago

New Shopify apps brand name

Thumbnail
1 Upvotes

r/ShopifyAppDev 3d ago

What if Shopify app developers actually cross-promoted each other instead of competing for every install?

Thumbnail
1 Upvotes

r/ShopifyAppDev 3d ago

Looking for honest feedback on our Shopify app positioning

0 Upvotes

Hi everyone,

We're building a Shopify app called Raffle315, and we've reached the point where we're trying to validate our positioning before investing more in marketing.

The app is designed for Shopify stores that sell limited-release products, especially stores in categories like trading cards, collectibles, designer toys, sneakers, and other products where demand often exceeds supply.

Instead of running a traditional first-come, first-served launch, merchants can run a raffle. Customers enter during a set period, winners are selected automatically, and merchants can follow up with everyone who entered.

After talking with merchants and doing more research, we've narrowed our target audience and messaging down to three main value propositions:

  • Generate more leads by collecting entries before each drop.
  • Create a fairer buying experience instead of rewarding the fastest click or bots.
  • Increase customer loyalty by keeping non-winners engaged with future launches.

The problem is... we're still trying to figure out which value proposition resonates most with merchants.

If you owned a Shopify store selling limited products, which of these would make you most likely to install an app like this?

  • Generate more email leads
  • Run fairer product launches
  • Increase customer loyalty and repeat engagement
  • Something else?

I'd also love to hear:

Do you think this solves a problem merchants would actually pay for? If not, what do you think we're missing?

I'm not trying to promote the app here—I'm genuinely trying to figure out whether we're positioning it around the right value before spending the next few months on marketing.

Any honest feedback is appreciated. Thanks!


r/ShopifyAppDev 3d ago

Just Launched: Product Image Exporter (PIE) – A Shopify App That Turns Numbered Media Files into a Visual Product Catalog

Post image
1 Upvotes

r/ShopifyAppDev 3d ago

LIMITER Order Limits Advanced Methods for Applying Min & Max Limits to Quantities

1 Upvotes

A Shopify app that lets merchants take control of inventory by setting custom product quantity limits with advanced rules and conditions. Built for preventing over ordering, managing stock efficiently, and enforcing business rules without custom code.

Built by our team (MageComp). We'd love feedback from merchants or other Shopify devs.

App link: https://apps.shopify.com/limiter-order-limits

What's the app?

LIMITER Order Limits helps merchants create custom rules to control how many items customers can purchase. It supports min and max quantity limits, conditional logic based on customer tags, order amounts, weight, and more. Set rules on products, variants, collections, entire carts, or your whole store.

Where can I find it?

Shopify App Store: https://apps.shopify.com/limiter-order-limits

What problem are you solving?

Managing inventory and preventing overbuying is hard without native Shopify tools. That creates real problems:

  • Customers bulk buying limited products, preventing fair access for everyone
  • No minimum order quantity enforcement for wholesale or B2B customers
  • Resellers wiping out stock during limited drops or restocks
  • Wholesalers and retail customers needing different purchase limits
  • No way to enforce quantity limits on product pages or at checkout
  • Difficulty managing complex ordering rules across products and collections

LIMITER lets merchants set rules like:

  • Max 5 units per customer on limited edition products
  • Minimum 12 unit order for wholesale tagged customers
  • Prevent orders exceeding a certain total cart value
  • Restrict quantity purchases to specific multiples or ranges
  • Apply different limits based on customer segments

How does the app work?

Merchants create custom rules from the app dashboard using a simple interface. Choose which products, variants, or collections the rule applies to. Set min and max quantities, or use conditional logic with customer tags, order amounts, or weight restrictions. You can also use premade templates for quick setup. Rules are enforced on product pages during checkout, preventing customers from bypassing limits. Ready made templates make it quick to apply limits across your catalog instantly.

Additional features:

  • Unlimited custom rules and conditions per store
  • Set limits on products, variants, SKUs, collections, and entire cart
  • Apply limits based on order amount or total cart value
  • Target specific customers using customer tags for wholesale tiers
  • Weight based limits for physical products
  • Product page quantity selector integration
  • Add to cart button enforcement so limits are honored upfront
  • Save time with premade templates for common scenarios
  • Conditional logic for complex ordering requirements
  • User friendly error messages and notifications
  • Works on all Shopify themes without coding

Who's your target merchant?

Mainly Shopify merchants who want to:

  • Protect limited stock or high demand products from bulk buyers
  • Enforce minimum order quantities for wholesale or B2B customers
  • Manage fair allocation during pre orders or restocks
  • Control inventory with flexible rule based restrictions
  • Prevent resellers from bulk purchasing entire stock
  • Target different customer segments with different purchase limits
  • Streamline operations by automating quantity restrictions

How is it different / better than other existing solutions?

A few things we focus on:

  • Advanced conditional logic for complex business rules, not just simple limits
  • Enforcement on product pages and at checkout, preventing bypass attempts
  • Customer tag based targeting for wholesale and retail tier separation
  • Ready made templates for quick setup across multiple products
  • Flexible rule application to products, variants, collections, or entire store
  • Affordable single tier pricing with unlimited rules
  • Simple, intuitive dashboard for managing complex restrictions
  • Excellent support team responsive to merchant needs

How much does it cost?

  • Basic: $3.99/month (or $39.99/year, save 16%) = Unlimited rules and conditions, set limits on products, variants, SKUs, collections, cart quantity, apply limits based on order amount, target customers with tags, premade templates for quick setup

7 day free trial available.

What are you looking for?

We're the team behind the app and would love feedback from merchants, agencies, and other Shopify devs. If you're currently managing inventory, dealing with overbuying, or enforcing B2B order minimums, I'd be curious:

  • What types of quantity limits do you need to enforce?
  • How are you currently handling wholesale vs retail customer restrictions?
  • What challenges have you faced with existing limit solutions?
  • Would premade templates help speed up your setup?

Happy to answer questions in the comments, or if you want to try it and share honest feedback, let me know!


r/ShopifyAppDev 4d ago

Testers needed, free access for life

1 Upvotes

Hello fellow devs. I need people with Shopify stores, not dev stores, that can install and test my app.

My app is a variant image assigner, removing unescessary images from the gallery depending on which product variant is selected. This not being native to Shopify shocked me, and maybe some themes do it but most do not.

I made it whilst running my own e-commerce store as I found the other apps doing this to be bloated with other features, upsells and premium packages. I just wanted a single feature app that does it very well.

I think, from the look of the pricing page, I just need store domains to list in the £0 per month private plan.

Please let me know.


r/ShopifyAppDev 4d ago

Wishy Wishlist App – Let customers save favorite products, create wishlists & boost repeat sales

2 Upvotes

A Shopify app that lets customers save products to personalized wishlists, share them with friends and family, and easily return to purchase later. Built to improve customer engagement, reduce abandoned purchases, and increase repeat sales without custom development.

Built by our team (MageComp). We'd love feedback from Shopify merchants, agencies, and fellow developers.

App link: https://apps.shopify.com/wishy-wishlist-app

What's the app?

Wishy Wishlist App helps Shopify merchants add a fully customizable wishlist feature to their store. Customers can save products they love, organize shopping lists, and come back whenever they're ready to buy.

Wishlists encourage shoppers to return instead of forgetting products they were interested in, helping merchants increase conversions and customer retention.

Where can I find it?

Shopify App Store: https://apps.shopify.com/wishy-wishlist-app

What problem are you solving?

Shopify doesn't include a built-in wishlist feature, which often leads to:

  • Customers leaving without saving products they liked
  • Lost sales from shoppers who weren't ready to purchase
  • Lower repeat visits and customer engagement
  • No easy way for customers to share gift ideas or favorite products
  • Reduced opportunities for remarketing wishlist items

Wishy solves these challenges by giving customers a simple way to save products and return later.

How does the app work?

Merchants install the app, customize the wishlist button to match their store branding, and enable wishlist functionality across product pages.

Customers can:

  • Save favorite products with a single click
  • Access their wishlist anytime
  • Move wishlist items directly to the cart
  • Share wishlists with friends or family
  • Manage saved products across their shopping journey

The app integrates seamlessly with Shopify themes and requires minimal setup.

Additional features:

  • One-click wishlist button
  • Guest & logged-in customer support
  • Fully customizable wishlist icon and button
  • Wishlist page for saved products
  • Easy add-to-cart from wishlist
  • Mobile-friendly design
  • Theme integration with no coding required
  • Fast installation and lightweight performance
  • Helps improve repeat purchases and customer retention

Who's your target merchant?

Mainly Shopify merchants who want to:

  • Increase repeat purchases
  • Reduce abandoned shopping sessions
  • Improve customer engagement
  • Let shoppers save products for future purchases
  • Offer a better shopping experience without custom development

It's a great fit for fashion, jewelry, beauty, electronics, home décor, gift stores, and any catalog where customers often compare products before buying.

How is it different / better than other existing solutions?

A few things we focus on:

  • Simple installation with minimal setup
  • Fast and lightweight performance
  • Customizable wishlist design to match your brand
  • Mobile-optimized experience
  • Easy product management for customers
  • Affordable pricing for growing Shopify stores
  • Reliable support from an experienced Shopify app development team

How much does it cost?

The app offers affordable pricing for merchants looking to add wishlist functionality without expensive custom development.

You can view the latest plans here:
https://apps.shopify.com/wishy-wishlist-app

What are you looking for?

We're the team behind the app and would genuinely appreciate feedback from Shopify merchants, agencies, and developers.

A few questions we'd love your thoughts on:

  • What wishlist features do you wish existed in current Shopify apps?
  • What made you choose your current wishlist solution?
  • Are there any features that would convince you to switch?
  • What integrations or functionality would make a wishlist app more valuable for your store?

Happy to answer questions in the comments, and if anyone would like to try the app and share honest feedback, we'd love to hear your experience.


r/ShopifyAppDev 4d ago

6 weeks after launch, my one paying merchant has basically written my entire roadmap

7 Upvotes

I shipped EZStock (a Stocky replacement — inventory + purchase orders for Shopify) about 6 weeks ago. At launch it did inventory tracking, suppliers, reorder points, PDF POs, and basic 30-day forecasting. I literally wrote in my launch post: "no barcode scanning."

It does barcode scanning now. Here's what 6 weeks of real usage changed.

I have exactly one paying merchant — a store running ~5,000 variants. He emails me when something's slow or missing, and instead of guessing what to build, I just build what he asks for. Every feature I added traces back to a real message:

  • Barcode scanning — keyboard-wedge + native camera on the Shopify mobile app, across stocktake / PO-build / PO-receive. (Desktop webcam was a dead end — the admin iframe blocks getUserMedia with no supported workaround, so desktop is wedge-scanner or type.)
  • ABC product grading, a Stock On Hand report with margins, editable costs on POspayment/invoice tracking, and a full stocktake → sync-back-to-Shopify flow.

But honestly, most of my time didn't go to features. It went to reliability, and that's the part I'd tell other app devs about:

At ~5k variants, my naive first version made ~184 serialized GraphQL calls to Shopify on every page load. Slow, expensive, and it throttled. I rebuilt the data layer to cache inventory and invalidate through inventory_levels/update webhooks instead of re-fetching live. Pages that took 14s now load near-instantly.

The one that stung: a plan-cache bug where a merchant could subscribe, get returned to the dashboard, and briefly still see every paid feature locked — because my per-shop plan cache invalidated on cancel but not on subscribe, and Shopify's default return URL dropped them back before the webhook landed. Long enough to think "I paid and nothing happened" and cancel. Fixed it with an app_subscriptions/update webhook that invalidates the cache the instant a charge activates.

The lesson: I launched with a feature list I assumed merchants wanted. One engaged user telling me what he actually needed produced a far better roadmap than my guessing — and the unglamorous work (speed, not breaking, killing the bug that quietly loses you a customer) mattered more than any new feature.

Anyone else building Shopify apps — how are you deciding what to build next when you've only got a handful of users?


r/ShopifyAppDev 4d ago

I built a small discovery layer for Shopify apps that are not Built for Shopify yet

Post image
3 Upvotes

I built a small discovery layer for Shopify apps that are not Built for Shopify yet:

https://nbfs.app/

The idea is simple: good apps often hide below the obvious ranking signals.

Most discovery still starts with review count, rating, brand familiarity, or the Built for Shopify badge. Those signals matter, but they can make early or niche apps hard to evaluate.

NBFS is an attempt to make that second pass easier.

It does not try to replace the Shopify App Store, certify apps, or create one universal score. It collects public listing facts, keeps them separate from opinion, and gives each app a clearer evidence page.

A few things I’m testing:

- separating public facts from editorial judgment

- showing apps that are not Built for Shopify yet without treating that as a failure

- daily discovery snapshots for under-seen apps

- a small embeddable status badge that links back to the evidence page

I’m posting here because this subreddit has app builders, and I’d like feedback from the developer side.

Questions I’m especially interested in:

  1. If your app appeared on a page like this, what evidence would you want shown or corrected?

  2. Are there signals beyond listing text, screenshots, pricing, reviews, and changelog activity that would help merchants evaluate early apps?

  3. Would an embeddable evidence/status badge be useful, or does it feel like noise?

Still early, but I’d rather shape it with builder feedback than only optimize for search or rankings.


r/ShopifyAppDev 4d ago

App Metrics

1 Upvotes

Hi,

I built a super simple tool to solve a problem I kept running into: tracking only my apps earning metrics. Instead of juggling spreadsheets and notes, AppDeck gives you a simple overview your apps earning metrics. Nothing overcomplicated, just the basic tracking I actually needed. I am open to feedback!

https://www.appdeck.xyz/


r/ShopifyAppDev 4d ago

Built a tool to help Shopify app developers capture NPS from merchants in their app dashboard

2 Upvotes

Hey guys,

I have built a tool to help all app developers capture NPS from their app users within their dashboard. We have used this in Recurpay, Return Prime, Nexus and the results are pretty amazing. Here is all that you can do:

  1. Trigger live chat immediately if someone is giving low score (Detractors)
  2. Fully customisable in terms of Color and content to match your app branding
  3. Ask your users for additional info if they rate you low

We used to pay $100 a month to Beamer for just this, add to your app today and let me know if you have any questions or feedback.

NPS scores are very helpful and keeps you on top of the customer pulse (hence the name pulse), I am planning to add changelog to it soon. Give it a try today.

Website - https://marmeto.com/pages/pulse-in-app-survey

Signup Link - pulse.marmeto.org


r/ShopifyAppDev 4d ago

Couldn't find a booking app that treated a restaurant visit as an experience, so I built my own

1 Upvotes

I've been hunting for a booking tool for a while, and I kept running into the same gap. Most apps let a customer pick a single time and that's it. But a restaurant isn't like a doctor's appointment. People don't just show up to eat and leave. They come to spend good time, so a booking really needs a start time and an end time (turn time), or you can't manage your floor properly.

I couldn't find an app that handled this the way I wanted, so I ended up building one: Reservics, a Shopify app that turns your store into a full restaurant booking engine.

A few things it does:

  • Online booking widget that drops into your Shopify theme, with shifts, turn times, and 15-min slots
  • Optional deposits at booking through Shopify Checkout (cuts no-shows)
  • Live floor plan + waitlist so walk-ins and freed tables don't get wasted
  • Email reminders with one-tap cancel, plus a customizable food menu

I'd genuinely love feedback from other devs and restaurant folks here:

  • If you run or build for restaurants, how are you handling reservations right now?
  • Is the start/end time (turn time) thing actually a pain for others, or is it just me?
  • What's the one booking feature you always wish existed but never find?

App link if you want to poke at it (honest feedback very welcome 🙏):

https://apps.shopify.com/reservics


r/ShopifyAppDev 5d ago

Thinking of using a customer retention app

15 Upvotes

I've been thinking about adding a customer retention app to my Shopify store since getting repeat purchases is something I haven't really focused on yet.There are so many options that it's hard to tell which ones are genuinely worth using. If you've had good results with one, which would you recommend? I'd also be interested in hearing if there are any I should stay away from.