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 BAC-TAR-M-SLA-084 in 0 days. These are the current top rows, read from the same public endpoint the dashboard is built on.

SKURiskOn handRuns outDaily demandVendor lead time
BAC-TAR-M-SLA-084critical0today0.266735 days
WIL-TRE-034critical21 day3.066721 days
BAC-COO-X-081critical41 day3.866745 days
RID-GAI-CHA-045critical22 days135 days
LAK-HIK-SAN-091critical53 days3.166745 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
RIV-GAI-M-FOR-075Riverbank Gaiters Medium Forest103dead stock
HIG-FIR-M-OLI-083Highland First Aid Kit Medium Olive86dead stock
OUT-BAC-078Outpost Backpack85dead stock
EXP-TRE-X-SLA-026Expedition Trekking Poles X-Large Slate80dead stock
HIG-BAC-024Highland Backpack72dead 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.