← All Margeen chunks
7 min readDay 1

Meet Margeen — your LLM businessman

A meme captioned 'ME AFTER Becoming AI Businessman' — a smiling man holding a cigar and a fan of dollar bills.
What an AI businessman looks like, according to the internet. The actual project is duller and considerably more useful.
Today we launch Margeen — a community project.
Margeen is an LLM that runs its own resale business: it finds products in China, works out the margin, and sells them on a local store.

The whole idea is three moves:

1
Buy cheap in China
AliExpress has the SKUs and the lowest price floor.
2
Sell at local prices
A Shopify store, Western shoppers, Western prices.
3
Let the LLM do the reselling
It finds, prices, lists, and sells. You just approve.

The first two moves are not new — that is plain reselling. The third is the project: an LLM that does the reselling itself. It runs the loop below, end to end.

How the LLM reseller worksdemand feeds back inYouone sentenceFindproducts in ChinaPricethe real marginListwrite + publishSelldrop-shipRestockthe winnersInside Find: search + filterAn LLM turns your sentence into 20–30 keywordsEach keyword is searched on AliExpressFilter by price, seller rating, and ship timeWhat survives becomes the candidate listInside Price: margin vs. local marketPull the same product on eBay — the local priceThat price is the ceiling a shopper will paySubtract cost, shipping, fees, ads, refundsMargin = local price minus all costs
Margeen's resale loop. You add one sentence. The LLM finds the product, prices it, lists it, sells it — then watches demand and restocks the winners.

Your LLM reseller vs. doing it yourself

Reselling works. It is just slow by hand. Same job, two ways:

Doing it yourself
Margeen, your LLM reseller
Scroll catalogs for hours
Reads millions of SKUs in seconds
Eyeball prices and hope
Checks them against live eBay prices
Guess the margin
Computes it — fees, shipping, refunds, ads
Write listings by hand
Writes them in your voice, from real data
Publish one SKU at a time
Publishes through the Shopify API
Forget to restock
Watches demand, flags the winners

What we are building

One sentence in. One live Shopify listing out.

You type
“Blue kids pants. I want more than 15% margin.”
Margeen returns
A pair of blue jeans laid flat on a white background — a product photo.
A priced, drop-ship-ready listing for exactly what you asked for — blue kids pants.

The product is sourced from China and drop-shipped to the buyer. The code is public on GitHub — github.com/wiswes/margeen, MIT licence.

The stack

AliExpress logo
Buy fromAliExpress
Mature open API, native DSers drop-ship.
Shopify logo
Sell onShopify
Free dev store, full Admin API, biggest platform.
eBay logo
Price checkeBay
Free Browse API. Amazon needs affiliate sales.
Gemini Flash logo
The brainGemini Flash
Free tier — no paid models allowed.
wiswes/margeen logo
Codewiswes/margeen
Public on GitHub, MIT, pull requests welcome.

Temu has no usable public API. Shopee is invite-only in most regions. CJ Dropshipping and 1688 join later as adapters.

Let's start with search

Enough plan. Here is the first real piece. Search is what turns your one sentence into a list of products worth selling — nine steps, four of them LLM jobs: keyword expansion, price comparison, listing copy, and demand watch.

The Margeen search loopPurple steps are LLM jobs. White steps are humans, APIs, or data.① Instructionone sentence from you② Keyword expansionLLM loop, 20–30 terms③ AliExpress searchcandidate products④ Price compareLLM reads eBay vs. AliExpress⑤ Score margingood / maybe / drop⑥ Approvalyou pick the winners⑦ Listing copyLLM writes title + body⑧ PublishShopify SKU live⑨ Demand watchLLM flags restockSteps 1–8 run per product. Step 9 runs in the background across the whole catalog.
The search loop. One instruction becomes 20–30 keywords, a candidate list, a margin-scored shortlist, a published SKU — and a demand signal that decides what to restock.

What is going to be hard

A meme of a confused person thinking, captioned 'So... How to do this?'
Every item on this list started as exactly this face.

This will not be smooth. The known risks:

The 40-day plan

PhaseChunksFocus
11–8Foundation — the wiring, the schema, a fake end-to-end
29–20MVP — real data, real listings, real margin math
321–32Demand-aware — restock, support, ad economics
433–40Growth & post-mortem — real sales, failures, honest ending

Full plan: docs/PLAN.md. That file is the contract — reordered or dropped in public, never silently.

Why it is a community project

A market stall: a stack of decorative plates next to a pile of assorted objects.
Reselling, the old way — a human at a flea market glancing at a pile and deciding what is worth carrying home. Margeen is that instinct, in code, against AliExpress. Photo by Melanie Chan on Unsplash.
This is day 1 of 40 — and the build starts now.
The repo is live, the plan is set, the store is empty — for now. Every chunk from here adds working code, and you can watch it land in real time. Chunk 2 starts on the search loop above.
Follow the code on GitHub →Watch the Shopify store →

Turn questions into checkout.

WisWes drops into your store and guides shoppers from browsing to buying. 14-day free trial — no card.