hrwtech / librelinks

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

Home Page:https://librelinks.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 manage their links and content created on social media through a single link.

Give us a star ⭐.

Official site: https://librelinks.me

An example Librelinks page: https://librelinks.me/maayez

βš’οΈ 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 Tinybird A realtime analytics platform for data and engineering teams.

πŸ“ 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

DEV_GITHUB_CLIENT_ID = XXXXXX

DEV_GITHUB_CLIENT_SECRET = XXXXXX

GOOGLE_CLIENT_ID = XXXXXX

GOOGLE_CLIENT_SECRET = XXXXXXXX

NODE_ENV = development

NEXTAUTH_JWT_SECRET = XXXXX

NEXTAUTH_SECRET = XXXXX

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

πŸ’» Local Development

  1. Download the repo git clone https://github.com/urdadx/librelinks.git
  2. Change the directory cd librelinks
  3. Install the dependency npm install
  4. Start a development server npm run dev
  5. 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 ⭐.

About

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

https://librelinks.me


Languages

Language:JavaScript 95.9%Language:CSS 4.0%Language:Shell 0.0%