$git clone https://github.com/MetastartTech/com.genmanaiGenManAI is an open-source platform designed to streamline and revolutionize prompt testing for generative AI models. It simplifies the process of testing, analyzing, and refining prompts, making it an essential tool for AI developers, researchers, and content creators.
| 1 | # GenManAI: Open-Source Prompt Testing for Generative AI |
| 2 | |
| 3 | [](LICENSE) |
| 4 |  |
| 5 |  |
| 6 | |
| 7 | ## 🌟 Overview |
| 8 | |
| 9 | **GenManAI** is an open-source platform designed to streamline and revolutionize prompt testing for generative AI models. It simplifies the process of testing, analyzing, and refining prompts, making it an essential tool for AI developers, researchers, and content creators. |
| 10 | |
| 11 | ### 🎯 Features |
| 12 | |
| 13 | - **Intuitive Frontend**: Built with Next.js and TypeScript for a seamless user experience. |
| 14 | - **Robust Backend**: Powered by Express.js and TypeScript for scalable and efficient processing. |
| 15 | - **Prompt Analytics**: Generate insights into prompt performance. |
| 16 | - **Custom Integrations**: Easily extendable for different AI models. |
| 17 | |
| 18 | --- |
| 19 | |
| 20 | ## Demo Video |
| 21 | |
| 22 | [Watch the Demo](https://drive.google.com/file/d/1SJzcAcJo5BUj6pBgIigYt4BnjqUkVkh1/view?usp=drive_link) |
| 23 | |
| 24 | --- |
| 25 | |
| 26 | ## Resources |
| 27 | |
| 28 | - [Whitepaper](https://metastart.notion.site/genmanai) |
| 29 | - [Telegram Bot](https://t.me/genmanai_bot) |
| 30 | - [Twitter](https://x.com/AiGenman42440) |
| 31 | - [Discord Bot](https://discord.com/api/oauth2/authorize?client_id=1330824820648181820&permissions=515433295168&scope=bot%20applications.commands) |
| 32 | |
| 33 | --- |
| 34 | |
| 35 | ## 🚀 Getting Started |
| 36 | |
| 37 | ### Prerequisites |
| 38 | |
| 39 | - **Node.js**: >= 16.x |
| 40 | - **npm**: >= 7.x |
| 41 | - **MongoDB** (for the backend) |
| 42 | |
| 43 | ### Installation |
| 44 | |
| 45 | Follow these steps to set up the project: |
| 46 | |
| 47 | #### Clone the repository: |
| 48 | |
| 49 | ```bash |
| 50 | git clone https://github.com/MetastartTech/com.genmanai.git |
| 51 | cd genman-ai |
| 52 | ``` |
| 53 | |
| 54 | #### Install dependencies: |
| 55 | |
| 56 | For the frontend: |
| 57 | |
| 58 | ``` |
| 59 | cd frontend |
| 60 | npm install |
| 61 | |
| 62 | ``` |
| 63 | |
| 64 | For the backend: |
| 65 | |
| 66 | ``` |
| 67 | cd backend |
| 68 | npm install |
| 69 | |
| 70 | ``` |
| 71 | |
| 72 | #### Setup the environment variables: |
| 73 | |
| 74 | For the frontend: |
| 75 | |
| 76 | ```bash |
| 77 | NEXT_PUBLIC_API_BASE_URL= |
| 78 | NEXT_PUBLIC_RAZORPAY_ID= |
| 79 | ``` |
| 80 | |
| 81 | For the backend: |
| 82 | |
| 83 | ```bash |
| 84 | PORT= |
| 85 | |
| 86 | MONGODB_URI= |
| 87 | |
| 88 | FIREBASE_PRIVATE_KEY_ID= |
| 89 | FIREBASE_PRIVATE_KEY= |
| 90 | FIREBASE_PROJECT_ID= |
| 91 | FIREBASE_CLIENT_EMAIL= |
| 92 | FIREBASE_CLIENT_ID= |
| 93 | FIREBASE_AUTH_URI= |
| 94 | FIREBASE_TOKEN_URI= |
| 95 | FIREBASE_AUTH_CERT_URL= |
| 96 | FIREBASE_CLIENT_CERT_URL= |
| 97 | |
| 98 | OPENAI_API_KEY= |
| 99 | ANTHROPIC_API_KEY= |
| 100 | GEMINI_API_KEY= |
| 101 | |
| 102 | RAZORPAY_KEY_SECRET= |
| 103 | RAZORPAY_KEY_ID= |
| 104 | |
| 105 | STRIPE_API_KEY= |
| 106 | STRIPE_WEBHOOK_SECRET= |
| 107 | |
| 108 | ``` |
| 109 | |
| 110 | |
| 111 | #### Run the application: |
| 112 | |
| 113 | Start the frontend: |
| 114 | |
| 115 | ``` |
| 116 | cd frontend |
| 117 | npm run dev |
| 118 | |
| 119 | ``` |
| 120 | |
| 121 | Start the backend: |
| 122 | |
| 123 | ``` |
| 124 | cd backend |
| 125 | npm run dev |
| 126 | |
| 127 | ``` |
| 128 | |
| 129 | --- |
| 130 | |
| 131 | ## 🛠️ Tech Stack |
| 132 | |
| 133 | ### Frontend |
| 134 | |
| 135 | * **Next.js** : A React framework for production. |
| 136 | * **TypeScript** : Ensures type safety. |
| 137 | |
| 138 | ### Backend |
| 139 | |
| 140 | * **Express.js** : A minimal and flexible Node.js web application framework. |
| 141 | * **TypeScript** : For strongly-typed JavaScript. |
| 142 | |
| 143 | --- |
| 144 | |
| 145 | ## 📜 License |
| 146 | |
| 147 | This project is licensed under the [MIT License](LICENSE). |
| 148 | |
| 149 | --- |
| 150 | |
| 151 | ## 🌍 Community & Contribution |
| 152 | |
| 153 | ### 🤝 Contributing |
| 154 | |
| 155 | We welcome contributions! Please read our [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to get involved. |
| 156 | |
| 157 | --- |
| 158 | |
| 159 | ## 🌐 Links |
| 160 | |
| 161 | * **Live App** : [GenmanAI](https://www.genmanai.com) |