You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intelligent inventory restocking platform for WooCommerce stores. Monitors stock levels, suggests reorder decisions, and automatically updates inventory when orders are received.
3
+
A production-ready Laravel starter kit for building AI-powered applications with Inertia.js v3, Vue 3, and Tailwind CSS v4.
4
4
5
-
## Core Workflow
5
+
Inspired by [nunomaduro/laravel-starter-kit-inertia-vue](https://github.com/nunomaduro/laravel-starter-kit-inertia-vue), adapted to [BinarCode](https://binarcode.com) standards with DDD architecture, actions pattern, and agentic AI tooling.
6
6
7
-
1.**Monitor** — Syncs with WooCommerce (webhook + polling fallback), tracks stock levels and daily sales velocity
8
-
2.**Suggest** — AI calculates reorder urgency, quantities, and revenue-at-risk per product/brand
9
-
3.**Order** — Build purchase orders, export as Excel, send to supplier
10
-
4.**Confirm** — Upload supplier invoice (PDF/Excel), AI parses and matches to PO, user reviews diff
11
-
5.**Receive** — Mark order as received, stock auto-updates in WooCommerce
7
+
## What's Included
12
8
13
-
## Tech Stack
9
+
-**Laravel 13** with PHP 8.5
10
+
-**Inertia.js v3** + **Vue 3** — SPA without SPA complexity
0 commit comments