unsubbed.co

LinkFree

LinkFree is a JavaScript-based application that provides showcase your content and projects effortlessly.

Self-hosted link-in-bio for developers, honestly reviewed. The most important thing you need to know is buried in the README.

TL;DR

  • What it is: An open-source Linktree alternative that let developers and creators host a single profile page with all their links, social accounts, and content — built on Next.js and MongoDB [README].
  • Who it’s for: Developers and creators who wanted a free, self-hosted link-in-bio page without Linktree’s paywalled analytics or branding.
  • Critical warning: This project is dead. The GitHub repository was archived on June 10, 2024. The hosted service has been shut down. All database data was deleted. Do not build on this [README].
  • Cost savings: Moot. The project no longer exists in a usable form.
  • Key strength (past tense): Community-driven, MIT-licensed, with built-in analytics that Linktree gates behind a paid plan. At its peak it had 5,724 GitHub stars.
  • Key weakness: It’s gone. If you’re looking for this slug expecting a tool you can deploy today, you need to pick an alternative.

What is LinkFree

LinkFree was an open-source link-in-bio platform started by the EddieHub community under Eddie Jaoude. The premise was simple: instead of paying Linktree for a basic analytics dashboard or accepting its branding on your profile, you’d submit a JSON file to a shared repository and get a hosted profile at biodrop.io/yourname with built-in click tracking, timeline, testimonials, and event listings [README].

The project was notable not just as a tool but as a community model. Contributing your profile meant opening a pull request — so thousands of developers got their first open-source contribution by adding themselves to LinkFree. The README makes clear that this dual-purpose (useful tool + onramp to open source) was intentional [README].

Midway through its life, the project was renamed from LinkFree to BioDrop. Then, on June 10, 2024, the BioDrop service was shut down entirely. The README announcement is unambiguous: profiles stopped working, dashboards went offline, all database data was deleted, no new issues or PRs could be raised [README]. The GitHub repo now exists as a historical artifact.

This review exists because the slug linkfree gets search traffic from people who remember the project or see it mentioned in older articles. The honest answer is: it’s over.


Why people chose it

During its active life, LinkFree/BioDrop addressed real frustrations with Linktree’s model. The core complaints about Linktree are consistent across the self-hosted community: analytics locked behind paid tiers, forced branding on free profiles, no control over your own data, and pricing that scales as your audience grows [4].

LinkFree’s model was different in a few meaningful ways. The hosted version was free with no paid tier — analytics came standard, not as an upsell. The MIT license meant you could self-host your own instance rather than depend on their service. And the JSON-based profile system meant your data lived in a public GitHub repo you controlled, not in a database you couldn’t export [README].

The community angle was also a real draw. Thousands of developers used their first pull request as “add my LinkFree profile.” For a certain kind of tech-adjacent creator — developer advocates, open-source contributors, technical bloggers — this made LinkFree feel like their native habitat rather than a generic marketing tool [README].

A separate developer on Reddit launched their own project under the same name after BioDrop shut down, citing the same frustrations: Linktree clones that hide analytics behind paywalls, load slowly, and feel “not built for devs.” Their version is built with Next.js 15 and Neon DB, offers one-click deploy to Vercel, and stores everything in a JSON config [3]. This is a different codebase from EddieHub’s project but fills the same niche.

The third-party reviews available for “Linkfree” are largely about a separate, proprietary URL-shortener product by a Portuguese company (AGX Portugal) that shares the name — unrelated to the open-source EddieHub project [1][2]. That product offers URL shortening, QR codes, custom domains, and pixel tracking, and appears to still be active as a commercial SaaS. The review data from SoftwareAdvice and SoftwareWorld (5/5 from two users, both in 2023) reflects that product, not the EddieHub community project [1][2].


Features

What the EddieHub LinkFree/BioDrop offered while it was live:

Profile features:

  • Single profile page with social media links, content links, and project showcases [README]
  • Timeline section for career history or milestones [README]
  • Testimonials from colleagues or users [README]
  • Upcoming events display [README]
  • Light and dark mode support [README]

Analytics:

  • Built-in click tracking per link — no paywall, no upgrade required [README][3]
  • Visitor stats and daily trends [3]

