RizzMaster is a Next.js project developed using TypeScript that assists users in crafting appropriate responses for dating apps, text messages, and social media platforms. Leveraging artificial intelligence, it provides customized text suggestions based on user conversations.
- AI-Powered Text Suggestions: Offers suitable responses tailored to user interactions.
- Support for Multiple Screenshots: Allows users to upload combinations of profiles and conversations for more accurate suggestions.
- Special Modes: Includes modes like RIZZ for varied response styles.
- Node.js version 14 or higher
- npm, yarn, or pnpm for package management
-
Clone the repository:
git clone https://github.com/rizzmasterai/rizzmaster.git
-
Navigate to the project directory:
cd rizzmaster
-
Install dependencies:
# Using npm npm install # Using yarn yarn install # Using pnpm pnpm install
-
Configure environment variables:
- Create a
.env
file based on the provided.env.example
- Adjust the variables as needed
- Create a
Start the development server:
# Using npm
npm run dev
# Using yarn
yarn dev
# Using pnpm
pnpm dev
Open http://localhost:3000 in your browser to view the application.
Create a production build:
# Using npm
npm run build
npm run start
# Using yarn
yarn build
yarn start
# Using pnpm
pnpm build
pnpm start
We welcome contributions! To contribute:
- Fork the repository
- Create a new branch for your feature or bug fix
- Implement your changes and commit them
- Submit a pull request for review
This project is licensed under the MIT License. See the LICENSE
file for details.
For questions or suggestions, please reach out via email at [email protected]