{"id":29424069,"url":"https://github.com/sato-isolated/outerdrop","last_synced_at":"2026-05-19T06:03:00.359Z","repository":{"id":297751586,"uuid":"997783776","full_name":"Sato-Isolated/outerdrop","owner":"Sato-Isolated","description":"A modern file uploader, built with Next.js 15, TypeScript, and ShadCN/UI. OuterDrop provides a clean, simple interface for uploading files with drag \u0026 drop functionality and instant sharing capabilities.","archived":false,"fork":false,"pushed_at":"2025-11-11T11:29:48.000Z","size":2245,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-11T13:16:09.555Z","etag":null,"topics":["file-sharing","file-upload","filehosting","nextjs","temporary-files","upload","upload-file","uploader"],"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/Sato-Isolated.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-07T07:07:10.000Z","updated_at":"2025-07-03T18:22:12.000Z","dependencies_parsed_at":"2025-07-03T11:40:26.087Z","dependency_job_id":"7654ad72-6689-4fd1-a2e4-d25c91b35f3f","html_url":"https://github.com/Sato-Isolated/outerdrop","commit_stats":null,"previous_names":["sato-isolated/uploadhaven","sato-isolated/outerdrop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sato-Isolated/outerdrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sato-Isolated%2Fouterdrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sato-Isolated%2Fouterdrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sato-Isolated%2Fouterdrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sato-Isolated%2Fouterdrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sato-Isolated","download_url":"https://codeload.github.com/Sato-Isolated/outerdrop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sato-Isolated%2Fouterdrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32312163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T19:15:34.056Z","status":"ssl_error","status_checked_at":"2026-04-26T19:15:15.467Z","response_time":129,"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":["file-sharing","file-upload","filehosting","nextjs","temporary-files","upload","upload-file","uploader"],"created_at":"2025-07-12T08:09:32.712Z","updated_at":"2026-04-26T20:31:13.605Z","avatar_url":"https://github.com/Sato-Isolated.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OuterDrop\n\n🚀 **Deploy. Share. Vanish.** - Secure file sharing with zero-knowledge encryption.\n\n[![Next.js](https://img.shields.io/badge/Next.js-15.3.3-blue)](https://nextjs.org/)\n[![TypeScript](https://img.shields.io/badge/TypeScript-5.x-blue)](https://www.typescriptlang.org/)\n[![MongoDB](https://img.shields.io/badge/MongoDB-Latest-green)](https://www.mongodb.com/)\n[![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE)\n\nA modern, privacy-first file sharing platform that focuses on simplicity and security. No accounts required, no permanent storage, just quick and secure temporary file transfers.\n\n## 🎯 Core Philosophy\n\n- **Upload** → **Get Link** → **Share** - Nothing more, nothing less\n- **Ephemeral by design** - Files automatically expire\n- **Privacy first** - Minimal data collection, maximum security\n- **Open source forever** - Always free and transparent\n\n## ✨ Key Features\n\n- 📁 **Drag \u0026 Drop Upload** - Instant file sharing\n- 🔒 **Automatic Encryption** - All files encrypted with AES-256-GCM\n- ⏰ **Auto-Expiration** - Files delete automatically (15min - 7 days)\n- 🔗 **Instant Links** - Share files immediately\n- 🕵️ **Anonymous Mode** - No tracking, no accounts needed\n\n## 🚀 Quick Start\n\n```bash\n# Clone and install\ngit clone https://github.com/Sato-Isolated/outerdrop.git\ncd outerdrop\npnpm install\n\n# Configure environment\ncp .env.example .env.local\n# Edit .env.local with your MongoDB URI\n\n# Start development\npnpm dev\n```\n\nVisit `http://localhost:3000` and start sharing files! 🎉\n\n## 🧪 Testing\n\nOuterDrop includes comprehensive testing to ensure security and reliability:\n\n```bash\n# Run the complete upload/download test\nnode test-real-api.js\n\n# Prerequisites: Server must be running\npnpm dev\n```\n\n**✅ Current Test Status:**\n- Upload flow: Fully tested with real API\n- Download flow: Fully tested with real API  \n- Zero-knowledge security: Validated\n- Data integrity: Verified\n\nSee [TESTING-STATUS.md](TESTING-STATUS.md) for detailed test results.\n\n## 📚 Documentation\n\n| Topic | Description |\n|-------|-------------|\n| **[📖 Getting Started](docs/getting-started/)** | Installation and quick start guides |\n| **[⚙️ Development](docs/development/)** | Setup, contributing, and development workflow |\n| **[🔌 API Reference](docs/api/)** | Complete API documentation and examples |\n| **[🎯 Features](docs/features/)** | Roadmap, ideas, and feature documentation |\n| **[🔒 Encryption](docs/features/file-encryption.md)** | Complete encryption system documentation |\n| **[📋 Project Info](docs/project/)** | Technical details, changelog, and architecture |\n\n## 🛠️ Tech Stack\n\n- **Frontend**: Next.js 15, TypeScript, Tailwind CSS\n- **Backend**: Next.js API Routes, MongoDB\n- **Security**: better-auth, malware scanning, rate limiting\n- **Real-time**: Server-Sent Events (SSE)\n- **Deployment**: Vercel, self-hosted options\n\n## 🤝 Contributing\n\nWe welcome contributions! OuterDrop is built by the community, for the community.\n\n- 💡 **Ideas**: Share your thoughts in [GitHub Discussions](https://github.com/Sato-Isolated/outerdrop/discussions)\n- 🐛 **Bugs**: Report issues in [GitHub Issues](https://github.com/Sato-Isolated/outerdrop/issues)\n- 🔧 **Code**: See our [Contributing Guide](docs/development/contributing.md)\n\n## 📦 Self-Hosting\n\nOuterDrop is designed to be easily self-hosted:\n\n```bash\n# Manual deployment\npnpm install\npnpm build\npnpm start\n```\n\nSee the [Installation Guide](docs/getting-started/installation.md) for detailed setup instructions.\n\n## 🔐 Security\n\n- **File encryption** with AES-256-GCM algorithm\n- **Malware scanning** for all uploads\n- **File type validation** and size limits\n- **Rate limiting** to prevent abuse\n- **No permanent storage** - files auto-delete\n- **Password protection** for sensitive files\n- **Transparent decryption** for previews and downloads\n\nReport security issues in [GitHub Issues](https://github.com/Sato-Isolated/outerdrop/issues)\n\n## 📄 License\n\nMIT License - see [LICENSE](LICENSE) file for details.\n\n## 🌟 Why OuterDrop?\n\nUnlike complex file sharing platforms, OuterDrop focuses on **simplicity**:\n\n- ✅ No user accounts required\n- ✅ No complex folder structures\n- ✅ No permanent file storage\n\n**Just deploy, share, and let files vanish naturally.**\n\n---\n\n\u003cdiv align=\"center\"\u003e\n\n**[🚀 Get Started](docs/getting-started/quick-start.md)** • **[📖 Documentation](docs/)** • **[💬 Discussions](https://github.com/Sato-Isolated/outerdrop/discussions)**\n\nMade with ❤️ by the community\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsato-isolated%2Fouterdrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsato-isolated%2Fouterdrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsato-isolated%2Fouterdrop/lists"}