{"id":17030706,"url":"https://github.com/pavi2410/sendy","last_synced_at":"2026-03-09T02:32:09.747Z","repository":{"id":109080802,"uuid":"474599387","full_name":"pavi2410/sendy","owner":"pavi2410","description":"Anonymous, personal file transfer service","archived":false,"fork":false,"pushed_at":"2026-02-25T19:57:57.000Z","size":1229,"stargazers_count":5,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-25T22:11:27.132Z","etag":null,"topics":["anonymous","file-sharing","file-transfer","file-upload","hacktoberfest","no-login","react","send-file","vite","web"],"latest_commit_sha":null,"homepage":"https://sharingiscaring.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/pavi2410.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":"2022-03-27T10:06:04.000Z","updated_at":"2026-02-25T19:58:01.000Z","dependencies_parsed_at":"2025-04-12T12:12:17.757Z","dependency_job_id":"36efbaf6-106c-494d-a6a0-224eb26bcdbf","html_url":"https://github.com/pavi2410/sendy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pavi2410/sendy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavi2410%2Fsendy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavi2410%2Fsendy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavi2410%2Fsendy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavi2410%2Fsendy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavi2410","download_url":"https://codeload.github.com/pavi2410/sendy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavi2410%2Fsendy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30280854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:23:26.802Z","status":"ssl_error","status_checked_at":"2026-03-09T02:22:46.175Z","response_time":61,"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":["anonymous","file-sharing","file-transfer","file-upload","hacktoberfest","no-login","react","send-file","vite","web"],"created_at":"2024-10-14T08:07:58.561Z","updated_at":"2026-03-09T02:32:09.735Z","avatar_url":"https://github.com/pavi2410.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sendy\n\nAnonymous file sharing service.\n\n## Tech Stack\n\n- **Framework**: TanStack Start (React)\n- **UI**: shadcn/ui + Tailwind CSS v4\n- **Database**: PostgreSQL + Drizzle ORM\n- **Storage**: Railway Bucket (S3-compatible)\n- **Hosting**: Railway\n\n## Project Structure\n\n```\nsendy/\n├── apps/\n│   ├── web/          # TanStack Start web app\n│   └── cron/         # Garbage collection script\n├── packages/\n│   ├── db/           # Drizzle schema and client\n│   └── storage/      # S3 client for Railway Bucket\n```\n\n## Getting Started\n\n### Prerequisites\n\n- [Bun](https://bun.sh) \u003e= 1.0\n- PostgreSQL database\n- S3-compatible storage (Railway Bucket)\n\n### Installation\n\n```bash\n# Install dependencies\nbun install\n\n# Copy environment variables\ncp .env.example .env\n# Edit .env with your credentials\n```\n\n### Database Setup\n\n```bash\n# Generate migrations\nbun run db:generate\n\n# Push schema to database\nbun run db:push\n```\n\n### Development\n\n```bash\n# Start development server\nbun run dev\n```\n\n### Garbage Collection\n\nRun the garbage collection script to clean up expired files:\n\n```bash\nbun run --filter @sendy/cron gc\n```\n\nOn Railway, set up a cron job to run this periodically (e.g., hourly).\n\n## Configuration\n\nConfiguration constants are in `packages/db/src/config.ts`:\n\n- `DEFAULT_EXPIRATION_DAYS`: Default file expiration (365 days)\n- `MAX_FILE_SIZE_MB`: Maximum upload size (50 MB)\n\n## Environment Variables\n\n| Variable               | Description                    |\n| ---------------------- | ------------------------------ |\n| `DATABASE_URL`         | PostgreSQL connection string   |\n| `S3_ENDPOINT`          | S3-compatible storage endpoint |\n| `S3_REGION`            | S3 region (default: `auto`)    |\n| `S3_ACCESS_KEY_ID`     | S3 access key                  |\n| `S3_SECRET_ACCESS_KEY` | S3 secret key                  |\n| `S3_BUCKET_NAME`       | S3 bucket name                 |\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavi2410%2Fsendy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavi2410%2Fsendy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavi2410%2Fsendy/lists"}