{"id":15162016,"url":"https://github.com/sumitst05/shrink-it","last_synced_at":"2026-01-20T08:02:27.580Z","repository":{"id":236460363,"uuid":"792656477","full_name":"sumitst05/shrink-it","owner":"sumitst05","description":"Simple file compression platform using Go + HTMX","archived":false,"fork":false,"pushed_at":"2024-05-04T15:27:29.000Z","size":85,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T13:35:30.395Z","etag":null,"topics":["filecompression","go","htmx","tailwindcss","webapp"],"latest_commit_sha":null,"homepage":"https://shrink-it.onrender.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sumitst05.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}},"created_at":"2024-04-27T07:29:47.000Z","updated_at":"2024-05-06T08:58:35.000Z","dependencies_parsed_at":"2024-05-04T16:32:31.268Z","dependency_job_id":null,"html_url":"https://github.com/sumitst05/shrink-it","commit_stats":null,"previous_names":["sumitst05/shrink-it"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sumitst05/shrink-it","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitst05%2Fshrink-it","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitst05%2Fshrink-it/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitst05%2Fshrink-it/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitst05%2Fshrink-it/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sumitst05","download_url":"https://codeload.github.com/sumitst05/shrink-it/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sumitst05%2Fshrink-it/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["filecompression","go","htmx","tailwindcss","webapp"],"created_at":"2024-09-27T01:03:32.137Z","updated_at":"2026-01-20T08:02:27.563Z","avatar_url":"https://github.com/sumitst05.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n \u003cimg src=\"https://img.shields.io/badge/Go-00ADD8?style=for-the-badge\u0026logo=go\u0026logoColor=white\" alt=\"Go\" /\u003e\n \u003cimg src=\"https://img.shields.io/badge/HTMX-005A9C?style=for-the-badge\u0026logo=htmx\u0026logoColor=white\" alt=\"HTMX\" /\u003e\n \u003cimg src=\"https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white\" alt=\"Tailwind CSS\" /\u003e\n\u003c/p\u003e\n\n# ShrinkIt\n\nShrinkIt is a simple file compression platform written in Go\n\nThe UI is written in 🐴 HTMX with [a-h/templ](https://github.com/a-h/templ) and Tailwind CSS\n\nAll the compression and shrinking is performed using the Go standard library alongside some very handy and amazing CLI Tools (for now)\n\n### Shrinks:\n\n- 🖼️ **Images**:\n\n  PNG, JPG\n\n- 📄 **Documents**:\n\n  PDF, DOCX\n\n- 🎶 **Audios** :\n\n  MP3, WAV\n\n- 🎞️ **Videos** :\n\n  MP4, MKV\n\n### Quick Peek:\n\n![swappy-20240430_165715](https://github.com/sumitst05/shrink-it/assets/106669732/5919fcff-a59e-425c-ac2a-bc38c9213422)\n\n![swappy-20240430_165744](https://github.com/sumitst05/shrink-it/assets/106669732/f2b5fb5f-c9e6-4828-9e2b-5d926dd86132)\n\n### Installation:\n\n#### Using Docker:\n\n1. Pull the image with:\n\n```bash\ndocker pull sumitst05/shrink-it:latest\n```\n\n2. Run:\n\n```bash\ndocker run -p 3000:3000 sumitst05/shrink-it\n```\n\nThis starts the application and makes it accessible on port 3000.\n\n#### Building from Source:\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/your-repo/shrink-it.git\n```\n\n2. Navigate to the project's root:\n\n```bash\ncd shrink-it\n```\n\n3. Build and run the application:\n\n```bash\nmake dev\n```\n\n### Deployed on:\n\n\u003ca href=\"https://render.com\" style=\"display: flex; align-items: center; text-decoration: none;\"\u003e\n\u003cimg src=\"https://media.licdn.com/dms/image/D4E0BAQGGDoFoqHtOvA/company-logo_200_200/0/1702595267620/renderco_logo?e=2147483647\u0026v=beta\u0026t=Ywm0UZpTXbiXPopyfCDty8QXSEVz88QWWCwy28qLUyE\" width=\"60\" height=\"60\" style=\"margin-right: 10px;\" /\u003e\n\n\u003ch2\u003eRender\u003c/h2\u003e\n\u003c/a\u003e\n\n\u003e Note: The deployment can support only files up to 1 MB, if you want to try uploading larger files, build from source and run locally\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumitst05%2Fshrink-it","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsumitst05%2Fshrink-it","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsumitst05%2Fshrink-it/lists"}