https://github.com/rohitroy-github/vite-chatgpt-clone
A ChatGPT clone built with ViteJS, powered by the OpenAI API, and deployed on Netlify & Vercel. 🚀
https://github.com/rohitroy-github/vite-chatgpt-clone
api chatgpt chatgpt-api html-css-javascript json netlify vercel vite
Last synced: 2 months ago
JSON representation
A ChatGPT clone built with ViteJS, powered by the OpenAI API, and deployed on Netlify & Vercel. 🚀
- Host: GitHub
- URL: https://github.com/rohitroy-github/vite-chatgpt-clone
- Owner: rohitroy-github
- Created: 2023-02-02T05:45:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T08:48:36.000Z (2 months ago)
- Last Synced: 2025-04-04T09:32:23.034Z (2 months ago)
- Topics: api, chatgpt, chatgpt-api, html-css-javascript, json, netlify, vercel, vite
- Language: JavaScript
- Homepage: https://vite-chatgpt-clone-client.netlify.app/
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vite ChatGPT Clone
Vite ChatGPT Clone is a **chat application** that replicates the **ChatGPT** experience using the **ChatGPT public API**: [OpenAI API](https://openai.com/api/). The frontend is built with **ViteJS** for fast and efficient development.
---
## Deployed Application
The project is deployed live here: [**Vite ChatGPT Clone**](https://vite-chatgpt-clone-client.netlify.app/) _(Hosted via Netlify with GitHub Direct Deployment)_
---
## Snapshots
|  |
| --------------------------------------------------------------------------------------------------------------- |---
## Tech Stack
### Frontend:
- **Vite JS** - Fast and optimized frontend framework
- **Tailwind CSS** - Utility-first CSS framework### Backend:
- **Node.js** - Server-side runtime
- **Express.js** - Lightweight backend framework
- **OpenAI API** - ChatGPT functionality---
## Localhost (Steps To Run / Execute)
### Backend:
1. Navigate to the `backend` folder:
```sh
cd backend
```
2. Install dependencies:
```sh
npm install
```
3. Start the backend server:
```sh
npm run dev
```### Frontend:
1. Navigate to the `frontend` folder:
```sh
cd frontend
```
2. Install dependencies:
```sh
npm install
```
3. Run the development server:
```sh
npm run dev
```---
## Project Status & Contributions
The project is completed but open to further modifications and improvements. Suggestions are welcome!
If you like the project, leave a ⭐! 😊