Beacons
Link in bio & creator hub with store, email, and media kit
Discover top open-source software, updated regularly with real-world adoption signals.

Elegant React link-in-bio page for showcasing social profiles
A sleek single‑page React app that lets creators display all their important social links in a customizable card layout, deployable to Vercel or Docker with minimal setup.

Linkees is a single‑page React application designed for creators, freelancers, and anyone who wants a tidy hub for their social profiles. By supplying a simple JSON configuration of title, subtitle, URL and channel type, the component renders responsive cards that match the look of modern link‑in‑bio services while remaining fully customizable through React props such as and .
nameheaderAvatarThe library is published on npm and can be dropped into any React project with a single import. After adding your cardItems array, the app can be built and hosted on Vercel, Netlify, or any static‑site provider. For container‑based workflows, a Docker image is provided, enabling consistent builds across environments. Because the package is written in TypeScript, developers benefit from type safety and easy integration with existing toolchains.
Developers can extend the default card layout by passing custom React components or overriding the supplied CSS modules. The CHANNEL_TYPES enum supplies a set of common platforms (e.g., Instagram, Twitter, YouTube) and can be expanded to accommodate new services. Because the component is pure client‑side, it works without a backend, but it can be combined with analytics tools or serverless functions for link tracking if required.
When teams consider Linkees, these hosted platforms usually appear on the same shortlist.
Looking for a hosted option? These are the services engineering teams benchmark against before choosing open source.
Personal link‑in‑bio page
Followers see a clean, mobile‑responsive list of social cards, increasing click‑through rates.
Freelance portfolio hub
Clients can quickly access contact, portfolio, and booking links from a single branded page.
Event speaker profile
Attendees get direct links to speaker socials, slides, and registration with minimal navigation.
Small business contact page
Customers find phone, email, and social media links in a unified, searchable interface.
Run `npm install linkees` and import the component into your React project.
Provide an array of objects with `title`, `subtitle`, `link`, and `type` (using `CHANNEL_TYPES`).
Yes, a Dockerfile is included; build the image and run it on any container platform.
You can pass custom avatars, change the `name` prop, and override CSS or supply your own card component.
See the repository’s CONTRIBUTING guide on GitHub for documentation updates, feature requests, and code contributions.
Project at a glance
ActiveLast synced 4 days ago