Skip to content

mjayliebs/elevatorpitch

Repository files navigation

This project generates Business Elevator Pitch ideas for you, using AI.

[Elevator Pitch Generator](Private API Key - so no link at this point)

How it works

This project uses the OpenAI GPT-3 API (specifically, text-davinci-003) and Vercel Edge functions with streaming. It constructs a set of prompts based on Prompt Engineering and user input, sends it to the GPT-3 API via a Vercel Edge function, then streams the response back to the application. It is based on the work of Nutlope (Hassan El Mghari) and the repository and code he created here: https://github.com/Nutlope/twitterbio [Twitter Bios].

I am not a developer by trade, but have fun exploring. Using Vercel to build and modify this (and a few other applications0) has been a lot of fun! I will likely be making tweaks to the code and prompts as well (my area of focus).

Running Locally

After cloning the repo, go to OpenAI 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 https://localhost:3000.

npm run dev

One-Click Deploy

Deploy the example using Vercel:

Deploy with Vercel