An AI-powered Shopify dashboard for Pet Wellbeing with live product/order/customer data, natural language querying, and automation tools.
Before clicking: Push this folder to a GitHub repo first, then replace
YOUR_USERNAMEin the URL above.
cd petwellbeing-dashboard
git init
git add .
git commit -m "Initial dashboard"
git remote add origin https://github.com/nwb/petwellbeing-dashboard.git
git push -u origin main- Go to vercel.com → Add New Project
- Import your GitHub repo
- Add these environment variables:
- Click Deploy
Vercel gives you a permanent URL like petwellbeing-dashboard.vercel.app. Bookmark it — live data loads every time you open it.
- Dashboard — products, orders, customers, revenue at a glance
- Products / Orders / Customers — full lists with inventory status
- AI Query — ask Claude anything about your store in plain English
- Automations — restock alert email generator + customer reply drafter
public/index.html— the full frontend (no build step needed)api/shopify.js— Vercel serverless function proxying Shopify Admin API (solves CORS)vercel.json— routing config
The Shopify token is stored as a Vercel environment variable, not in the frontend code. The proxy never exposes it to the browser.