IBio is a free bio link generator for social media like Instagram, TikTok, etc
You can register, get your link, and share it on your social media.
- Links (Video, Music, Button, Text, Email, Phone)
- Metrics (Charts and Statistics)
- Themes
- Social links
- Admin dashboard
- 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
php artisan storage:link
iBio now has an admin dashboard 🎉
The default path is /admin
There is a separate table named admins
to hold admin accounts.
php artisan admin:make "name" "email" "password"
To deploy the app into production you can use VitoDeploy
The back-end has been developed with Laravel framework 9
The database is Mysql or MariaDB
The front-end has been developed with Vue.js 2, Inertia.js, and Tailwindcss 2
Admin Dashboard
Charts
Chart.js with Vue Charts
Icons
Other
Front-End routes by tighten
IP to location saeedvaziry
User-Agent by jenssegers
In case you see any security issues please send them to me directly at ([email protected]) or create an issue.
This software is licensed under MIT. Check the license here