{"id":15700447,"url":"https://github.com/danielcgilibert/openlink","last_synced_at":"2025-05-12T13:15:07.604Z","repository":{"id":172559765,"uuid":"641130784","full_name":"danielcgilibert/OpenLink","owner":"danielcgilibert","description":"🔗 Minimalist App for your links.","archived":false,"fork":false,"pushed_at":"2023-09-03T17:25:02.000Z","size":3320,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-12T13:14:50.332Z","etag":null,"topics":["app-directory","docker","docker-compose","headlessui","linktree","linktree-alternative","linktree-clone","next-auth","nextjs13","react-hot-toast","reactjs","reactspring","server-components","tailwindcss","tanstack-react-query","typescript"],"latest_commit_sha":null,"homepage":"https://openlinkapp.vercel.app","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/danielcgilibert.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-05-15T21:02:07.000Z","updated_at":"2025-04-01T10:04:47.000Z","dependencies_parsed_at":"2024-02-06T02:15:42.799Z","dependency_job_id":null,"html_url":"https://github.com/danielcgilibert/OpenLink","commit_stats":null,"previous_names":["danielcgilibert/openlink"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcgilibert%2FOpenLink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcgilibert%2FOpenLink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcgilibert%2FOpenLink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielcgilibert%2FOpenLink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielcgilibert","download_url":"https://codeload.github.com/danielcgilibert/OpenLink/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253745196,"owners_count":21957319,"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":["app-directory","docker","docker-compose","headlessui","linktree","linktree-alternative","linktree-clone","next-auth","nextjs13","react-hot-toast","reactjs","reactspring","server-components","tailwindcss","tanstack-react-query","typescript"],"created_at":"2024-10-03T19:48:44.611Z","updated_at":"2025-05-12T13:15:07.578Z","avatar_url":"https://github.com/danielcgilibert.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"public/project.png\" alt=\"Screenshot\" /\u003e\n\n 🚧 This project is under development 🚧\n\n\u003c/div\u003e\n\n## ⚙️ Stack\n\n- [**Next.js 13 /app directory** + **Typescript**](https://nextjs.org/) - The React Framework.\n- [**Tailwind CSS** + **Tailwind-Merge** + **clsx**](https://tailwindcss.com/) - Tailwind CSS is a utility-first CSS framework.\n- [**Headless UI**](https://headlessui.com/) - Completely unstyled, fully accessible UI components.\n- [**Tabler Icons**](https://tabler-icons.io/i/) - A open source SVG icons.\n- [**React Hot Toast**](https://react-hot-toast.com/) - Notifications library.\n- [**Zustand**](https://zustand-demo.pmnd.rs/) - State management in React.\n- [**Next Auth**](https://next-auth.js.org/) - Authentication for Next.js.\n- [**Prisma**](https://www.prisma.io/) - ORM for Node.js \u0026 TypeScript.\n- [**React Spring**](https://www.react-spring.dev/) - The animation lib React Spring.\n- [**TanStack Query**](https://tanstack.com/query/latest) - TanStack Query powerful asynchronous state management.\n- [**Docker**](https://www.docker.com/) - Development environment.\n\n## 🛣️ Roadmap\n\n- ❌ Improve loads \n\n\n## 🧪 Demo\n\n\nhttps://github.com/danielcgilibert/OpenLink/assets/44746462/50a78c1e-ff9f-4618-8129-c396286073df\n\n\n\n## ✏️ Prerequisites\n\nMake sure you have Docker and Docker Compose installed on your machine before proceeding.\n\n- [Nodejs +16 (LTS recommended)](https://nodejs.org/en/)\n- [Docker](https://www.docker.com/get-started)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n\n## 📦 Environment Variables\n\nChange the file .env.template to .env.development :\n\n```env\n# Database connection string:\nDATABASE_URL=\"\"\n\n# Next-Auth config:\nNEXTAUTH_SECRET=\"\" # Generate a random string.\nNEXTAUTH_URL=\"\" # Your project url http://localhost:3000.\n\n# Google OAuth Provider:\nGOOGLE_CLIENT_ID=\"\"\nGOOGLE_CLIENT_SECRET=\"\"\n```\n\n## 🚀 Getting Started\n\n**Recommended extensions for VSCode:**\n\n- [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss).\n- [Prettier - Code formatter](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode).\n- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).\n\n1. Clone or [fork](https://github.com/danielcgilibert/OpenLink/fork) the repository:\n\n```bash\ngit@github.com:danielcgilibert/OpenLink.git\n```\n\n2. Install dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n```\n\n3. Run the following command to start the database:\n\n```bash\ndocker-compose up\n```\n\n4. Run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\n## ☁ Deploys\n\n- [Vercel](https://vercel.com/)\n- [PlanetScale](https://planetscale.com/)\n\n## 🔑 License\n\n- [MIT](https://github.com/danielcgilibert/OpenLink/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielcgilibert%2Fopenlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielcgilibert%2Fopenlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielcgilibert%2Fopenlink/lists"}