{"id":28740175,"url":"https://github.com/oded2/emberchat","last_synced_at":"2026-05-09T14:01:59.730Z","repository":{"id":298298185,"uuid":"995083031","full_name":"Oded2/EmberChat","owner":"Oded2","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-13T10:59:18.000Z","size":790,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-13T11:46:07.038Z","etag":null,"topics":["authentication","chat","daisyui","firebase","real-time","svelte","tailwindcss"],"latest_commit_sha":null,"homepage":"https://emberchat.netlify.app","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Oded2.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2025-06-03T00:12:04.000Z","updated_at":"2025-06-13T10:59:21.000Z","dependencies_parsed_at":"2025-06-13T11:46:11.542Z","dependency_job_id":"8f3e41b8-fb9d-46f7-9acd-b05e294e211d","html_url":"https://github.com/Oded2/EmberChat","commit_stats":null,"previous_names":["oded2/justchat","oded2/emberchat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Oded2/EmberChat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oded2%2FEmberChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oded2%2FEmberChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oded2%2FEmberChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oded2%2FEmberChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oded2","download_url":"https://codeload.github.com/Oded2/EmberChat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oded2%2FEmberChat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32821912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","daisyui","firebase","real-time","svelte","tailwindcss"],"created_at":"2025-06-16T07:00:41.374Z","updated_at":"2026-05-09T14:01:59.721Z","avatar_url":"https://github.com/Oded2.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EmberChat\n\n[![Netlify Status](https://api.netlify.com/api/v1/badges/338f0093-11d1-4675-8703-e7098d9c5dfc/deploy-status)](https://app.netlify.com/projects/emberchat/deploys)\n\nEmberChat is a minimal, zero-complexity chat application built with [SvelteKit](https://kit.svelte.dev/), [Firebase](https://firebase.google.com/), [Tailwind CSS](https://tailwindcss.com/), and [DaisyUI](https://daisyui.com/). It features authentication, real-time global chat, and user profile management.\n\n## Features\n\n- 🔥 Real-time global chat using Firebase Firestore\n- 🔐 User authentication (sign up, login, email verification)\n- 👤 User profile management (display name, email)\n- 🎨 Responsive UI with Tailwind CSS and DaisyUI\n- ⚡ Fast, modern SvelteKit app structure\n\n## Getting Started\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) (v18+ recommended)\n- [Firebase Project](https://console.firebase.google.com/) with Authentication and Firestore enabled\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```sh\n   git clone https://github.com/Oded2/emberchat.git\n   cd emberchat\n   ```\n\n2. **Install dependencies:**\n\n   ```sh\n   npm install\n   ```\n\n3. **Set up Firebase:**\n\n   - Create a new Firebase project in the [Firebase Console](https://console.firebase.google.com/).\n   - Enable Firestore and Authentication (Email/Password) in the Firebase Console.\n   - Create a `.env` file in the root of the project and add your Firebase config:\n\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\n4. **Run the development server:**\n\n   ```sh\n   npm run dev\n   ```\n\n   Open your browser and go to `http://localhost:5173` (or the URL shown in the terminal).\n\n## Usage\n\n- **Sign up / Log in:** Use the authentication form to sign up or log in.\n- **Global chat:** Access the global chat from the navigation menu.\n- **User profile:** Manage your profile and view other users' profiles.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n---\n\nMade by [Oded](https://github.com/Oded2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foded2%2Femberchat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foded2%2Femberchat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foded2%2Femberchat/lists"}