NeonLink
Self-HostedOpen-source bookmark manager and link sharing platform
Overview
NeonLink is an open-source tool for organizing bookmarks and sharing links seamlessly. Users can create collections of bookmarks, add tags, notes, and metadata to each link, and share collections publicly or with specific teams. It supports self-hosting via Docker Compose for easy deployment, features a responsive UI accessible on desktop and mobile, and includes full-text search to quickly find bookmarks. With no third-party tracking, NeonLink prioritizes user privacy, making it ideal for individuals or teams wanting control over their link data.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
neonlink:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: neonlink
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Organize bookmarks into tagged collections with notes
- Share links publicly or privately with team members
- Self-host via Docker Compose for minimal setup
- Full-text search and responsive UI for mobile/desktop
- Privacy-focused with no external data tracking
Frequently Asked Questions
? Is NeonLink hard to install?
No—NeonLink supports self-hosting via Docker Compose, which requires minimal technical knowledge. Simply clone the GitHub repo, adjust environment variables if needed, and run the docker-compose up command. Detailed setup instructions are available in the repo’s README.
? Is it a good alternative to Linktree or Pocket?
Yes—NeonLink combines the core features of both tools: bookmark management (like Pocket) and link sharing (like Linktree) in one open-source package. Unlike proprietary alternatives, it lets you keep your data private by self-hosting and customize the platform to your needs.
? Is it completely free?
Yes—NeonLink is released under the MIT License, making it completely free and open-source. There are no subscription fees, hidden costs, or restrictions on usage; you can self-host, modify, and distribute it without any charges.
Top Alternatives
People Also Ask about NeonLink
Tool Info
Pros
- ⊕ Privacy-first (self-hosted, no third-party access to data)
- ⊕ Easy Docker deployment for quick self-hosting
- ⊕ Combines bookmark management and link sharing in one tool
- ⊕ Open-source (customizable to fit specific needs)
Cons
- ⊖ Requires a server or cloud instance for self-hosting
- ⊖ No native mobile app (relies on PWA for mobile access)
- ⊖ Limited cross-device sync unless using a self-hosted sync solution