WHAT IS IT?
A self-hosted link page, the "link in bio" you put in an Instagram or Twitter profile, as an alternative to Linktree. It is a Laravel (PHP) application, SQLite by default and MySQL if needed, that you drop on any web host or run through the official Docker image. On first access, a setup wizard configures the instance.
WHY IS IT INTERESTING?
- No-terminal install: the release archive goes into the website root, shared hosting is enough, and the web wizard handles the rest. The
linkstackorg/linkstackDocker image covers the other scenario. - Multi-user: each registered user gets their own link page, and an admin panel centralizes account management. A single instance can serve a whole team or community.
- Community themes: a gallery of contributed themes, installed by drag and drop, with no code changes.
- One-click updates: the built-in updater applies the new version after an automatic backup.
- QR codes and vCard: every profile can be shared as a QR code and exported as a vCard.
USE CASES
- The single bio link on Instagram, TikTok or Twitter that groups everything, without depending on Linktree or its branding.
- A contact page for a freelancer or a nonprofit: socials, website, calendar and donations in one place.
- A shared instance for team members, each with their own page.
- A digital business card: QR code on a booth or a resume, downloadable vCard.
One thing to check before forking: the license is AGPL-3.0, so any modification must be published, including when the instance is only used as a network service.
