{"id":24782374,"url":"https://github.com/krish-makadiya/linkhive","last_synced_at":"2026-04-10T03:55:01.261Z","repository":{"id":271737694,"uuid":"914398499","full_name":"Krish-Makadiya/LinkHive","owner":"Krish-Makadiya","description":"LinkHive is a platform that simplifies sharing by creating a single, customizable link to aggregate all your online profiles and platforms.","archived":false,"fork":false,"pushed_at":"2025-01-29T06:51:08.000Z","size":1647,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T07:27:31.287Z","etag":null,"topics":["analytics","custom-links","express-js","full-stack-development","link-management","mern-stack","mongodb","next-js","node-js","profile-aggregation","react-js","responsive-design","tailwind-css","user-authentication","web-development"],"latest_commit_sha":null,"homepage":"https://linkhive-official.vercel.app","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/Krish-Makadiya.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":"2025-01-09T14:18:44.000Z","updated_at":"2025-01-29T06:55:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"1c6afe80-89bd-45d7-9ee5-fef3129ae1d0","html_url":"https://github.com/Krish-Makadiya/LinkHive","commit_stats":null,"previous_names":["krish-makadiya/linkhive"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krish-Makadiya%2FLinkHive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krish-Makadiya%2FLinkHive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krish-Makadiya%2FLinkHive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Krish-Makadiya%2FLinkHive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Krish-Makadiya","download_url":"https://codeload.github.com/Krish-Makadiya/LinkHive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245215299,"owners_count":20578942,"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":["analytics","custom-links","express-js","full-stack-development","link-management","mern-stack","mongodb","next-js","node-js","profile-aggregation","react-js","responsive-design","tailwind-css","user-authentication","web-development"],"created_at":"2025-01-29T11:16:56.376Z","updated_at":"2025-12-30T19:03:30.746Z","avatar_url":"https://github.com/Krish-Makadiya.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LinkHive\n\n**LinkHive** is a platform for creating a single, customizable link that aggregates all your online profiles and platforms, simplifying sharing and connecting for personal or professional use.\n\n---\n\n## Features\n\n- **Customizable Links**: Design and personalize your aggregated profile link.\n- **Profile Integration**: Add and organize links to your social media, websites, and other platforms.\n- **Responsive Design**: Ensure optimal viewing across all devices.\n- **User Authentication**: Secure access to your account and customization tools.\n- **Analytics**: Track the performance of your aggregated link with detailed metrics.\n\n---\n\n## Tech Stack\n\n### Frontend\n- **Framework**: React.js\n- **Styling**: Tailwind CSS\n- **Enhancements**: Next.js\n\n### Backend\n- **Server**: Express.js\n- **Database**: MongoDB\n- **Node.js**: Server-side JavaScript runtime\n\n### Hosting\n- Frontend and backend hosted on platforms like Vercel, Heroku, or AWS.\n\n---\n\n## Installation\n\n### Prerequisites\n- Node.js (version 16+)\n- npm or yarn\n- MongoDB instance\n\n### Steps\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/linkhive.git\n   cd linkhive\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. Create a `.env` file in the root directory and add the following environment variables:\n   ```env\n   MONGO_URI=your_mongodb_connection_string\n   NEXT_PUBLIC_BASE_URL=your_base_url\n   JWT_SECRET=your_jwt_secret\n   ```\n\n4. Start the development server:\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n5. Open [http://localhost:3000](http://localhost:3000) in your browser to view the application.\n\n---\n\n## Usage\n\n1. Create an account or log in.\n2. Add links to your social media profiles, websites, or other platforms.\n3. Customize your link appearance and structure.\n4. Share your aggregated link with ease.\n\n---\n\n## Contributing\n\nContributions are welcome! Follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m \"Add a meaningful commit message\"\n   ```\n4. Push to your branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Create a Pull Request.\n\n---\n\n## Acknowledgements\n\n- [MongoDB](https://www.mongodb.com/)\n- [Express.js](https://expressjs.com/)\n- [React.js](https://reactjs.org/)\n- [Node.js](https://nodejs.org/)\n- [Next.js](https://nextjs.org/)\n- Open-source contributors\n\n---\n\n## Contact\n\nFor queries or suggestions, feel free to contact:\n- **Email**: krishmakadiya2005@gmail.com\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrish-makadiya%2Flinkhive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkrish-makadiya%2Flinkhive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkrish-makadiya%2Flinkhive/lists"}