{"id":24708094,"url":"https://github.com/pungrumpy/link-in-bio","last_synced_at":"2025-10-09T09:31:51.599Z","repository":{"id":48172592,"uuid":"512992684","full_name":"PunGrumpy/link-in-bio","owner":"PunGrumpy","description":"🔗 Link in bio page for my Instagram profile","archived":false,"fork":false,"pushed_at":"2025-10-02T15:56:09.000Z","size":107602,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-02T16:23:11.536Z","etag":null,"topics":["link-in-bio","nextjs","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://bio.pungrumpy.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-4-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PunGrumpy.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}},"created_at":"2022-07-12T04:01:32.000Z","updated_at":"2025-10-02T15:56:13.000Z","dependencies_parsed_at":"2023-10-02T02:50:18.502Z","dependency_job_id":"bb8458c0-7876-467e-a95e-a8bc027d35a0","html_url":"https://github.com/PunGrumpy/link-in-bio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PunGrumpy/link-in-bio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flink-in-bio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flink-in-bio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flink-in-bio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flink-in-bio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PunGrumpy","download_url":"https://codeload.github.com/PunGrumpy/link-in-bio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flink-in-bio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001135,"owners_count":26083022,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["link-in-bio","nextjs","tailwindcss","typescript"],"created_at":"2025-01-27T06:27:44.572Z","updated_at":"2025-10-09T09:31:51.589Z","avatar_url":"https://github.com/PunGrumpy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ❄️ Link in Bio\n\n\u003cdiv align=\"center\"\u003e\n  \u003ctable\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" width=\"50%\"\u003e\n        \u003cimg src=\"public/preview-desktop.png\" alt=\"Preview Desktop\" /\u003e\n        \u003cp\u003e\u003cstrong\u003e💻 Desktop Preview\u003c/strong\u003e\u003c/p\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" width=\"50%\"\u003e\n        \u003cimg src=\"public/preview-mobile.png\" alt=\"Preview Mobile\" /\u003e\n        \u003cp\u003e\u003cstrong\u003e📱 Mobile Preview\u003c/strong\u003e\u003c/p\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/table\u003e\n\u003c/div\u003e\n\nA modern, minimalist personal landing page built with Next.js, TypeScript, and Tailwind CSS.\n\n## ✨ Features\n\n- ⚡️ Next.js 15 with App Router\n- 🎨 Tailwind CSS for styling\n- 🌙 Dark mode support\n- 📱 Fully responsive design\n- 🎭 Custom noise overlay effect\n- 📊 Analytics integration with LogLib\n- ⌨️ Fully typed with TypeScript\n- 🎯 SEO optimized\n\n## 🚀 Getting Started\n\n### 📋 Prerequisites\n\n- Node.js 22.0.0 or higher (my space using 23.5.0)\n- [PNPM](https://pnpm.io) or [Bun](https://bun.sh) package manager\n\n### ⚙️ Installation\n\n1️⃣ Clone the repository:\n\n```sh\ngit clone https://github.com/PunGrumpy/link-in-bio.git\ncd link-in-bio\n```\n\n2️⃣ Install dependencies:\n\n```sh\nbun install\n# or\npnpm install\n```\n\n3️⃣ Create a `.env.local` file:\n\n```sh\n# Copy the example file\ncp .env.example .env.local\n\n# Edit the .env.local file with your own values\nBETTERSTACK_API_KEY=\"\"\nBETTERSTACK_URL=\"\"\nRYBBIT_ID=\"\" # Optional\n```\n\n4️⃣ Run the development server:\n\n```sh\nbun dev\n# or\npnpm dev\n```\n\n### 🛠️ Development Scripts\n\n- `bun dev` - Start development server\n- `bun build` - Build for production\n- `bun start` - Start production server\n- `bun lint` - Run Biome checker\n- `bun format` - Run Biome fix\n\n### 💻 Tech Stack\n\n- ⚛️ [Next.js](https://nextjs.org) - A React framework for building server-rendered React applications\n- 📘 [TypeScript](https://www.typescriptlang.org) - A superset of JavaScript that compiles to clean JavaScript output\n- 🎨 [Tailwind CSS](https://tailwindcss.com) - A utility-first CSS framework for rapidly building custom designs\n- 📊 [Rybbit](https://rybbit.io) - A analytics platform for tracking website traffic and engagement\n- 🎯 [shadcn/ui](https://ui.shadcn.com) - A library of reusable UI components for building modern web applications\n\n### 📝 License\n\nThis project is licensed under the BSD 4-Clause License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Flink-in-bio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpungrumpy%2Flink-in-bio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Flink-in-bio/lists"}