Import your sales history and get reorder points, days-of-stock, and suggested order quantities per SKU.
Every small retailer, wholesaler, and e-commerce operator answers the same question every week: what do I need to reorder, and how much? Most answer it by eyeballing shelves or maintaining a fragile spreadsheet of averages someone built years ago.
Get it wrong one way and you stock out of your best seller mid-season; get it wrong the other way and your cash sits on a shelf as dead stock. Cloud inventory-planning SaaS solves this for a recurring monthly subscription, forever, with your sales data living in someone else's pipeline.
Compute reorder point as average daily demand times lead time plus safety stock, per SKU.
See days of stock left at the current sell rate, with a 30-day comparison to spot demand trending up or down.
Get a suggested order quantity to reach your target days of cover, with estimated cost.
Import sales history matched by header name in any order, with malformed rows skipped and reported line-by-line.
See everything at or near its reorder point, most urgent first, exported to a clean supplier-ready CSV.
Runs on PHP 8+ with MySQL or SQLite on standard shared hosting, with no subscription or per-SKU meter.
Checkout isn't open yet. Leave your email and we'll send one note the moment Restock can be purchased — nothing else.
Two-minute web installer; PHP 8+ with MySQL or SQLite, standard shared-hosting compatible; CLI demo seeder included.
No. Reorder point equals average daily demand times lead time plus safety stock — the four formulas are printed in the app and the README, and covered by a 140+ assertion test suite you can check with a calculator.
Export orders from your POS or cart as CSV with date, SKU, and quantity columns — names and order don't matter, Restock maps by header. Bad rows are skipped and reported line-by-line, never silently.
Yes — they're handled gracefully. No divide-by-zero, days-of-stock shows as unlimited, and you can set a manual safety-stock floor in units until history accumulates.
Yes. Restock requires PHP 8+ with PDO — present on virtually all cPanel/Plesk hosts. Install takes about two minutes through the web installer.
No — Restock is deliberately simple moving-average math you can verify by hand; it does not model seasonality, promotions, or trend breaks.
The live demo is being prepared — check back shortly.
Demo — coming soon