Deploy linkpage
FOSS self-hosted link-in-bio page — Linktree alternative with analytics
linkpage
Just deployed
/data
Deploy and Host LinkPage on Railway
LinkPage is a FOSS self-hosted link-in-bio page — a lightweight alternative to Linktree and Campsite.bio. It offers an editorial design, click analytics, OpenGraph metadata fetching, and a Basic Auth admin panel, backed by SQLite.
One-click deploy: https://railway.com/deploy/linkpage
About Hosting LinkPage
This template runs the public Docker image rhnvrm/linkpage:v0.5.0 with a persistent volume at /data for the SQLite database. On start, Railway writes config.toml from environment variables (admin credentials, page title/intro, optional social links) and launches the server on port 8000. Generate a public domain, open the home page, then manage links at /admin with your admin username and password. Schema migrates automatically on first boot.
Common Use Cases
- Personal or creator link-in-bio page on a custom domain
- Team or brand landing page with tracked outbound links
- Self-hosted alternative to Linktree without SaaS lock-in
Dependencies for LinkPage Hosting
- Persistent volume —
/datafor SQLite (app.db) and generated config - Public domain — HTTP access to the page and
/admin - Admin credentials — username and password for the Basic Auth admin panel
Deployment Dependencies
- LinkPage repository
- Public Docker image —
rhnvrm/linkpage:v0.5.0 - Documentation
Implementation Details
At deploy time you mainly set:
LINKPAGE_ADMIN_USERNAME— admin login (defaultadmin)LINKPAGE_ADMIN_PASSWORD— admin password (auto-generated; save it)
Optional: PAGE_TITLE, PAGE_INTRO, and SOCIAL_* URLs. The app image is linux/amd64 only.
Why Deploy LinkPage on Railway?
Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.
By deploying LinkPage on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.
Template Content
linkpage
rhnvrm/linkpage:v0.5.0PAGE_INTRO
PAGE_TITLE
SOCIAL_GITHUB
SOCIAL_TWITTER
SOCIAL_YOUTUBE
SOCIAL_FACEBOOK
SOCIAL_LINKEDIN
SOCIAL_INSTAGRAM
LINKPAGE_ADMIN_USERNAME
