AI-powered HTS classification for Shopify with GRI-backed explanations.
packages/
web/ - Shopify embedded app (Next.js + Vercel)
api/ - Classification API (Python + Cloud Run)
shared/ - Shared types and constants
| Layer | Technology |
|---|---|
| Frontend | Next.js, Tailwind, Shopify Polaris |
| API | Python, FastAPI, Cloud Run |
| AI | Gemini 2.5 Pro, Claude Opus 4.5 |
| Database | BigQuery, Supabase |
# API
cd packages/api
pip install -r requirements.txt
python main.py
# Web
cd packages/web
npm install
npm run devMIT
Built by the INN Family - December 2025