Tech stack:

  • Next.js for server-rendered React [README]
  • MongoDB for data storage [README]
  • Tailwind CSS [README]
  • Docker and Docker Compose for self-hosting [README]
  • Gitpod support for cloud development environments [README]

Contribution model:

  • Profiles managed via JSON files in a public GitHub repo [README]
  • Pull request workflow — adding or editing your profile was a git operation [README]
  • Forms-based editing also available for non-developers [README]

What the newer community-built LinkFree (chihebnabil’s project) offers:

  • Next.js 15 + Neon DB stack [3]
  • Built-in analytics dashboard with clicks, top links, and daily trends [3]
  • Light/dark theme [3]
  • One-click deploy to Vercel or Netlify [3]
  • Configuration via JSON file [3]
  • No signup required, data stays local [3]

Pricing: SaaS vs self-hosted math

For the original EddieHub BioDrop: the hosted version was free, full stop. No paid tier existed. Self-hosting required a server running Docker, Node.js, and MongoDB — infrastructure cost of roughly $5–10/month on a small VPS. As of June 2024, neither option exists [README].

For Linktree (the incumbent):

  • Free: basic page, Linktree branding, no analytics
  • Starter: $5/month — removes branding, adds basic analytics
  • Pro: $9/month — adds scheduling, payments, email capture
  • Premium: $24/month — priority support, advanced analytics

For the proprietary Linkfree (AGX Portugal): pricing not publicly listed; free version available [1][2]. Data not sufficient to compare.

For alternatives you can actually deploy today (see below), the self-hosted math is familiar: $5–10/month VPS, one-time setup, no per-seat or per-feature pricing. The annual savings versus Linktree Pro run $100–280/year — meaningful for an individual creator, trivial for a company, but the data ownership argument often matters more than the dollar amount [4].


Deployment reality check

Original EddieHub LinkFree/BioDrop: not deployable. The service is shut down, and while the GitHub repository is publicly archived and the code technically exists, there is no active maintenance, no security patches, and no community support. Deploying it would mean running unmaintained software with a MongoDB database that hasn’t received updates since mid-2024 [README].

The newer community LinkFree (chihebnabil): one-click deploy to Vercel or Netlify via the GitHub repo. For self-hosting, the stack is Next.js 15 with Neon DB (serverless Postgres), which is less common than MongoDB but well-documented [3]. No Docker Compose configuration mentioned in the Reddit post, so a fully local self-host requires more setup than just cloning and running.

What actually works today for self-hosted link-in-bio:

  • LittleLink-Server — Docker-based, environment variable configuration, built-in analytics via Umami, light/dark themes [4]
  • Linkin — Docker-based, admin panel for managing links, Next.js, one-click deploy [4]

Both are covered in the noted.lol overview of self-hosted Linktree alternatives [4]. The article’s author couldn’t decide between them — LittleLink-Server for its simplicity, Linkin for its admin panel — which is an honest assessment for a category where the tools are genuinely similar [4].


Pros and Cons

Pros (historical)

  • Free with no paid tier. Analytics, custom links, timeline — all free on the hosted version. No upsell, no branding requirement [README].
  • MIT license. Full self-host rights, no commercial restrictions [README].
  • Community-driven. Thousands of contributors built the profile database through pull requests, giving the project both legitimacy and diversity that a solo founder’s tool can’t replicate [README].
  • Developer-native UX. JSON-file profiles, git workflow, Gitpod support — felt like a natural part of a developer’s toolchain rather than a generic SaaS [README].
  • Built-in analytics without a paywall. The comparison with Linktree on this specific point was direct and favorable [3].

Cons (fatal)

  • The project is dead. Not deprecated, not in maintenance mode — archived and shut down. The hosted service is gone, the database was deleted, no support exists [README]. This is not a risk to weigh against benefits; it’s a disqualifier.
  • No active fork in obvious shape. The codebase is MIT-licensed and forkable, but running a fork means inheriting a Next.js + MongoDB stack that hasn’t been maintained since 2024.
  • The rename caused confusion. LinkFree → BioDrop happened partway through the project’s life, creating SEO fragmentation and making it hard to find current information [README].
  • The JSON-based contribution model was clever for onboarding but created friction for non-technical users who just wanted to update their links without touching git [README].
  • No self-hosting documentation for production. The README focused on contributing to the shared hosted instance, not running your own. Self-hosters had to figure out MongoDB setup and environment variables largely on their own [README].

