{"id":21547083,"url":"https://github.com/mohxmd/stream-xyz","last_synced_at":"2026-04-05T21:04:47.891Z","repository":{"id":244989748,"uuid":"815972874","full_name":"mhdZhHan/stream-xyz","owner":"mhdZhHan","description":"🚀 React Native app for sharing AI-generated videos, with user authentication and secure media storage using Appwrite. 📹","archived":false,"fork":false,"pushed_at":"2024-07-28T02:50:09.000Z","size":3993,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T01:45:05.908Z","etag":null,"topics":["appwrite","expo","nativewind","react-native","tailwind"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mhdZhHan.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-06-16T17:36:25.000Z","updated_at":"2024-07-28T02:50:12.000Z","dependencies_parsed_at":"2024-06-18T22:25:39.454Z","dependency_job_id":null,"html_url":"https://github.com/mhdZhHan/stream-xyz","commit_stats":null,"previous_names":["mhdzhhan/stream-xyz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mhdZhHan/stream-xyz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdZhHan%2Fstream-xyz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdZhHan%2Fstream-xyz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdZhHan%2Fstream-xyz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdZhHan%2Fstream-xyz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhdZhHan","download_url":"https://codeload.github.com/mhdZhHan/stream-xyz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdZhHan%2Fstream-xyz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260326701,"owners_count":22992383,"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":["appwrite","expo","nativewind","react-native","tailwind"],"created_at":"2024-11-24T06:14:07.065Z","updated_at":"2025-12-30T22:31:52.532Z","avatar_url":"https://github.com/mhdZhHan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Sharing App\n\nA React Native application for sharing AI-generated videos, using Appwrite for user authentication and storage.\n\n## Table of Contents\n\n-   [Introduction](#introduction)\n-   [Features](#features)\n-   [Installation](#installation)\n-   [Usage](#usage)\n-   [Technologies Used](#technologies-used)\n-   [Screenshots](#screenshots)\n-   [Contributing](#contributing)\n\n## Introduction\n\nThis project is a mobile application developed with React Native, aimed at providing a platform for users to upload, share, and manage AI-generated videos. The application leverages Appwrite for user authentication, database management, and file storage.\n\n## Features\n\n-   User authentication (sign up, login, logout)\n-   Video and thumbnail upload\n-   Video listing and searching\n-   User profile management\n-   Secure storage of media files\n-   AI prompt support for video creation\n\n## Installation\n\nTo get started with the project, follow these steps:\n\n1. Clone the repository:\n\n    ```bash\n    git clone https://github.com/mhdZhHan/stream-xyz.git\n    cd stream-xyz\n    ```\n\n2. Install dependencies:\n\n    ```bash\n    yarn install\n    ```\n\n3. Set up environment variables:\n\nCreate a `.env` file in the root directory and add your Appwrite project credentials:\n\n```bash\nAPPWRITE_ENDPOINT=https://cloud.appwrite.io/v1\nAPPWRITE_PROJECT_ID=your_project_id\nAPPWRITE_DATABASE_ID=your_database_id\nAPPWRITE_USER_COLLECTION_ID=your_user_collection_id\nAPPWRITE_VIDEO_COLLECTION_ID=your_video_collection_id\nAPPWRITE_BUCKET_ID=your_bucket_id\n```\n\n4. Run the application:\n\n```bash\nyarn start\n```\n\n## Usage\n\n### Authentication\n\nUsers can sign up and log in using their email and password. The app uses Appwrite's `Account` service to handle user authentication.\n\n### Uploading Media\n\nUsers can upload videos and thumbnails using the Expo Document Picker. The media files are stored in Appwrite's storage buckets.\n\n### Listing and Searching Videos\n\nUsers can view a list of all uploaded videos and use the search functionality to find specific videos based on their titles.\n\n### Profile Management\n\nUsers can manage their profiles, including updating their username and avatar.\n\n## Technologies Used\n\n-   React Native\n-   Expo\n-   Appwrite\n-   TypeScript\n\n## Screenshots\n\nHere are some screenshots of the application:\n\n## Screenshots\n\nHere are some screenshots of the application:\n\n### Sign up screen\n\n![Sign up screen](screenshots/signup.jpg)\n\n### Home Screen\n\n![Home Screen](screenshots/home.jpg)\n\n### Upload Screen\n\n![Upload Screen](screenshots/upload.jpg)\n\n### Profile Screen\n\n![Profile Screen](screenshots/profile.jpg)\n\n## Contributing\n\nContributions are welcome! If you have any ideas, suggestions, or bug reports, feel free to open an issue or submit a pull request.\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/your-feature`)\n3. Commit your changes (`git commit -m 'Add your feature'`)\n4. Push to the branch (`git push origin feature/your-feature`)\n5. Open a pull request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohxmd%2Fstream-xyz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohxmd%2Fstream-xyz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohxmd%2Fstream-xyz/lists"}