A smart, AI-powered platform designed to improve marketing and customer engagement for cosmetic distributors.
- Provides insights and analytics for owners and managers.
- Identifies top-performing products and generates ready-to-use marketing descriptions.
- Uses AI to create personalized promotional messages based on Customer Lifetime Value (CLV).
- Targets customers likely to purchase, enhancing sales opportunities.
Follow these steps to set up the project on your local machine:
git clone https://github.com/xyugen/cosmetic-marketing-assistant.git
cd cosmetic-marketing-assistantEnsure you have Node.js installed, then run:
npm installCopy the example environment file and configure the required variables:
cp .env.example .envThen, open .env and update it with your credentials.
Push your schema to the Turso database using one of the following methods:
npm run db:generate
npm run db:migratenpm run db:pushnpm run devYour project should now be running locally!
- NextJS
- Typescript
- tRPC
- Drizzle ORM + Turso DB
- Better Auth
- Tailwind CSS
- Vercel
