Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snehaghoshbarsha444/chatgpt-clone
Chatgpt Clone
https://github.com/snehaghoshbarsha444/chatgpt-clone
auth0 chatgpt clone gpt-4 javascript mern-stack vercel-deployment
Last synced: about 1 month ago
JSON representation
Chatgpt Clone
- Host: GitHub
- URL: https://github.com/snehaghoshbarsha444/chatgpt-clone
- Owner: SnehaghoshBarsha444
- License: mit
- Created: 2024-12-30T12:31:20.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-30T13:20:50.000Z (about 1 month ago)
- Last Synced: 2024-12-30T13:52:09.769Z (about 1 month ago)
- Topics: auth0, chatgpt, clone, gpt-4, javascript, mern-stack, vercel-deployment
- Language: JavaScript
- Homepage:
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### IsopodTechGPT
**IsopodTechGPT** is an advanced, all-rounder AI chatbot designed to handle a wide range of tasks with precision, intelligence, and adaptability. Built to empower users in everyday activities, technical tasks, and creative endeavors, it leverages state-of-the-art AI to deliver seamless assistance across various domains.
---
## 📌 **Overview**
This website is designed to:
- Highlight Sneha's professional journey and technical skills.
- Showcase projects and contributions in technology and design.
- Serve as a platform for collaboration and inspiration within the tech community.### **Key Features**
- **Dynamic Portfolio**: Comprehensive collection of projects, including AI-driven solutions, web designs, and hackathon highlights.
- **Interactive Design**: Developed with modern technologies for an immersive and responsive user experience.
- **SEO-Optimized**: Built with Next.js to ensure fast, optimized, and scalable web performance.
- **Personal Insights**: Includes Sneha's vision, skills, and dedication to innovation and education.---
## 🛠 **Technologies Used**
| **Category** | **Technologies** |
|------------------|------------------------|
| **Framework** | Next.js |
| **Frontend** | HTML, CSS, JavaScript |
| **Graphics/3D** | three.js |
| **Hosting** | Vercel |---
## 🚀 **Getting Started**
1. Visit the live website: [IsopodTechGPT](https://chatgpt-8z57.onrender.com/)
2. Explore the portfolio to discover projects and skills.
3. Connect with Sneha via the contact section for potential collaborations or discussions.### **Local Development**
To run this project locally:
1. Clone the repository:
```bash
git clone https://github.com/your-repo-link
```
2. Navigate to the project directory:
```bash
cd isopodtechgpt
```
3. Install dependencies:
```bash
npm install
```
4. Run the development server:
```bash
npm run dev
```
5. Open `http://localhost:3000` in your browser to view the project.---
## 💡 **Vision**
At **IsopodTechGPT**, Sneha combines creativity with technology to:
- Build solutions that are innovative and user-centric.
- Inspire learning and collaboration in tech communities.
- Share knowledge and contribute to impactful projects in education, healthcare, and beyond.---
## 🤝 **Contributions & Feedback**
Contributions, feedback, and suggestions are highly encouraged to enhance the website. If you'd like to contribute:
1. Fork the repository.
2. Make your changes.
3. Submit a pull request for review.---
## 📬 **Contact Information**
For inquiries or collaboration opportunities, connect via:
- **Email**: [Contact Me](mailto:[email protected])
- **GitHub**: [GitHub Profile](https://github.com/SnehaghoshBarsha444)
- **LinkedIn**: [LinkedIn Profile](https://www.linkedin.com/in/sneha-ghosh-technical-isopod075/)
- **Twitter**: [@IsopodTechnical](https://x.com/IsopodTechnical)
- **Medium**: [Medium Profile](https://medium.com/@Technical_Isopod_075)---
### **License**
This project is licensed under the [MIT License](LICENSE).
---
**Crafted with precision and passion using Next.js by [Sneha Ghosh](https://snehaghosh-technical-isopod-portfolio.vercel.app/)**
An Open-Source AI Chatbot Template Built With Next.js and the AI SDK by Vercel.
## Features
- [Next.js](https://nextjs.org) App Router
- Advanced routing for seamless navigation and performance
- React Server Components (RSCs) and Server Actions for server-side rendering and increased performance
- [AI SDK](https://sdk.vercel.ai/docs)
- Unified API for generating text, structured objects, and tool calls with LLMs
- Hooks for building dynamic chat and generative user interfaces
- Supports OpenAI (default), Anthropic, Cohere, and other model providers
- [shadcn/ui](https://ui.shadcn.com)
- Styling with [Tailwind CSS](https://tailwindcss.com)
- Component primitives from [Radix UI](https://radix-ui.com) for accessibility and flexibility
- Data Persistence
- [Vercel Postgres powered by Neon](https://vercel.com/storage/postgres) for saving chat history and user data
- [Vercel Blob](https://vercel.com/storage/blob) for efficient file storage
- [NextAuth.js](https://github.com/nextauthjs/next-auth)
- Simple and secure authentication## Model Providers
This template ships with OpenAI `gpt-4o` as the default. However, with the [AI SDK](https://sdk.vercel.ai/docs), you can switch LLM providers to [OpenAI](https://openai.com), [Anthropic](https://anthropic.com), [Cohere](https://cohere.com/), and [many more](https://sdk.vercel.ai/providers/ai-sdk-providers) with just a few lines of code.
```bash
pnpm install
pnpm dev
```Your app template should now be running on [localhost:3000](http://localhost:3000/).