Who should use this / who shouldn’t

Don’t use EddieHub’s LinkFree/BioDrop:

  • Anyone. It’s shut down. [README]

Use an alternative if you want self-hosted link-in-bio:

  • Technical users comfortable with Docker: look at LittleLink-Server or Linkin [4].
  • Developers who want full code ownership and a simple JSON config: the newer community LinkFree (chihebnabil/linkfree on GitHub) is worth evaluating, though it’s an early-stage project with limited community vetting [3].
  • Non-technical founders who want something working today without server setup: Linktree Starter at $5/month is the path of least resistance. The self-hosted alternatives save money and give you data ownership, but they require someone to deploy and maintain them.

Skip self-hosted link-in-bio entirely if:

  • Your audience expects a known brand behind your links (some people are suspicious of unfamiliar domains).
  • You need deep integrations (email capture, payments, scheduling) — Linktree Pro has these built in, and replicating them on a self-hosted stack requires significant additional work.
  • You don’t have someone who can handle a Docker deployment and occasional updates.

Alternatives worth considering

Active self-hosted options:

  • LittleLink-Server — Docker-based, light/dark themes, button customization, built-in analytics via Umami, actively maintained [4]. The simplest option if you want something that works without an admin panel.
  • Linkin — Docker-based with an admin panel for drag-and-drop link management, Next.js, Vercel/Netlify deploy support [4]. Better for users who don’t want to edit config files.
  • chihebnabil/linkfree — A newer MIT-licensed project that shares the LinkFree name, built on Next.js 15 + Neon DB, with built-in analytics and one-click Vercel deploy [3]. Early stage, no production track record yet, but actively developed.

Hosted SaaS options:

  • Linktree — The incumbent. Free tier has branding and no analytics. $5/month removes branding, $9/month adds analytics. Largest feature set in the category.
  • Carrd — More flexible (full one-page site, not just links), $19/year for Pro. Better for founders who want a simple landing page that’s more than a link list.
  • Bio.link — Free with analytics included, no branding on paid tier ($5/month). Direct Linktree competitor.

The honest shortlist for a non-technical founder escaping Linktree: if you want self-hosted for data sovereignty and cost, deploy LittleLink-Server or Linkin on a $5 VPS. If you want managed and simple, Linktree Starter at $5/month is already cheap and not worth the setup overhead unless self-hosting has other value to you.


Bottom line

LinkFree/BioDrop was a genuine community achievement — an MIT-licensed, developer-native Linktree alternative that gave creators analytics without a paywall and open-source contributors a frictionless first pull request. The concept was sound, the execution was coherent, and the community was real. Then it shut down in June 2024, wiped its database, and archived its repository. Writing about it as a deployment option would be misleading.

If you landed here because you remember LinkFree or saw it recommended somewhere, the summary is: find something else. LittleLink-Server and Linkin are the maintained self-hosted options in this category worth your time. If you want a hosted option with minimal setup friction, Linktree’s paid tier is $5/month and still the easiest path. If self-hosting the full stack is worth it to you — for the data ownership, the cost savings over years, or the principle of it — that’s exactly the kind of deployment that upready.dev handles for clients as a one-time setup.


Sources

  1. SoftwareAdvice IE — Linkfree Reviews (2 reviews). https://www.softwareadvice.ie/software/415708/linkfreeNote: this review page covers a separate proprietary Linkfree product by AGX Portugal, not the EddieHub open-source project.
  2. SoftwareWorld — Linkfree Reviews Apr 2026. https://www.softwareworld.co/software/linkfree-reviews/Same caveat: AGX Portugal’s commercial product, not EddieHub’s.
  3. Reddit r/SideProject — “I built LinkFree an open source Linktree alternative for devs and creators” (chihebnabil, 9 months ago). https://www.reddit.com/r/SideProject/comments/1m1qa9y/i_built_linkfree_an_open_source_linktree/
  4. noted.lol — “2 Amazing Self Hosted Link Tree Alternatives” (Jeremy). https://noted.lol/2-amazing-self-hosted-link-tree-alternatives/

Primary sources: