An open API service indexing awesome lists of open source software.

https://github.com/metastarttech/com.genmanai

GenManAI is an open-source platform designed to streamline and revolutionize prompt testing for generative AI models.
https://github.com/metastarttech/com.genmanai

ai-development ai-tools developer-tools expressjs generative-ai nextjs open-source prompt-engineering typescript

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# GenManAI: Open-Source Prompt Testing for Generative AI

[![MIT License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
![Next.js](https://img.shields.io/badge/Frontend-Next.js-blue)
![Express.js](https://img.shields.io/badge/Backend-Express.js-green)

## 🌟 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](https://drive.google.com/file/d/1SJzcAcJo5BUj6pBgIigYt4BnjqUkVkh1/view?usp=drive_link)

---

## Resources

- [Whitepaper](https://metastart.notion.site/genmanai)
- [Telegram Bot](https://t.me/genmanai_bot)
- [Twitter](https://x.com/AiGenman42440)
- [Discord Bot](https://discord.com/api/oauth2/authorize?client_id=1330824820648181820&permissions=515433295168&scope=bot%20applications.commands)

---

## 🚀 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:

```bash
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:

```bash
NEXT_PUBLIC_API_BASE_URL=
NEXT_PUBLIC_RAZORPAY_ID=
```

For the backend:

```bash
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](LICENSE).

---

## 🌍 Community & Contribution

### 🤝 Contributing

We welcome contributions! Please read our [CONTRIBUTING.md](CONTRIBUTING.md) to learn how to get involved.

---

## 🌐 Links

* **Live App** : [GenmanAI](https://www.genmanai.com)