A modern inventory management system built with Next.js, TypeScript, and Supabase.
- 🔐 Authentication with Supabase
- 📊 Interactive Dashboard
- 📦 Inventory Management
- 💰 Sales Analytics
- 🎨 Modern UI with Dark Mode
- 📱 Responsive Design
- 📤 Excel/CSV File Upload
- 🤖 AI-Powered Insights
- Next.js 14
- TypeScript
- Tailwind CSS
- Supabase
- Lucide Icons
- Clone the repository:
git clone https://github.com/adamrose1127/smart-stock.git
cd smart-stock
- Install dependencies:
npm install
- Create a
.env.local
file with your Supabase credentials:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
This project is configured for deployment on Vercel. Simply connect your GitHub repository to Vercel and it will automatically deploy your application.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.