com.genmanai
1.0.0
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.
Watch the Demo
Follow these steps to set up the project:
git clone https://github.com/MetastartTech/com.genmanai.git
cd genman-aiFor the frontend:
cd frontend
npm install
For the backend:
cd backend
npm install
For the frontend:
NEXT_PUBLIC_API_BASE_URL=
NEXT_PUBLIC_RAZORPAY_ID=For the backend:
PORT=
MONGODB_URI=
FIREBASE_PRIVATE_KEY_ID=
FIREBASE_PRIVATE_KEY=
FIREBASE_PROJECT_ID=
FIREBASE_CLIENT_EMAIL=
FIREBASE_CLIENT_ID=
FIREBASE_AUTH_URI=
FIREBASE_TOKEN_URI=
FIREBASE_AUTH_CERT_URL=
FIREBASE_CLIENT_CERT_URL=
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
GEMINI_API_KEY=
RAZORPAY_KEY_SECRET=
RAZORPAY_KEY_ID=
STRIPE_API_KEY=
STRIPE_WEBHOOK_SECRET=
Start the frontend:
cd frontend
npm run dev
Start the backend:
cd backend
npm run dev
This project is licensed under the MIT License.
We welcome contributions! Please read our CONTRIBUTING.md to learn how to get involved.