urdadx
librelinks
JavaScript

An opensource link in bio platform for everyone πŸͺ„

Last updated Jun 26, 2026
195
Stars
69
Forks
12
Issues
0
Stars/day
Attention Score
45
Language breakdown
JavaScript 95.9%
CSS 3.4%
Dockerfile 0.6%
Shell 0.0%
β–Έ Files click to expand
README

Support Me

Buy Me A Coffee

Librelinks

Librelinks is an open-source link in bio tool for everyone.

The goal of Librelinks is to provide users with a platform that helps them to connect to their audience through a single link.

Check out an example Librelinks page at https://links.urdadx.com/urdadxx

βš’οΈ Demo

Create and customize your link in bio in minutes✨

Librelinks Demo

⭐ Features

It has 4 Core Features: |

Feature
| Description | |---|---| | 1. Customize your page | You can easily customize your page with beautiful themes and color palettes | | 2. Keep track of everything | Get useful insights on your profile like the number of views, clicks, countries, devices etc.| | 3. Shareable links | Share your profile everywhere with just one unique link tailor made for you | 4. Privacy centered | All your links belong to you, we do not sell your data.

πŸ“š Tech Stack

|

Category
|
Choice
| Descriptions | | ------------------------------------------- | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Language | JavaScript | JavaScript (JS) is a cross-platform, object-oriented programming language used by developers to make web pages interactive. | | UI Library | React | React’s declarative syntax and component-based architecture make it simple to develop reactive reusable components. | | CSS Framework | Tailwind CSS | Tailwind speeds up development by providing helpful css utilities and removing the need to context switch between jsx and css files. | | Web Framework | NextJS 13 | Next.js supports static site generation and helps build efficient React webpages that support SEO. | | Database | MongoDB & Prisma | MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. | | Analytics | MongoDB & Prisma | Stores page visits locally and powers the analytics dashboard from application data. |

πŸ“ Project Structure

Librelinks is created with the NextJS web framework and follows its project structure.

|

Page Route
| Code Path | Description | | --------------------------------------------- | --------------------------- | ----------------------------------------------- | | / | /index.jsx | Home page/ landing page | | /components | /components | Contains all the components used in the project | | /admin | /admin/index.jsx/ | The user's playground | | /login and /register | /login.jsx or /register.jsx | The pages for authenticating the user | | admin/[page] | admin/[page]/index.jsx/ | Individual page for customizing your profile |

Environment variables πŸ”‘

You need to have the following env variables in your .env file to make the application work properly

DATABASE_URL = XXXXXXX

GOOGLECLIENTID = XXXXXX

GOOGLECLIENTSECRET = XXXXXXXX

NODE_ENV = development

BETTERAUTHURL = http://localhost:3000

BETTERAUTHSECRET = XXXXX

Checkout the .env.example file to learn how to get started.

πŸ’» Local Development

  • Download the repo git clone https://github.com/urdadx/librelinks.git
  • Change the directory cd librelinks
  • Install the dependency npm install
  • Start a development server npm run dev
  • Open your browser and visit http://localhost:3000 to see Librelinks live

Contributing 🀝

We love our contributors! Here's how you can contribute:

  • Open an issue if you believe you've encountered a bug.
  • Make a pull request to add new features/make quality-of-life improvements/fix bugs.

Repo Activity

Alt

Liscence πŸ“

MIT

Give this repo a star ⭐.

Β© 2026 GitRepoTrend Β· urdadx/librelinks Β· Updated daily from GitHub