Building Cartalix – an AI recovery tool for WooCommerce
Hey guys,
I’ve been building custom WordPress themes from scratch for quite a while now. One thing I kept noticing across almost all my clients' shops is the massive amount of abandoned carts—usually around 70%.
Most people use standard plugins that send these robotic, 'one-size-fits-all' emails, and honestly, they’re pretty easy to ignore. It got me thinking: what if the emails were actually unique?
So, I’m working on a small project called Cartalix.
The idea is to use AI to write a quick, human-sounding email based on what’s actually inside that specific cart. I'm keeping it super lightweight (doing the heavy lifting on my backend) so it doesn't mess with the site's performance.
It's still in the early stages, but I'd love to hear some honest thoughts. Do you think personalized AI emails could actually beat the old-school templates, or is it just overkill?
If you want to see how I'm planning to handle it, I just put up a simple page here: cartalix.app
Replies
The user of this product is the owner of the website , right? How can you avoid the customer email filter?
@lyshen Cartalix routes emails through the store owner's own setup — Resend, SMTP, or wp_mail so they go out from the store's domain, not ours. SPF/DKIM/DMARC come from whatever the store already has configured.
On the recipient side these only fire when someone actually gets to checkout and types in their email. Every email also has a one-click unsubscribe, which keeps complaint rates in check.