https://github.com/chroxify/namegpt
Generate unique and creative project names in seconds with AI!
https://github.com/chroxify/namegpt
ai chatgpt gpt-3 nextjs openai
Last synced: 11 months ago
JSON representation
Generate unique and creative project names in seconds with AI!
- Host: GitHub
- URL: https://github.com/chroxify/namegpt
- Owner: chroxify
- License: mit
- Created: 2023-03-28T00:29:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T17:59:36.000Z (over 1 year ago)
- Last Synced: 2025-05-08T23:54:18.204Z (11 months ago)
- Topics: ai, chatgpt, gpt-3, nextjs, openai
- Language: TypeScript
- Homepage: https://namegpt.chroxify.com/
- Size: 465 KB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [NameGPT](https://namegpt.chroxify.com)
**Description**: This project lets you generate unique project names based on a simpel description.
[](https://namegpt.chroxify.com)
## How it works?
NameGPT uses the GPT-3 API to generate unique names on the based user input. It sends the prompt to the GPT-3 API which returns an array of names based on that requested prompt.
## Running Locally
#### Clone the Repository
```bash
git clone https://github.com/chroxify/namegpt.git
```
#### Create an OpenAI API Key
1. Go to [OpenAI](https://platform.openai.com/login) to create an account.
2. Visit the [API Keys Page](https://platform.openai.com/account/api-keys)
3. Click `Create new secret key` and copy the key
#### Store the API Key in .env
Create a `.env` file at the root of the cloned directory and fill it out as shown in the `.env.example` file.
#### Run the application
```bash
npm run dev
```
This will run the application in dev mode on `https://localhost:3000`.
## One-Click Deployment
Deploy easily with one click using [Vercel](https://vercel.com)
[](https://vercel.com/new/clone?repository-url=https://github.com/chroxify/namegpt&env=OPENAI_API_KEY&project-name=NameGPT&repo-name=nameGPT)