{"id":38970859,"url":"https://github.com/shubhattin/drive","last_synced_at":"2026-01-17T16:38:06.161Z","repository":{"id":64586527,"uuid":"573019856","full_name":"shubhattin/drive","owner":"shubhattin","description":"Simple Full Stack Drive Application","archived":false,"fork":false,"pushed_at":"2025-07-11T12:48:56.000Z","size":485,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-11T15:30:44.144Z","etag":null,"topics":["deta","deta-space","i18n","svelte","sveltekit","trpc"],"latest_commit_sha":null,"homepage":"https://drive.shubhattin.in","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/shubhattin.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":"2022-12-01T14:27:18.000Z","updated_at":"2025-07-11T12:48:59.000Z","dependencies_parsed_at":"2025-06-23T03:24:35.749Z","dependency_job_id":"dde906f3-0fed-48fb-a05c-c8011a9eae67","html_url":"https://github.com/shubhattin/drive","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shubhattin/drive","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhattin%2Fdrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhattin%2Fdrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhattin%2Fdrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhattin%2Fdrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shubhattin","download_url":"https://codeload.github.com/shubhattin/drive/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhattin%2Fdrive/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28511868,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"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":["deta","deta-space","i18n","svelte","sveltekit","trpc"],"created_at":"2026-01-17T16:38:06.071Z","updated_at":"2026-01-17T16:38:06.136Z","avatar_url":"https://github.com/shubhattin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drive - Simple file storage application\n\nA modern, full-stack file storage application built with Next.js that provides secure file and folder management with AWS S3 integration.\n\n## ✨ Features\n\n### File Management\n\n- **File Upload** - Upload files up to 500MB with presigned S3 URLs\n- **File Download** - Secure download with presigned URLs and proper content disposition\n- **File Operations**\n  - Rename files\n  - Move files between folders\n  - Copy files to different locations\n  - Delete files\n- **File Listing** - Browse files and folders with metadata (size, type, dates)\n\n### Folder Management\n\n- **Folder Operations**\n  - Create new folders\n  - Rename folders\n  - Move folders between locations\n  - Copy folders with all contents (deep copy)\n  - Delete folders and all contents recursively\n- **Hierarchical Structure** - Full nested folder support\n- **Folder Navigation** - Browse through folder hierarchy\n\n### Security \u0026 Access Control\n\n- **User Authentication** - Secure user authentication system\n- **Access Control** - Users can only access their own files and folders\n- **Presigned URLs** - Secure, time-limited access to S3 resources\n- **Input Validation** - Comprehensive validation using Zod schemas\n\n## 🛠️ Tech Stack\n\n### Frontend\n\n- **Next.js 14** - React framework with App Router\n- **TypeScript** - Type-safe development\n- **Tailwind CSS** - Utility-first CSS framework\n- **Shadcn/UI** - High-quality, accessible UI components\n- **tRPC** - End-to-end typesafe APIs\n\n### Backend\n\n- **Next.js API Routes** - Serverless API endpoints\n- **tRPC** - Type-safe API layer\n- **Drizzle ORM** - TypeScript SQL ORM\n\n### Database \u0026 Storage\n\n- **PostgreSQL (Neon)** - Serverless PostgreSQL database\n- **Redis (Upstash)** - Serverless Redis for caching\n- **AWS S3** - Object storage for files\n\n### Authentication\n\n- **Custom Auth System** - Built-in authentication with session management\n\n## Previous Version\n\nUntill [this commit](https://github.com/shubhattin/drive/tree/f945f5112d842b48ba9b69a7e1a1bb2a054aafef)\n\n- **[SvelteKit](https://kit.svelte.dev/)** - Sveltekit as Backend as well as Frontend using ([Svelte](https://svelte.dev/), [TypeScript](https://www.typescriptlang.org/))\n- **[tRPC](https://trpc.io/)** - Typesafe API for auth and Drive API\n- **_[Deta](https://deta.space/developers)_** - A Free Hosting service to host and deploy our app. Also provides inbuilt support for databases and File Storage. This service is **no longer operational**.\n\nThis Repository was using **[FastAPI](https://fastapi.tiangolo.com/)** as Backend and _[GraphQL](https://strawberry.rocks/)_ for Drive API, till [this commit](https://github.com/shubhattin/drive/tree/a4a41919d92f0d614d4773efa6551f8653373714).\n\u003cbr/\u003e\nI had also _built_ the same site using **Nextjs** and **React** for frontend, [here](https://github.com/shubhattin/drive-react).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhattin%2Fdrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubhattin%2Fdrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhattin%2Fdrive/lists"}