https://github.com/kiritoem/3d-shop
e-commerce app that enables users to visualize, customize, and purchase 3D products with an integrated administration system for complete store management
https://github.com/kiritoem/3d-shop
docker nextjs postgresql prisma-orm react-three-fiber typescript
Last synced: about 2 months ago
JSON representation
e-commerce app that enables users to visualize, customize, and purchase 3D products with an integrated administration system for complete store management
- Host: GitHub
- URL: https://github.com/kiritoem/3d-shop
- Owner: KiritoEM
- Created: 2025-05-22T14:37:08.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2025-10-31T04:40:34.000Z (8 months ago)
- Last Synced: 2025-10-31T06:15:32.962Z (8 months ago)
- Topics: docker, nextjs, postgresql, prisma-orm, react-three-fiber, typescript
- Language: TypeScript
- Homepage:
- Size: 60.8 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Bazzar
Bazzar is a prototype e-commerce application that allows users to visualize products in 3D directly within the shop. It integrates an AI-powered recommendation agent that suggests products based on user needs and preferences. The platform supports secure payments via Stripe and includes an admin dashboard featuring a 3D studio for product customization and complete store management and access.
## Link for Video demo
[Click to see demo](https://www.linkedin.com/posts/loick-emadisson-672442296_hello-%C3%A0-tous-%C3%A7a-fait-un-moment-que-je-activity-7386813731974070272-EzEz?utm_source=share&utm_medium=member_desktop&rcm=ACoAAEecpTYBysycAT3iKFDE9TLZw23gRKXV4hA)
## Features
### Client
- [x] Landing page
- [x] Support for Dark/Light modes
- [x] Shop with filter and 3d preview
- [x] AI Recommandation Bot with an virtual avatar with lipsync providing suggestions
- [x] Cart and secure payment with stripe
- [x] Client login using 0Auth(Google) or credentials
- [x] Client settings page
### Admin dashboard
- [x] Admin login using facial recognition or credentials
- [x] Support for Dark/Light modes
- [x] Analytics Dashboard for data visualization
- [x] Payment management and possibility to export data as CSV
- [x] Users management
- [x] Product Management: create, and manage product in database
- [x] 3D Studio for customizing 3D product models directly in the dashboard
- [x] Admin management: view list and create new admins
- [x] Role-Based Access Control (RBAC)
## Todo
- [ ] Use cloud file upload to store and use file in production mode