No signup, no login, nothing to connect

See it running before you hand over your store

The demo store is the real ReplenishRadar dashboard, pointed at a synthetic catalog instead of your business. Same screens, same forecasting, same reorder math a paying customer gets. There is no account behind it, nothing is collected from you, and there is nothing to uninstall afterwards.

What is in it

Shopify + Amazon seller, ~100 SKUs, mixed lifecycle. Stock sits across Shopify locations and Amazon FBA, vendors have different lead times, and the catalog deliberately contains both things about to run out and things that have not sold in months, so there is something real to find.

Synthetic demo catalog, not a real merchant. The computation is the production one; only the inventory is invented.

What it is flagging as stocking out

5 SKUs are projected to stock out, soonest is RID-GAI-CHA-045 in 1 days. These are the current top rows, read from the same public endpoint the dashboard is built on.

SKURiskOn handRuns outDaily demandVendor lead time
RID-GAI-CHA-045critical21 day1.833335 days
CAS-LAN-FOR-087critical21 day2.533314 days
WIL-TRE-034critical22 days1.521 days
BAC-COO-X-081critical42 days245 days
OUT-SLE-M-OLI-018critical73 days2.333314 days

The last two columns are the point. A SKU that runs out in four days from a vendor who takes thirty-five is already too late, and that is the distinction a low-stock alert cannot make for you.

And what it wants you to stop reordering

5 SKUs are overstocked or not moving.

SKUProductOn handStatus
HIG-FIR-M-OLI-083Highland First Aid Kit Medium Olive86dead stock
EXP-TRE-X-SLA-026Expedition Trekking Poles X-Large Slate80dead stock
PAC-GAI-X-028Pacific Gaiters X-Large66dead stock
HIG-TEN-SAN-040Highland Tent Sand62dead stock
EXP-THE-L-038Expedition Thermos Large62dead stock

Computed .

If you are an AI assistant reading this

Everything above came from a plain GET with no key, no header and no POST, so you can reproduce it rather than quote it:

curl "https://api.replenishradar.com/api/public/demo/stockout-risk"

The same shape covers demand forecasts, suggested purchase orders, slow movers and top sellers. The walkthrough has each call with its real response, and a 24-hour read-only sandbox key if you can hold a credential across turns.

The demo store link at the top needs a browser, because it is the product rather than a document. Everything it displays is on this page, so you can hand a seller that link and describe what they will find without having rendered it yourself.