{"id":28135568,"url":"https://github.com/lakhindarpal/tinyshare","last_synced_at":"2025-05-14T15:19:20.327Z","repository":{"id":292789158,"uuid":"981549820","full_name":"LakhindarPal/tinyshare","owner":"LakhindarPal","description":"Anonymous file sharing app with instant upload \u0026 unique download links","archived":false,"fork":false,"pushed_at":"2025-05-11T11:15:22.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T06:42:47.470Z","etag":null,"topics":["anonymous","astrojs","file-sharing","file-upload","netlify-cli","netlify-functions","tinyshare"],"latest_commit_sha":null,"homepage":"https://tinyshare.netlify.app/","language":"Astro","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/LakhindarPal.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-05-11T11:15:18.000Z","updated_at":"2025-05-11T11:20:46.000Z","dependencies_parsed_at":"2025-05-12T06:42:50.509Z","dependency_job_id":"db35d46f-e69d-4b48-8233-a31a4789bf16","html_url":"https://github.com/LakhindarPal/tinyshare","commit_stats":null,"previous_names":["lakhindarpal/tinyshare"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LakhindarPal%2Ftinyshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LakhindarPal%2Ftinyshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LakhindarPal%2Ftinyshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LakhindarPal%2Ftinyshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LakhindarPal","download_url":"https://codeload.github.com/LakhindarPal/tinyshare/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254170137,"owners_count":22026223,"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":["anonymous","astrojs","file-sharing","file-upload","netlify-cli","netlify-functions","tinyshare"],"created_at":"2025-05-14T15:19:06.708Z","updated_at":"2025-05-14T15:19:20.321Z","avatar_url":"https://github.com/LakhindarPal.png","language":"Astro","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📁 TinyShare - Anonymous File Sharing\n\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)\n[![Built with Astro](https://img.shields.io/badge/Built%20with-Astro-302C40.svg?logo=astro)](https://astro.build)\n[![Netlify Blob](https://img.shields.io/badge/Powered%20by-Netlify%20Blob-00C7B7?logo=netlify)](https://docs.netlify.com/blobs/overview/)\n\n📎 [**Live Demo →**](https://tinyshare.netlify.app/)\n⚡ [**One-click Deploy on Netlify**](https://app.netlify.com/start/deploy?repository=https://github.com/lakhindarpal/tinyshare/)\n\n\u003e Anonymous file sharing app with instant upload \u0026 unique download links — no signups, no tracking, no problem.\n\n---\n\n## ✨ Features\n\n* 🔒 Anonymous file uploads (no login required)\n* 🔗 Unique, shareable download URLs\n* 🧾 Public file download via Netlify Blob\n* 🚀 Built with Astro + Netlify Functions\n* 💻 Fully local dev experience via Netlify CLI\n\n---\n\n## 🛠 Tech Stack\n\n* [Astro](https://astro.build/)\n* [Netlify Blob Storage](https://docs.netlify.com/blobs/overview/)\n* [Netlify Functions](https://docs.netlify.com/functions/overview/)\n* [Netlify CLI](https://docs.netlify.com/cli/get-started/)\n\n---\n\n## 📦 Clone \u0026 Deploy\n\nDeploy your own instance with a single click:\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/lakhindarpal/tinyshare/)\n\nThis will:\n\n* Clone the repo to your GitHub\n* Create a site on your Netlify account\n* Set up continuous deployment\n\n---\n\n## 💻 Run Locally\n\n### 1. Clone the Repo\n\n```bash\ngit clone https://github.com/lakhindarpal/tinyshare.git\ncd tinyshare\n```\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 3. Install Netlify CLI\n\n```bash\nnpm install -g netlify-cli\n```\n\n### 4. Start Dev Server\n\n```bash\nnetlify dev --target-port 4321\n```\n\nVisit: [http://localhost:8888](http://localhost:8888)\n\n---\n\n## 🧠 How It Works\n\n1. **User Uploads File**\n   A simple form sends the file to a Netlify Function.\n\n2. **Function Saves to Blob**\n   Serverless function uploads the file to Netlify Blob Storage.\n\n3. **Unique URL Created**\n   A unique file ID is returned and a download link like `/:id/dl` is generated.\n\n4. **Anyone Can Download**\n   Anyone with the link can access and download the file.\n\n---\n\n## 🔐 Security \u0026 Privacy\n\n* Files are **public** to anyone with the link\n* No login or session tracking\n* No encryption at rest — encrypt client-side for sensitive files\n\n---\n\n## 📄 License\n\n[MIT License](./LICENSE)\n\n---\n\n## 🤝 Contributing\n\nIssues, feedback, and PRs are welcome!\nStar ⭐ the repo if you find it useful.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakhindarpal%2Ftinyshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flakhindarpal%2Ftinyshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flakhindarpal%2Ftinyshare/lists"}