Categories
All Softwares
Sublime Text VSCode Binaries Postman TeamViewer Firebase Visual Studio Code Contentful Tribe Circle Notion Datadog NewRelic Vmix Archbee Docker Desktop Bitly GitHub BitBucket Upsource Zapier Make Medium substack Facebook Amazon S3 Maya 3DS MAX Adobe Substance Airtable Roam Research Azure DevOps Retool Powerapps Appsheet 1Password Plex Emby Netflix Apple HomeKit Algolia Lightshot Confluence Toad tableau Data Studio Salesforce SAP Calendly Google photos Bloomberg Terminal BigQuery ML Google AutoML Tables Shopify BigCommerce Google Drive Redis Memcached Windows media player WhatsApp Heroku Render Looker Quizlet Google Analytics Auth0 Trello Elasticsearch Adobe Premiere Pro Zerotier Zoom Skype Docker Polypane Google Chrome Microsoft Edge Safari Gitbook Gmail Google Vertex AI Kdb+ Amplitude Google Docs Typora Roboflow ML Kit Azure Intercom Quicken YNAB Uptime Robot Figma npm TigerGraph Amazon Neptune Fivetran Okta YouTube LastPass Mailchimp Sendinblue Adobe Acrobat Pocket Reddit Onenote Shogun DaVinci Resolve UiPath Taliscale Adobe Lightroom FullStory LogRocket RescueTime Boxcryptor LaunchDarkly ArcGIS AWS SageMaker Tailscale NordVPN WooCommerce Twitter Dropbox Nagios Zabbix Prtg Google Cloud Webflow ActiveCampaign Quickbooks .Net Maui Airplane.dev Pipedream Evernote Autodesk AutoCAD HCL Connections Google Sheets Excel Rundeck Ansible Tower Salt Twilio Pastebin Zoho Unity3D GameMaker AWS Config GCP Cloud Asset inventory AWS GuardDuty Unreal Engine (UE4) Jira YouTrack Stytch Suite CRM Greynoise Photoshop LinkTree BlackBoard Zendesk Discord Rollout.io Disqus Oracle Fusion ERP Cloud Odoo Microsoft Dynamics Alfred Sophos Firewall UniFi Security Gateway Azure AD Doodle Office Online Power BI MicroStrategy Qlik Ampache Socrata Drone CI IOS WordPress IDM FDM Ninja Download Manager McAfee Google Meet WIX cPanel LucidChart HubSpot Landbot Typeform CCleaner Ecwid Spotify Stackstrom N8N Substance Painter Onshape SketchUp Canny Miro XMind Segment GoogleForms Adobe Illustrator MultiSim Proteus Prezi Slack Microsoft Teams SumSub JAWS Wetransfer Framer Microsoft 365 Telegram Threema Signal Lokalise Crowdin Phrase WolframAlpha Dataclay Templater Bot WorkOS FrontEgg Snorkel AI ZohoCRM Voicemod Chromatic Percy POEditor Transifex Microsoft Office Selenium vBulletin Xenforo Hightouch Logseq Bundlephobia Webpack Esbuild Rollup Session Berty WHMCS Stripe Billing Google Camera ImgIX Netlify Google Keep SocialPilot Hootsuite Firebase Analytics Access Manager Wordle Amazon Redshift Snowflake Microsoft Active Directory ClubHouse Tenable Nessus Obsidian Scrivener IDA Neo4j Pushbullet Pushover TinkerCAD Fusion360 SolidWorks TablePlus Cryptomator Glasswire Comodo Firewall Coyim Splunk Hungry Bring Panther IFTTT openHAB Alexa Google Home Twitch Asana IBM Watson Discovery FL Studio Ableton Google Maps Gather Aseprite Instagram Agora Wowza Docuware ELO Office Apollo GraphQL Supabase Hasura Stepzen Postgraphile Lyket.dev Kahoot Clubdesk Fairgate Bandicam Revoltchat Element Imply Pinot MongoDB Oracle Peoplesoft CurseForge Google Tag Manager MS SQL AppWrite Nhost AWS Kendra QnA Maker Apigee Google Cloud IoT Core Microsoft OneNote Amazon API Gateway Qualtrics Sprig Hotjar Sibelius Finale Dorico Snyk Common Room Orbit Toggl Track Adobe Scan Microsoft Lens CamScanner Vercel Stack Overflow Traktor Pro 3 Markup CMS Documentation Atlassian Confluence Raindrop Akeneo Salsify Informatica SuiteCRM VtigerCRM Cruise Tesla autopilot Waymo Adobe Animate Pencil2D Men&Mice Solarwinds Infoblox Device42 AWS WAF
LinkFree

LinkFree

Open Source Alternative to LinkTree
Language
JavaScript
Stars
5712
Watchers
5712
Forks
3924
Open Issues
72
Last Updated
5/9/2025

REAMDE.md

[!IMPORTANT] From 10 June 2024 BioDrop will be archived. What does this mean?

Profile

You will not be able to use your Profile from 10 June so remember to stop using your BioDrop url before then You will not be able to access your Dashboard (meaning you will not be able to see any Stats or make changes to your Profile) All database data will be deleted

GitHub Repo

No Issues or PRs can be raised

If you have an existing Issue or PR assigned to you this will not be reviewed/merged A big thank you to our users and contributors, without which this project would not have been possible.

RepoRater Open in Gitpod Uptime GitHub release (latest by date) GitHub repo size

Project renamed from LinkFree to BioDrop(please update your local git clones with the new remote name)

BioDrop logo on a sticker

What is BioDrop?

