{"id":24072581,"url":"https://github.com/jongan69/next-linktree","last_synced_at":"2026-04-17T10:09:47.138Z","repository":{"id":238235418,"uuid":"796146758","full_name":"jongan69/next-linktree","owner":"jongan69","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-11T00:30:17.000Z","size":553325,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-11T04:41:36.425Z","etag":null,"topics":["linktree","nextjs","suspense","threejs"],"latest_commit_sha":null,"homepage":"https://jongan.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jongan69.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-05-05T04:30:51.000Z","updated_at":"2024-09-11T00:30:20.000Z","dependencies_parsed_at":"2024-10-23T12:16:48.119Z","dependency_job_id":null,"html_url":"https://github.com/jongan69/next-linktree","commit_stats":null,"previous_names":["jongan69/next-linktree"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fnext-linktree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fnext-linktree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fnext-linktree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jongan69%2Fnext-linktree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jongan69","download_url":"https://codeload.github.com/jongan69/next-linktree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240941532,"owners_count":19882063,"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":["linktree","nextjs","suspense","threejs"],"created_at":"2025-01-09T17:18:33.724Z","updated_at":"2026-04-17T10:09:47.094Z","avatar_url":"https://github.com/jongan69.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js LinkTree Project\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Project Overview\n\nThis project is a customizable LinkTree-like application built with Next.js. It allows users to create a personal page with links to various social media profiles and referral links, all styled and organized in a visually appealing manner. The design is responsive and includes an interactive 3D background for a modern, dynamic user experience.\n\n## Features\n\n- **Personal Links**: Easily add and manage links to your social media profiles (Facebook, Twitter, LinkedIn, etc.).\n- **Referral Links**: A dedicated section to display your referral links, complete with a customizable header for branding or messaging.\n- **3D Background**: The page features a visually engaging 3D background powered by `@react-three/fiber`.\n- **Styled Components**: Custom styling is done using `styled-components`, enabling flexible and reusable components.\n- **Responsive Design**: The layout is optimized for both desktop and mobile views to ensure a smooth experience on all devices.\n- **SEO-Friendly**: Pre-rendering and SEO enhancements come built-in with Next.js, improving the page’s discoverability.\n- **Dark/Light Theme Toggle**: Toggle between dark and light modes for better accessibility and user preferences.\n\n## Demo\n\n[Link to live demo](https://jongan.com)\n\n## Getting Started\n\nTo get started with the project, follow these steps:\n\n### Prerequisites\n\n- Node.js (version 14 or higher recommended)\n- npm or yarn package manager\n\n### Installation\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/jongan69/next-linktree.git\n   ```\n\n2. **Navigate to the project directory:**\n\n   ```bash\n   cd next-linktree\n   ```\n\n3. **Install dependencies:**\n\n   Using npm:\n\n   ```bash\n   npm install\n   ```\n\n   Or using yarn:\n\n   ```bash\n   yarn install\n   ```\n\n### Running the Development Server\n\nOnce the dependencies are installed, run the development server:\n\nUsing npm:\n\n```bash\nnpm run dev\n```\n\nOr using yarn:\n\n```bash\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the application.\n\n### Building for Production\n\nTo create an optimized production build:\n\nUsing npm:\n\n```bash\nnpm run build\n```\n\nOr using yarn:\n\n```bash\nyarn build\n```\n\nThen, you can start the production server:\n\n```bash\nnpm start\n```\n\n### Environment Variables\n\nIf the project requires environment variables (e.g., for social media API keys or referral link management), create a `.env.local` file in the root directory and define your variables there. Example:\n\n```\nNEXT_PUBLIC_API_KEY=your_api_key\n```\n\n## Technologies Used\n\n- [Next.js](https://nextjs.org/) – Framework for server-rendered React applications.\n- [@react-three/fiber](https://github.com/pmndrs/react-three-fiber) – React renderer for Three.js for the interactive 3D background.\n- [Styled Components](https://styled-components.com/) – For writing actual CSS to style components.\n- [Framer Motion](https://www.framer.com/motion/) – Used for animations and transitions.\n- [Vercel](https://vercel.com/) – Deployment platform for modern web applications (optional, but highly recommended for deployment).\n\n## Contributing\n\nContributions are welcome! Please submit a pull request or open an issue for any improvements or bugs.\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Make your changes.\n4. Commit your changes (`git commit -m 'Add some feature'`).\n5. Push to the branch (`git push origin feature-branch`).\n6. Open a pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Fnext-linktree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjongan69%2Fnext-linktree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjongan69%2Fnext-linktree/lists"}