{"id":19385732,"url":"https://github.com/being-devahmad/storeit","last_synced_at":"2026-05-03T12:38:16.420Z","repository":{"id":261984796,"uuid":"885771395","full_name":"being-devahmad/storeit","owner":"being-devahmad","description":"StoreIt - The only store you need just like Google Drive","archived":false,"fork":false,"pushed_at":"2024-11-13T20:58:16.000Z","size":2630,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-13T01:21:44.399Z","etag":null,"topics":["appwrite","appwrite-database","nextjs15","passwordless-authentication","tailwindcss","typescript"],"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/being-devahmad.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-11-09T11:01:51.000Z","updated_at":"2025-06-11T15:15:42.000Z","dependencies_parsed_at":"2025-02-24T17:54:56.392Z","dependency_job_id":null,"html_url":"https://github.com/being-devahmad/storeit","commit_stats":null,"previous_names":["being-devahmad/storeit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/being-devahmad/storeit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fstoreit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fstoreit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fstoreit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fstoreit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/being-devahmad","download_url":"https://codeload.github.com/being-devahmad/storeit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/being-devahmad%2Fstoreit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32569714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["appwrite","appwrite-database","nextjs15","passwordless-authentication","tailwindcss","typescript"],"created_at":"2024-11-10T10:02:51.205Z","updated_at":"2026-05-03T12:38:16.391Z","avatar_url":"https://github.com/being-devahmad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StoreIt - Your Personal Document Manager 🏢✨\n\nWelcome to **StoreIt** — a powerful, easy-to-use web application that allows you to upload, share, and manage your documents seamlessly. Whether you're looking for something similar to Google Drive or Dropbox, StoreIt has you covered! ✉️⬇️\n\n![StoreIt Dashboard](https://github.com/user-attachments/assets/3e294dae-9da7-4eed-86cb-7bb7601fc512)\n\n## 🚀 Features\n- **Upload Documents**: Add any type of document to your personal storage space.\n- **Share Files**: Share documents with other users via email. 📤\n- **Real-time Search**: Quickly find any file with the integrated search bar. 🔍\n- **Secure Login**: Authenticate users through OTP for added security. ⚡️\n- **User-friendly UI**: A clean, intuitive interface built with **Tailwind CSS**.\n\n## 🛠️ Tech Stack\n- **Framework**: Next.js ✨\n- **Language**: TypeScript 🛠️\n- **Styling**: Tailwind CSS ✨\n- **Backend**: Appwrite for backend services and authentication 🗑️\n\n## ℹ️ How to Install and Run Locally\nFollow these steps to set up StoreIt on your local machine:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/yourusername/storeit.git\n   cd storeit\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   npm install\n   ```\n\n3. **Configure Appwrite**:\n   - Ensure you have Appwrite set up on your local server.\n   - Update your environment variables in `.env.local`:\n     ```env\n     NEXT_PUBLIC_APPWRITE_ENDPOINT=\"https://cloud.appwrite.io/v1\"  \n     NEXT_PUBLIC_APPWRITE_PROJECT=\"\u003cYour Appwrite Project ID\u003e\"  \n     NEXT_PUBLIC_APPWRITE_DATABASE=\"\u003cYour Appwrite Database Name\u003e\"  \n     NEXT_PUBLIC_APPWRITE_USERS_COLLECTION=\"\u003cYour Appwrite Users Collection\u003e\"  \n     NEXT_PUBLIC_APPWRITE_FILES_COLLECTION=\"\u003cYour Appwrite Files Collection\u003e\"  \n     NEXT_PUBLIC_APPWRITE_BUCKET=\"\u003cYour Appwrite Bucket\u003e\"  \n     NEXT_APPWRITE_KEY=\"\u003cYour Appwrite API Key\u003e\"\n\n     ```\n\n4. **Run the development server**:\n   ```bash\n   npm run dev\n   ```\n\n5. **Access StoreIt**:\n   Navigate to [http://localhost:3000](http://localhost:3000) and start managing your documents! 📝⬇️\n\n## 💡 Usage\n1. **Sign Up and Login**\n   - Enter your email and receive an OTP for secure login.\n![SignUp Screen](https://github.com/user-attachments/assets/69607580-4e87-4a04-b557-7025e107cce0)\n![OTP Screen](https://github.com/user-attachments/assets/ce2228eb-ba20-462e-bfd6-8ba2ff932e37)\n![Login Screen](https://github.com/user-attachments/assets/d32d9878-ea1e-4767-b355-1f4a17414c6d)\n\n\n\n\n\n2. **File Actions**\n   - Click on the action icon button and choose the actions.\n   ![File Action Document](https://github.com/user-attachments/assets/8dd2f9e1-37f7-496f-85b6-f60502626dc4)\n\n\n3. **Sharing Files**\n   - Share documents by entering the recipient's email address.\n   ![Share Document](https://github.com/user-attachments/assets/a28d49c7-e750-4172-9992-41d09c7e49af)\n\n\n## 🛡️ Security Features\n- **OTP Authentication**: Ensures only verified users can access their accounts.\n- **Appwrite Integration**: Handles secure session management and data storage.\n\n## 📊 Roadmap\nFuture updates may include:\n- **Collaborative Workspaces** 🔧\n- **Advanced File Permissions** 🔒\n- **Notifications** for shared files ✉️\n\n## ✨ Contributing\nWe welcome contributions! Feel free to fork the project and submit pull requests.\n\n## 📍 License\nThis project is licensed under the MIT License.\n\n---\n\nThank you for checking out **StoreIt**! Feel free to explore, share, and manage your documents effortlessly. 📄✌️\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeing-devahmad%2Fstoreit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeing-devahmad%2Fstoreit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeing-devahmad%2Fstoreit/lists"}