A platform where people in tech can have a single hub to showcase their content in order to accelerate their career, whilst contributing to an Open Source project and being part of a community that has a say in where the project is going.

Your profile will have links to your social media and content. You can also add your timeline, testimonials, and upcoming events that you are participating in.

Here is an example of a BioDrop Profile https://biodrop.io/eddiejaoude

Example profile and statistics page on BioDrop with light and dark mode

Hacktoberfest

[!IMPORTANT]
Creating/Changing/Deleting your JSON Profile do not count towards hacktoberfest and will automatically be marked with the label invalid so that Hacktoberfest ignores your Pull Request But this does not affect your Pull Request being accepted and merged into BioDrop

All other Pull Requests will count towards Hacktoberfest.

If you are a new contributor to this project, have a look out for issues that have the Hacktoberfest label.

Tech Stack

BioDrop is built using the following technologies:

  • Next.js - a framework for building server-rendered React applications
  • MongoDB - a NoSQL database
  • Tailwind CSS - a utility-first CSS framework

Quickstart

You have 4 options to contribute to the repo, please pick your favourite from:

  1. GitHub UI (recommended for adding/editing your profile)
  2. Gitpod
  3. Local development
  4. Local development with Docker Compose

Brief documentation is below, but full documentation can be found here https://biodrop.io/docs

Warning: Your DB will be empty, you will need to load the data into the database! You can do this by visiting the url /api/system/reload?secret=development

GitHub UI

This is great if you only want to add your Profile or make changes to it.

Here is the QuickStart guide to add your profile

  • With JSON https://biodrop.io/docs/quickstart-json
  • With Forms https://biodrop.io/docs/quickstart-forms

Note: give extra attention to JSON formatting and the GitHub Action after you create the Pull Request

Read more in the official documentation - https://biodrop.io/docs/environments/github-ui

Gitpod

In the cloud-free development environment which will have all the dependencies you need (for example MongoDB).

Open BioDrop in Gitpod

Read more in the official documentation - https://biodrop.io/docs/environments/gitpod

Local development

This environment is fully on your computer and requires each dependency (for example MongoDB) to be installed and set up, but it gives you the most flexibility for customisation.

Prerequisites

Before contributing or adding a new feature, please make sure you have already installed the following tools:

  • NodeJs (Works with Node LTS version v18.16.1)
  • MongoDB (v6+)
  • Optional NVM: Switch Node version by using nvm use (on Windows, use nvm use v18.16.1). If this is not installed, run nvm install v18.16.1.

Commands

You can set this up locally with the following steps:

  1. copy the .env.example file to .env and update any details required
  2. MongoDB is required, it is possible to use docker compose up to start the MongoDB service
  3. npm ci
  4. npm run dev

Read more in the official documentation https://biodrop.io/docs/environments/local-development#local-development

Local development with Docker Compose

This will allow you to run your favourite IDE but not have to install any dependencies on your computer like NodeJS and MongoDB.

Prerequisites

Commands

  1. git clone https://github.com/EddieHubCommunity/BioDrop

  2. cd BioDrop

  3. docker compose up

  4. In your browser on localhost:3000 you should now see the project up and running.

  5. Now you need to upload the data in your mongoDB instance. localhost:3000/api/system/reload?secret=development

  6. Recheck localhost:3000 to confirm data is uploaded, you should see current amount of active users.

Note If you wanna look at the database, you can use MongoDB Compass with connection string as mongodb://localhost:27017/biodrop

Read more in the official documentation - https://biodrop.io/docs/environments/local-development#docker-compose

How to add YOUR Profile

Step by step quickstart guide can be found in the full docs here

  • With JSON https://biodrop.io/docs/quickstart-json
  • With Forms https://biodrop.io/docs/quickstart-forms

Testimonials

Here are some testimonials from individuals who have used BioDrop:-

Francesco Ciulla

Francesco Ciulla

"I had another similar (paid) service. I tried BioDrop for a week and I got almost double the clicks on the links in the same period, redirecting from the same link. I decided to start using it regularly. I am very satisfied. It's not just a list of links but it's backed by a great Open Source community."

  • Name : Francesco Ciulla
  • Bio : Developer Advocate at daily.dev, Docker Captain, Public Speaker, Community Builder
  • Username : Francesco Ciulla

Amanda Martin

Amanda Martin

"Where BioDrop really stands out is the ability to make meaningful connections and find collaborators due to thoughtful features that are not simply about chasing ways to build your audience. The fact that it's also Open Source really makes it the tool I was waiting for in this space."

  • Name : Amanda Martin
  • Bio : Developer Advocate | Always Curious | Always Silly
  • Username : Amanda Martin

Pradumna Saraf

Pradumna Saraf

"BioDrop is very close to me because I have seen it evolve. With BioDrop, I have discovered so many amazing people in tech. Some of my favorite features are the barcode for profiles and testimonials. If you are reading this and don't have a profile, I highly recommend doing that. Thank you, Eddie and EddieHub community, for building this incredible app."

  • Name : Pradumna Saraf
  • Bio : Developer Advocate 🥑 | DevOps | Golang Developer | EddieHub Ambassador
  • Username : Pradumna Saraf

GitHub Accelerator

BioDrop was accepted into the GitHub Accelerator program... GitHub Accelerator https://accelerator.github.com

Support

Don't forget to leave a star ⭐️.

Our Pledge

We take participation in our community as a harassment-free experience for everyone and we pledge to act in ways to contribute to an open, welcoming, diverse and inclusive community.

If you have experienced or been made aware of unacceptable behaviour, please remember that you can report this. Read our Code of Conduct for more details.

Categories:
Social Media