{"id":18675086,"url":"https://github.com/afzl210/ziplink","last_synced_at":"2025-04-12T02:11:10.235Z","repository":{"id":197985588,"uuid":"699447763","full_name":"AFZL210/ZipLink","owner":"AFZL210","description":"ZipLink is a feature-rich URL shortener and link management tool.","archived":false,"fork":false,"pushed_at":"2024-12-29T12:35:05.000Z","size":660,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-25T21:51:11.941Z","etag":null,"topics":["nextjs13","prisma","typescript","url-shortener"],"latest_commit_sha":null,"homepage":"https://zip-link-nu.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AFZL210.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":"2023-10-02T16:48:45.000Z","updated_at":"2025-02-27T00:07:55.000Z","dependencies_parsed_at":"2023-11-20T04:34:10.036Z","dependency_job_id":"b418396c-d465-4f6b-8c4b-063206a4842d","html_url":"https://github.com/AFZL210/ZipLink","commit_stats":null,"previous_names":["afzl210/ziplink"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFZL210%2FZipLink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFZL210%2FZipLink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFZL210%2FZipLink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFZL210%2FZipLink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AFZL210","download_url":"https://codeload.github.com/AFZL210/ZipLink/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505928,"owners_count":21115354,"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":["nextjs13","prisma","typescript","url-shortener"],"created_at":"2024-11-07T09:22:38.304Z","updated_at":"2025-04-12T02:11:10.227Z","avatar_url":"https://github.com/AFZL210.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n            ✨ Welcome to ZipLink ✨\n\u003c/h1\u003e\n\n\n\u003cdiv align=\"center\"\u003e\n\n![Badge](https://img.shields.io/badge/Tech_Stack-MERN-yellow) ![Badge](https://img.shields.io/badge/Version-1.0-green) ![Badge](https://img.shields.io/badge/License-Apache_2.0-blue) ![Badge](https://img.shields.io/badge/Type-OpenSource-orange) ![Badge](https://img.shields.io/badge/For-Students-red) \n\n\u003c/div\u003e\n\n\n![Screenshot from 2024-02-03 18-27-07](https://github.com/AFZL210/ZipLink/assets/79896602/561f9138-d6e1-4fd6-be30-a3cf4e8accc8)\n\n\nZipLink is a feature-rich URL shortener and link management tool.\n\n## ✨ Features\n\n- [x] Public and Private Short Links\n- [x] QR Codes\n- [x] Analytics\n- [x] Edit Links\n- [x] Duplicate Links\n- [x] Edit Profile \n- [ ] Link Expiry (coming soon)\n\n## 📍 Demo\n\n[home.webm](https://github.com/AFZL210/ZipLink/assets/79896602/8170d6c3-fe6b-49fe-888a-5fa24edc4f7c)\n\n\n## 📍 Screenshots\n\n![Dashboard](https://res.cloudinary.com/diijgtg7l/image/upload/v1698670172/Screenshot_from_2023-10-30_18-17-50_ammj6o.png)\n\n![Analytics](https://res.cloudinary.com/diijgtg7l/image/upload/v1698670225/Screenshot_from_2023-10-30_18-18-21_kzckzd.png)\n\n\n## 💻 Tech Stack\n\n- [Next.js](https://nextjs.org/)\n- [NextAuth.js](https://next-auth.js.org/)\n- [Typescript](https://www.typescriptlang.org/)\n- [Zod](https://zod.dev/)\n- [Recoil](https://recoiljs.org/)\n- [Supabase](https://supabase.com/)\n- [Prisma](https://www.prisma.io/)\n- [Tailwind](https://tailwindcss.com/)\n- [shadcn/ui](https://tailwindcss.com/)\n- [Cloudinary](https://cloudinary.com/)\n- [Vercel](https://ui.shadcn.com/)\n\n\n## Testing Credentials\n- email: test@test.com\n- password: test12345\n\n\n## 🛠️ Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/AFZL210/ZipLink\n```\n\nGo to the project directory\n\n```bash\n  cd ZipLink\n```\n\nCopy the contents of ```.env.example``` to ```.env``` and add your credentials\n\n```bash\n  cp .env.example .env\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\n\nStart the dev server\n\n```bash\n  npm run dev\n```\n\nNOTE: In ```ZipLink/src/middleware.ts```, use ```process.env.COOKIE_NAME``` for deployment and ```process.env.DEV_COOKIE_NAME``` for development\n\n\n\n## Deploy using docker\n```docker build -t ziplink .```\n\n```docker run -p 3000:3000 ziplink```\n## Authors\n\n- [@AFZL210](https://www.github.com/AFZL210)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafzl210%2Fziplink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafzl210%2Fziplink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafzl210%2Fziplink/lists"}