{"id":29174841,"url":"https://github.com/amanhaidry/storeit","last_synced_at":"2026-04-05T23:03:56.377Z","repository":{"id":302152693,"uuid":"1011435886","full_name":"amanhaidry/StoreIt","owner":"amanhaidry","description":"StoreIt is a full-stack web application for managing online storage, similar to Google Drive or OneDrive. Built with modern technologies like Next.js, Appwrite, TypeScript, and shadcn/ui, it provides a seamless and secure experience for storing, sharing, and managing your files online.","archived":false,"fork":false,"pushed_at":"2025-06-30T20:51:54.000Z","size":1106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T21:37:54.848Z","etag":null,"topics":["appwrite","nextjs","react-dropzone","react-hook-form","reactjs","shadcn-ui","tailwind","typescript","zod-validation"],"latest_commit_sha":null,"homepage":"https://store-it-beta-pied.vercel.app","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/amanhaidry.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,"zenodo":null}},"created_at":"2025-06-30T20:15:12.000Z","updated_at":"2025-06-30T20:55:33.000Z","dependencies_parsed_at":"2025-07-01T17:01:29.019Z","dependency_job_id":null,"html_url":"https://github.com/amanhaidry/StoreIt","commit_stats":null,"previous_names":["amanhaidry/storeit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amanhaidry/StoreIt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amanhaidry%2FStoreIt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amanhaidry%2FStoreIt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amanhaidry%2FStoreIt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amanhaidry%2FStoreIt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amanhaidry","download_url":"https://codeload.github.com/amanhaidry/StoreIt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amanhaidry%2FStoreIt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452902,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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","nextjs","react-dropzone","react-hook-form","reactjs","shadcn-ui","tailwind","typescript","zod-validation"],"created_at":"2025-07-01T15:13:19.408Z","updated_at":"2026-04-05T23:03:56.373Z","avatar_url":"https://github.com/amanhaidry.png","language":"TypeScript","readme":"# StoreIt\n\nStoreIt is a full-stack web application for managing online storage, similar to Google Drive or OneDrive. Built with modern technologies like Next.js, Appwrite, TypeScript, and shadcn/ui, it provides a seamless and secure experience for storing, sharing, and managing your files online.\n\n![StoreIt Screenshot](./screenshots/Screenshot.png)\n\n[Live Project](https://store-it-beta-pied.vercel.app)\n\n---\n\n## Features\n\n- **User Authentication:** Sign up, log in, and log out securely.\n- **File Management:** Upload, update, and delete files with ease.\n- **File Sharing:** Share files with other users via email or link.\n- **User Dashboard:** View and manage your files in a clean, responsive interface.\n- **Real-time Updates:** See changes reflected instantly.\n- **Secure Storage:** All files and user data are securely managed via Appwrite.\n\n---\n\n## Technologies Used\n\n- **Next.js:** React-based framework for server-side rendering and routing.\n- **TypeScript:** Strongly-typed language for safer and more maintainable code.\n- **Appwrite:** Backend-as-a-Service for authentication, database, and file storage.\n- **shadcn/ui:** Beautiful, accessible UI components for a modern look and feel.\n- **Tailwind CSS:** Utility-first CSS framework for rapid UI development.\n- **Radix UI:** Accessible, unstyled UI primitives for building custom components.\n- **React Hook Form \u0026 Zod:** For robust form handling and validation.\n\n\n---\n\n## Tech Stack\n\n- **Frontend:** Next.js, React, TypeScript, Tailwind CSS, shadcn/ui, Radix UI\n- **Backend:** Appwrite (cloud instance)\n- **State Management:** Appwrite SDK, React hooks\n- **Validation:** Zod, React Hook Form\n\n---\n\n## Running Locally\n\n1. **Clone the repository:**\n    ```bash\n    git clone https://github.com/amanhaidry/StoreIt.git\n    cd storeit\n    ```\n\n2. **Install dependencies:**\n    ```bash\n    npm install\n    ```\n\n3. **Set up environment variables:**\n\n    Create a `.env.local` file in the root directory and add the following (replace with your own Appwrite credentials if needed):\n\n    ```env\n    NEXT_PUBLIC_APPWRITE_ENDPOINT=\"https://nyc.cloud.appwrite.io/v1\"\n    NEXT_PUBLIC_APPWRITE_PROJECT=\"your_project_id\"\n    NEXT_PUBLIC_APPWRITE_DATABASE=\"your_database_id\"\n    NEXT_PUBLIC_APPWRITE_USERS_COLLECTION=\"your_users_collection_id\"\n    NEXT_PUBLIC_APPWRITE_FILES_COLLECTION=\"your_files_collection_id\"\n    NEXT_PUBLIC_APPWRITE_BUCKET=\"your_bucket_id\"\n    NEXT_APPWRITE_KEY=\"your_appwrite_key\"\n    ```\n\n4. **Start the development server:**\n    ```bash\n    npm run dev\n    ```\n\n5. **Open [http://localhost:3000](http://localhost:3000) in your browser.**\n\n---\n\n\n**Happy Coding!**","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanhaidry%2Fstoreit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famanhaidry%2Fstoreit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famanhaidry%2Fstoreit/lists"}