Thread Jutsu Order Tracker
A stock and order management tool built for Thread Jutsu, a small business my husband and I run. Solves a specific problem: multiple listings that share the same shirts, sizes, or colors need to stay in sync so that a sale in one listing correctly reflects available stock across all others.
The Problem
Thread Jutsu sells custom apparel across multiple Etsy listings that share the same physical inventory. A single shirt in a specific size and color may appear in several listings, and when one sells, all others need to reflect the updated stock. Etsy does not handle this natively, which creates the risk of overselling. This tool was built to manage that shared inventory in one place.
What It Does
The app tracks stock at the item level, shirts by size and color, and maps that stock to whichever listings it belongs to. When an order comes in, updating it here adjusts the count across every affected listing automatically, keeping everything accurate without manual cross-checking.
Vision
The natural next step is connecting to the Etsy API so orders sync in automatically. A backend with a real database would also make the tool reliable across devices, turning it from a personal utility into something genuinely production-ready for a small business.