AI-powered Shopify inventory and stock management application built using Shopify App React Router, Prisma, and modern full-stack technologies.
- 📦 Real-time inventory monitoring
- 📊 Smart stock insights and analytics
- 🛍 Shopify Admin integration
- 🔐 Secure Shopify authentication
- ⚡ Fast React Router frontend
- 🗄 Prisma database integration
- 🔔 Webhook support
- 📱 Responsive admin dashboard
- React Router
- Polaris UI
- JavaScript / TypeScript
- Node.js
- Shopify App API
- Prisma ORM
- SQLite (Default)
- PostgreSQL / MySQL Supported
stocksense/
│
├── app/
├── prisma/
├── public/
├── extensions/
├── package.json
├── shopify.app.toml
└── README.mdgit clone https://github.com/vishwanathray93/stocksense-ai.gitcd stocksensenpm installCreate .env file:
SHOPIFY_API_KEY=your_api_key
SHOPIFY_API_SECRET=your_secret
SCOPES=write_products
SHOPIFY_APP_URL=https://your-url.com
DATABASE_URL=file:dev.sqliteshopify app devnpm run buildYou can deploy this Shopify app using:
- Render
- Railway
- Fly.io
- Google Cloud Run
- Shopify Admin API
- Shopify Webhooks
- Embedded App
- Prisma Session Storage
---
## 🔮 Future Improvements
- AI-based stock prediction
- Sales analytics
- Automated reorder suggestions
- Multi-store support
- Inventory alerts
---
## 👨💻 Author
### Vishwanath Ray
Full Stack Developer specializing in:
- Shopify Apps
- Laravel
- WordPress
- AI Applications
- FastAPI
- LangChain
GitHub:
https://github.com/vishwanathray93
---
## 📄 License
This project is licensed under the MIT License.


