// the find
LinkStackOrg/LinkStack
LinkStack - the ultimate solution for creating a personalized & professional profile page. Showcase all your important links in one place, forget the limitation of one link on social media. Set up your personal site on your own server with just a few clicks.
A self-hosted Linktree alternative built on Laravel. You get a multi-user profile page platform you can run on your own server — one admin, multiple user accounts, each with their own public link page. Aimed at people who want the Linktree feature set without giving their data to a SaaS.
Zero-CLI setup is genuine — drop the folder on a web host and run through a wizard, which actually works as described. Multi-tenant out of the box: the admin panel lets you manage other users' pages, making this usable for small teams or communities, not just solo use. Docker image is Alpine-based and kept current (PHP 8.2, last push July 2026). Theme system is extensible via uploaded CSS zip files, and the community has built real themes — that's a working contribution loop, not just a checkbox.
The auto-updater warns in the README that it can fail silently and stay on the old version if PHP dependencies don't match — silent failures on a self-hosted production tool are bad. Switching from the default SQLite to MySQL means backups no longer include the database, which is an easy way to lose data during an OS migration. The assets directory ships vendored copies of jQuery 1.11, 1.12, and 3.4 alongside Bootstrap and FontAwesome rather than using a proper asset pipeline, so security patching those dependencies requires manual find-and-replace. AGPL v3 since v4.0.0 means any organization that customizes the code must publish those changes — a real constraint for businesses that want a private fork.