{"id":19083072,"url":"https://github.com/rk-vashista/chatapp","last_synced_at":"2026-04-11T12:47:06.173Z","repository":{"id":257214401,"uuid":"857639693","full_name":"rk-vashista/chatApp","owner":"rk-vashista","description":"LLAMA Chat 70b is a chatbot application built with SvelteKit, Firebase, and TailwindCSS. It leverages the LLAMA 70b model to provide real-time chat functionality, secure authentication, and a responsive, modern UI.","archived":false,"fork":false,"pushed_at":"2024-09-26T17:25:36.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T20:42:55.217Z","etag":null,"topics":["authentication","chat-llama-70b","chatbot","firebase","real-time","responsive-ul","svelte","sveltekit","tailwindcss","web-development","web-developmentauthentication"],"latest_commit_sha":null,"homepage":"https://chat.rkvashista.tech/","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rk-vashista.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-15T07:44:18.000Z","updated_at":"2024-09-29T06:26:57.000Z","dependencies_parsed_at":"2024-09-15T10:46:35.533Z","dependency_job_id":"dafd75dc-117a-4a6f-9621-1eaa0a38e7da","html_url":"https://github.com/rk-vashista/chatApp","commit_stats":null,"previous_names":["rk-vashista/chatapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rk-vashista%2FchatApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rk-vashista%2FchatApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rk-vashista%2FchatApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rk-vashista%2FchatApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rk-vashista","download_url":"https://codeload.github.com/rk-vashista/chatApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240133139,"owners_count":19752993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","chat-llama-70b","chatbot","firebase","real-time","responsive-ul","svelte","sveltekit","tailwindcss","web-development","web-developmentauthentication"],"created_at":"2024-11-09T02:45:57.344Z","updated_at":"2026-04-11T12:47:01.144Z","avatar_url":"https://github.com/rk-vashista.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦙 LLAMA Chat 70b\n\nLLAMA Chat 70b is a chatbot application powered by the **LLAMA 70b model**. This project is built using **SvelteKit**, **Firebase**, and **TailwindCSS** to provide real-time chat functionality, secure authentication, and a modern responsive UI.\n\n🔗 **[Live Demo](https://chat.rkvashista.tech/)**\n\n---\n\n## 📖 Table of Contents\n\n- [🦙 LLAMA Chat 70b](#-llama-chat-70b)\n  - [📖 Table of Contents](#-table-of-contents)\n  - [✨ Features](#-features)\n  - [⚙️ Installation](#️-installation)\n  - [🚀 Usage](#-usage)\n    - [🛠️ Development](#️-development)\n    - [🏗️ Production Build](#️-production-build)\n    - [👀 Preview Production Build](#-preview-production-build)\n  - [🔗 Live Demo](#-live-demo)\n  - [🤝 Contributing](#-contributing)\n  - [📜 License](#-license)\n\n---\n\n## ✨ Features\n\n- ⚡ **Real-time Chat** powered by the **LLAMA 70b** model\n- 🔐 **Firebase Authentication** for secure sign-in and user management\n- 🎨 **Responsive UI** built with **TailwindCSS**\n- 🌐 **Open Graph** meta tags for better sharing on social media\n\n---\n\n## ⚙️ Installation\n\n1. **Clone the Repository**  \n   Run the following command to clone the repository locally:\n   ```sh\n   g\n   cd chat\n   ```\n\n2. **Install Dependencies**  \n   Install all necessary dependencies by running:\n   ```sh\n   npm install\n   ```\n\n3. **Set up Firebase Configuration**  \n   Create a `.env` file in the root directory and add your Firebase configuration. Example:\n   ```env\n   VITE_FIREBASE_API_KEY=your_api_key\n   VITE_FIREBASE_AUTH_DOMAIN=your_auth_domain\n   VITE_FIREBASE_PROJECT_ID=your_project_id\n   VITE_FIREBASE_STORAGE_BUCKET=your_storage_bucket\n   VITE_FIREBASE_MESSAGING_SENDER_ID=your_messaging_sender_id\n   VITE_FIREBASE_APP_ID=your_app_id\n   ```\n\n---\n\n## 🚀 Usage\n\n### 🛠️ Development\n\nTo start the development server with hot reloading:\n```sh\nnpm run dev\n```\n\n### 🏗️ Production Build\n\nTo build the project for production:\n```sh\nnpm run build\n```\n\n### 👀 Preview Production Build\n\nAfter building, you can preview the production build:\n```sh\nnpm run preview\n```\n\n---\n\n## 🔗 Live Demo\n\nYou can explore the live demo of **LLAMA Chat 70b** here:  \n🔗 [**LLAMA Chat 70b Demo**](https://chat.rkvashista.tech/)\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! 🎉 If you'd like to contribute, follow these steps:\n\n1. **Fork the repository**\n2. **Create a new branch** for your feature or bugfix:\n   ```sh\n   git checkout -b feature/my-new-feature\n   ```\n3. **Commit your changes**:\n   ```sh\n   git commit -m \"Add some feature\"\n   ```\n4. **Push to the branch**:\n   ```sh\n   git push origin feature/my-new-feature\n   ```\n5. **Open a pull request** and describe your changes.\n\n---\n\n## 📜 License\n\nThis project is licensed under the MIT License.  \nSee the full license text [here](LICENSE).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frk-vashista%2Fchatapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frk-vashista%2Fchatapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frk-vashista%2Fchatapp/lists"}