Digital inventory management system for consignment stores.
- AI-powered item listing creation
- Image management with multiple views
- Category management
- Real-time inventory tracking
- POS integration
- Paperclip marketplace integration
- Next.js 14
- TypeScript
- Supabase
- Together.ai
- Tailwind CSS
- Shadcn/ui
- Clone the repository
- Install dependencies:
npm install- Create a
.env.localfile with your credentials:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_key
NEXT_PUBLIC_TOGETHER_API_KEY=your_together_api_key- Run the development server:
npm run devEnsure you have:
- Node.js 18+ installed
- Supabase project created
- Together.ai API key