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

https://github.com/operationalfallacy/thegamechanger

New game changers - on demand!
https://github.com/operationalfallacy/thegamechanger

Last synced: 27 days ago
JSON representation

New game changers - on demand!

Awesome Lists containing this project

README

          

# [gamechanger.naumenko.ca](https://gamechanger.naumenko.ca/)

This project generates game changers for you using AI.

[![Game-Changer AI Generator](./public/gamechanger.gif)](https://gamechanger.naumenko.ca)

## How it works

This project uses the [ChatGPT API](https://openai.com/api/) and [Vercel Edge functions](https://vercel.com/features/edge-functions) with streaming.

## Running Locally

After cloning the repo, go to [OpenAI](https://platform.openai.com/account/api-keys) to make an account and put your API key in a file called `.env`.

Then, run the application in the command line and it will be available at `http://localhost:3000`.

```bash
npm run dev
```

# Inspired by

[Twitter bio generator](https://github.com/Nutlope/twitterbio) project on GitHub.