Skip to content

GenManAI is an open-source platform designed to streamline and revolutionize prompt testing for generative AI models.

License

Notifications You must be signed in to change notification settings

MetastartTech/com.genmanai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenManAI: Open-Source Prompt Testing for Generative AI

MIT License Next.js Express.js

🌟 Overview

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.

🎯 Features

  • 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.

Demo Video

Watch the Demo


Resources


🚀 Getting Started

Prerequisites

  • Node.js: >= 16.x
  • npm: >= 7.x
  • MongoDB (for the backend)

Installation

Follow these steps to set up the project:

Clone the repository:

git clone https://github.com/MetastartTech/com.genmanai.git
cd genman-ai

Install dependencies:

For the frontend:

cd frontend
npm install

For the backend:

cd backend
npm install

Setup the environment variables:

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=

Run the application:

Start the frontend:

cd frontend
npm run dev

Start the backend:

cd backend
npm run dev


🛠️ Tech Stack

Frontend

  • Next.js : A React framework for production.
  • TypeScript : Ensures type safety.

Backend

  • Express.js : A minimal and flexible Node.js web application framework.
  • TypeScript : For strongly-typed JavaScript.

📜 License

This project is licensed under the MIT License.


🌍 Community & Contribution

🤝 Contributing

We welcome contributions! Please read our CONTRIBUTING.md to learn how to get involved.


🌐 Links

About

GenManAI is an open-source platform designed to streamline and revolutionize prompt testing for generative AI models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages