IBio is a free bio link generator for social media like Instagram, TikTok, etc
You can register and get your link and share it on your social media.
The master branch is available on https://ibio.link
Sample link: https://ibio.link/saeedvaziry
- Install dependencies
# development
composer install
# production
composer install --no-dev
-
Create
.env
from.env.example
and fill it according to your configs -
Generate key
php artisan key:generate
- Run the migrations
php artisan migrate
The back-end has been developed with Laravel framework 8
Database is Mysql or Mariadb
The front-end has been developed with Vue.js 2, Inertia.js, and Tailwindcss 2
Charts
Chart.js with Vue Charts
Icons
Fontawesome and FlatIcon
Other
Two-factor authentication by pragmarx
Front-End routes by tighten
IP to location package by myself :) saeedvaziry
User-Agent by jenssegers
In case you see any security issues please send it to me directly at (sa.vaziry@gmail.com) or create an issue
The source code is licensed under The MIT License (MIT).