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.
- Intuitive Frontend: Built with Next.js and TypeScript for a seamless user experience.
- Robust Backend: Powered by Express.js and TypeScript for scalable and efficient processing.
- Prompt Analytics: Generate insights into prompt performance.
- Custom Integrations: Easily extendable for different AI models.
- Node.js: >= 16.x
- npm: >= 7.x
- MongoDB (for the backend)
Follow these steps to set up the project:
git clone https://github.com/MetastartTech/com.genmanai.git
cd genman-ai
For 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
- Next.js : A React framework for production.
- TypeScript : Ensures type safety.
- Express.js : A minimal and flexible Node.js web application framework.
- TypeScript : For strongly-typed JavaScript.
This project is licensed under the MIT License.
We welcome contributions! Please read our CONTRIBUTING.md to learn how to get involved.
- Live App : GenmanAI