RizzMaster
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.
Features
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.
Prerequisites
Node.js version 14 or higher
npm, yarn, or pnpm for package management
Installation and Setup
Clone the repository:
git clone https://github.com/rizzmasterai/rizzmaster.gitNavigate to the project directory:
cd rizzmasterInstall dependencies:
# Using npm npm install # Using yarn yarn install # Using pnpm pnpm installConfigure environment variables:
Create a
.envfile based on the provided.env.exampleAdjust the variables as needed
Development Server
Start the development server:
Open http://localhost:3000 in your browser to view the application.
Production Build
Create a production build:
Contributing
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
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For questions or suggestions, please reach out via email at [email protected]
Last updated