Skip to main content

From Messy to Memorable: Shorten Your Links, Boost Your Brand

· 4 min read
Bekah Hawrot Weigel
Developer Experience Lead

Today is day 22 of my 29 Days of Open Source Alternatives series, where I'll be exploring open source alternatives to proprietary software in the categories of Game Development and Multimedia, Development Tools and Platforms, Productivity and Collaboration Tools, and more. If you'd like to see the list of the open source alternatives I'll be covering this month, head over to my 29 Days of Open Source Alts Page or if you're interested in some of the top OSS projects of last year, check out this list. This is in the Content Management and Publishing category.

I had never really used a link shortener until about a year and a half ago, and didn't realize how convenient they really are. So if you're not sure why you would use one or which to choose, you can check out the rest of this post.

Link shorteners can be really useful for the following reasons:

  1. They can be easier to read: Long, complicated URLs can be hard to read, type, and share, especially on platforms with character limits like X/Twitter. Shortened links are easier to remember and take up less space, making them ideal for social media, messaging, and print materials.
  2. Tracking and Analytics: Link shorteners often provide detailed analytics about who clicks on your links, where they come from, and what devices they use. This can help you better understand your audience, track campaign performance, and optimize your content strategy.
  3. Branding and Customization: With branded link shorteners like Dub.co, you can create links that reflect your brand identity with custom domains and personalized messages. At OpenSauced, you'll notice that our shortened links start with oss.fyi.
  4. QR Code Generation: Integrating QR codes with your links makes it easier to connect people to your product through print materials. (Shorteners often have built-in QR code generators.)

At OpenSauced, we use Dub.co, an open source alternative to Bit.ly.

https://github.com/dubinc/dub

Features

Dub.co allows you to create custom, branded short links. They also have an analytics dashboard that provides insights into link performance. They also have QR code generation and link personalization. Here's an example of one of our QR codes:

OpenSacued QR code to newsletter

Comparison with Bit.ly

FeatureDub.coBit.ly
Customization
AnalyticsComprehensiveMinimal on free Plan
Team CollaborationSupportedLimited
API AccessRobustRestricted
PricingCompetitiveFree/Paid Plans

Open Source Stats

  • Stars: 14.8k
  • Watching: 72
  • Forks: 1.4k commits: 2.5k+ total contributors: 42

We can see that there's some strong activity on PRs over the last thirty days with consistent contributions, although the number of contributors both all time and in the last thirty days isn't high. This may be indicative of being a fairly new open source repository, with the first PR being merged in during 2022.

Dub dashboard

We can also see here that they're making progress on closing the backlog of issues with ten opened in the last thirty days and 20 closed. So shoutout to the dub team 🎉

We also see that their contributors are spending about half of their open source contribution time on dubinc, with the majority of those going to the dub repo. Other notable contributions go to boxyhq (which we covered in this post), maybe-finance, and a couple of contributions to vercel.

Contributor graphs

Check out the full contributor insight page here

Takeaways

Dub offers transparency, features, and an open source environment. It's platform is easy to use and not overcomplicated, with good analytics to help you understand your content campaigns. Bit.ly might have wider brand recognition, but Dub.co is definitely worth checking out, especially since they have a generous free tier.