{"id":31044676,"url":"https://github.com/jeffergonzalez/quicklink","last_synced_at":"2026-04-16T04:02:54.967Z","repository":{"id":296102689,"uuid":"744684308","full_name":"JefferGonzalez/quicklink","owner":"JefferGonzalez","description":"🚀 URL shortener built with PERN Stack. ","archived":false,"fork":false,"pushed_at":"2026-03-29T20:54:25.000Z","size":2486,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-29T22:27:23.071Z","etag":null,"topics":["better-auth","pern-stack","reactjs","shadcn-ui","tailwindcss","typescript","url-shortener","vitejs-react"],"latest_commit_sha":null,"homepage":"https://quicklink.jeffer.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JefferGonzalez.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-01-17T19:54:09.000Z","updated_at":"2026-03-29T20:54:29.000Z","dependencies_parsed_at":"2025-05-29T01:20:02.304Z","dependency_job_id":"6b783b95-5ee5-4638-a3da-16e26e93f478","html_url":"https://github.com/JefferGonzalez/quicklink","commit_stats":null,"previous_names":["jeffergonzalez/quicklink"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JefferGonzalez/quicklink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JefferGonzalez%2Fquicklink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JefferGonzalez%2Fquicklink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JefferGonzalez%2Fquicklink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JefferGonzalez%2Fquicklink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JefferGonzalez","download_url":"https://codeload.github.com/JefferGonzalez/quicklink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JefferGonzalez%2Fquicklink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["better-auth","pern-stack","reactjs","shadcn-ui","tailwindcss","typescript","url-shortener","vitejs-react"],"created_at":"2025-09-14T15:47:08.900Z","updated_at":"2026-04-16T04:02:54.956Z","avatar_url":"https://github.com/JefferGonzalez.png","language":"TypeScript","readme":"# QuickLink | URL Shortener\n\n**QuickLink** is an open-source URL shortener built with the **PERN stack**. It lets users create short links, manage them from their account, and generate QR codes, while also supporting anonymous expiring links.\n\nAuthentication is session-based using secure cookies, and the interface is modern and responsive, built with **React** and styled using **Tailwind CSS**.\n\n## Table of Contents\n\n- [📄 Overview](#quicklink--url-shortener)\n\n  - [🚀 Getting Started](#getting-started)\n\n    - [⚙️ Prerequisites](#prerequisites)\n    - [📦 Installation](#installation)\n\n  - [🛠️ Built With](#built-with)\n  - [🪪 License](#license)\n\n## Getting Started\n\n### Prerequisites\n\n- [x] [Node.js](https://nodejs.org) (version 20.x or higher) installed\n- [x] [pnpm](https://pnpm.io) (v10 or above) installed\n- [x] [Visual Studio Code](https://code.visualstudio.com) set up with recommended extensions: ESLint, Prettier, and Tailwind CSS IntelliSense\n\n### Installation\n\n1. **Clone this repository**:\n\n   ```bash\n   git clone https://github.com/JefferGonzalez/quicklink.git\n   ```\n\n2. **Navigate to the project directory**:\n\n   ```bash\n   cd quicklink\n   ```\n\n3. **Install dependencies**:\n\n   ```bash\n   pnpm install\n   ```\n\n4. **Configure environment variables**:\n   Create a `.env` file in the root directory and populate it using the `.env.example` file as a reference.\n\n5. **Set up the backend**:\n   You also need to clone and configure the backend repository. Visit the backend repository: [JefferGonzalez/quicklink-api](https://github.com/JefferGonzalez/quicklink-api), clone it, and follow its installation steps as described in its README.\n\n6. **Run the application**:\n\n   ```bash\n   pnpm dev\n   ```\n\n7. **Access the application**:\n   Open your web browser and navigate to `http://localhost:5173` to view the application.\n\n## Built with\n\n- [React](https://react.dev/) - A JavaScript library for building user interfaces\n- [Vite](https://vite.dev/) – A fast build tool and development server\n- [TypeScript](https://www.typescriptlang.org/) – Superset of JavaScript for type safety\n- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapid UI development\n- [Better Auth](https://www.better-auth.com/) - Authentication and user management\n- [pnpm](https://pnpm.io/) - A fast, disk space-efficient package manager\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffergonzalez%2Fquicklink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeffergonzalez%2Fquicklink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeffergonzalez%2Fquicklink/lists"}