Back to Projects
Laravel 12PHP 8.2SQLiteFullstack

BioLinks

BioLinks is a web application that lets users register, configure a unique handler, upload a profile photo, manage social/content links, reorder them, and publish everything on a public page. It includes authentication, profile management, link CRUD, ordering controls, and public profile rendering by handler.

The Problem

"Users needed a simple way to centralize multiple links in one public URL and manage them easily without editing code."

The Solution

Built a full Laravel application with auth, profile editing, handler validation, link creation/editing/deletion, drag-like ordering controls (up/down), and a public page at /{handler} to share all links.

Unique public handler validation
Profile photo upload and customization
Link CRUD with ordering controls
Public profile page by handler
Stack:Laravel 12PHP 8.2SQLiteBladeTailwind CSSDaisyUIVite
// End of fileView All Projects ->