{"id":30619067,"url":"https://github.com/jbloch100/mediavault","last_synced_at":"2026-04-15T05:32:31.833Z","repository":{"id":310430301,"uuid":"1039805867","full_name":"jbloch100/mediavault","owner":"jbloch100","description":"    MediaVault is a secure, private media manager built with React + Vite. It stores and organizes images and videos offline in the browser using IndexedDB.","archived":false,"fork":false,"pushed_at":"2025-08-18T02:55:34.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-30T12:26:27.749Z","etag":null,"topics":["frontend","indexeddb","javascript","mediavault","offline-storage","portfolio","react","vercel","vite"],"latest_commit_sha":null,"homepage":"https://mediavault-lac.vercel.app","language":"JavaScript","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/jbloch100.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-18T02:24:25.000Z","updated_at":"2025-08-18T02:55:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8338158-9035-4d72-8931-e0d9d5ff3c33","html_url":"https://github.com/jbloch100/mediavault","commit_stats":null,"previous_names":["jbloch100/mediavault"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jbloch100/mediavault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbloch100%2Fmediavault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbloch100%2Fmediavault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbloch100%2Fmediavault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbloch100%2Fmediavault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbloch100","download_url":"https://codeload.github.com/jbloch100/mediavault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbloch100%2Fmediavault/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31828531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"online","status_checked_at":"2026-04-15T02:00:06.175Z","response_time":63,"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":["frontend","indexeddb","javascript","mediavault","offline-storage","portfolio","react","vercel","vite"],"created_at":"2025-08-30T12:17:01.318Z","updated_at":"2026-04-15T05:32:31.806Z","avatar_url":"https://github.com/jbloch100.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MediaVault\n\nA secure and private **media manager** built with **React + Vite**.  \nMediaVault lets you store, tag, search, and favorite images and videos locally — all inside your browser using **IndexedDB**.  \nNo external servers. No cloud. 100% private.\n\n🌐 **Live Demo:** [https://mediavault.vercel.app/](https://mediavault-lac.vercel.app/)\n\n---\n\n## 🚀 Features\n\n- **Local Media Storage** – Add images/videos, stored directly in your browser (IndexedDB).  \n- **Search \u0026 Filter** – Quickly find media by tags or keywords.  \n- **Favorites** – Mark important files for quick access.  \n- **Full-Screen Viewer** – Preview media, edit tags, download, or delete.  \n- **Offline-Ready** – Works without an internet connection.  \n- **Privacy First** – No uploads to external servers.\n\n---\n\n## 🛠️ Tech Stack\n\n- **Frontend:** React 18, Vite, CSS3  \n- **Storage:** IndexedDB (via browser)  \n- **Deployment:** Vercel  \n\n---\n\n## 📂 Project Structure\n\n```\nmediavault/\n├── public/\n├── src/\n│   ├── components/   # MediaCard, MediaGrid, UploadForm, Viewer\n│   ├── hooks/        # Custom IndexedDB hooks\n│   ├── pages/        # Main Vault page\n│   ├── App.jsx\n│   ├── main.jsx\n│   └── index.css\n├── package.json\n├── vite.config.js\n└── index.html\n```\n\n---\n\n## 🔧 Setup\n\n```bash\nnpm install\nnpm run dev\n```\n\nOpen [http://localhost:5173](http://localhost:5173).\n\n---\n\n## 🌐 Deployment\n\nEasily deploy using [Vercel](https://vercel.com/):\n\n- Build command: `npm run build`  \n- Output folder: `dist`\n\n---\n\n## 📸 Screenshots\n\n### Mobile View\n\u003cimg src=\"public/screenshot-mobile.png\" alt=\"MediaVault - Mobile\" width=\"320\"/\u003e\n\n### Desktop View\n\u003cimg src=\"public/screenshot-desktop.png\" alt=\"MediaVault - Desktop\" width=\"720\"/\u003e\n\n---\n\n## 📅 Roadmap\n\n- 🔒 Optional encryption for stored media  \n- ☁️ Cloud sync option  \n- 🏷 Bulk tagging  \n\n---\n\n## 📄 License\n\nThis project is open source under the [MIT License](LICENSE).\n\n---\n\n## 🏷 GitHub Topics\n\n`react` `vite` `javascript` `indexeddb` `mediavault` `frontend` `offline` `vercel`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbloch100%2Fmediavault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbloch100%2Fmediavault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbloch100%2Fmediavault/lists"}