https://github.com/shengxinjing/email-helper
Generate your business emails in seconds (by OpenAI)
https://github.com/shengxinjing/email-helper
Last synced: about 2 months ago
JSON representation
Generate your business emails in seconds (by OpenAI)
- Host: GitHub
- URL: https://github.com/shengxinjing/email-helper
- Owner: shengxinjing
- Created: 2023-01-28T03:54:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-09T14:57:36.000Z (12 months ago)
- Last Synced: 2025-03-31T20:51:20.909Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://email-helper.vercel.app
- Size: 3.14 MB
- Stars: 727
- Watchers: 6
- Forks: 183
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gpt - email-helper
- awesome-chatgpt - shengxinjing/email-helper - EmailHelper is an AI-powered web application that generates professional business emails quickly and efficiently using OpenAI's GPT-3 API and modern web technologies. (UIs / Web applications)
README
# [EmailHelper](https://email-helper.vercel.app/)
This project generates emails for you using AI.
[](https://email-helper.vercel.app/)
## Support
`English`, `Simplified Chinese`, `Traditional Chinese`, `Japanese`, `Italian`, `German`, `Spanish`,`French`,`Dutch` ,`Korean`,`Khmer`, `Hindi`PR welcome
## How it works
Inspired by [TwtterBio](https://github.com/Nutlope/twitterbio) and [Danny Richman](https://twitter.com/DannyRichman/status/1598254671591723008?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1598254671591723008%7Ctwgr%5Eb7deab6eb03d86a1b9ac13f7e38cdeab57a40cbb%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fwww.buzzfeednews.com%2Farticle%2Ftomwarren%2Fai-app-dyslexic-email-writer-help)
Powerd by [OpenAI](https://openai.com/), [Next.js](https://nextjs.org/), [Vercel](https://vercel.com/) and [Tailwind CSS](https://tailwindcss.com/).
This project uses the [OpenAI GPT-3 API](https://openai.com/api/) (specifically, text-davinci-003) and [Vercel Edge functions](https://vercel.com/features/edge-functions) with streaming. It constructs a prompt based on the form and user input, sends it to the GPT-3 API via a Vercel Edge function, then streams the response back to the application.
Video and blog post coming soon on how to build apps with OpenAI and Vercel Edge functions!
## Running Locally
After cloning the repo, go to [OpenAI](https://beta.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
```## One-Click Deploy
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=vercel-examples):
[](https://vercel.com/new/clone?repository-url=https://github.com/Nutlope/twitterbio&env=OPENAI_API_KEY&project-name=twitter-bio-generator&repo-name=twitterbio)