Slash
Self-HostedOpen-source bookmark manager & knowledge base with shortcut support
Overview
Slash is an open-source bookmark manager and lightweight knowledge base designed to organize links, notes, and resources efficiently. It offers a searchable interface, markdown note attachments for links, and keyboard shortcuts for quick navigation. Slash integrates with browsers via extensions for easy saving and supports self-hosting through Docker Compose, giving full control over your data. Ideal for replacing proprietary tools with a privacy-focused alternative for individuals or teams.
Self-Hosting Resources
Below is a reference structure for docker-compose.yml.
⚠️ Do NOT run blindly. Replace placeholders with official values.
version: '3'
services:
slash:
image: <OFFICIAL_IMAGE_NAME>:latest
container_name: slash
ports:
- "8080:<APP_INTERNAL_PORT>"
volumes:
- ./data:/app/data
restart: unless-stopped Key Features
- Searchable bookmark management with markdown notes
- Keyboard shortcut-driven navigation for fast access
- Docker-based self-hosting for data privacy control
Frequently Asked Questions
? Is Slash hard to install?
No—Slash uses Docker Compose for simplified deployment. You only need Docker and Docker Compose installed on your server. Follow the GitHub repo's instructions: clone the repo, configure environment variables (like database credentials), run the compose command, and access Slash via your server's URL.
? Is Slash a good alternative to Raindrop.io?
Yes—Slash provides core bookmark features like tagging and search similar to Raindrop.io, but with full self-hosting for privacy. It lacks some advanced features (e.g., visual boards) but offers open-source flexibility and no subscription costs.
? Is Slash completely free?
Yes—Slash is open-source under the MIT License. You can download, self-host, and modify it without any cost. All core features are available for free, with no hidden premium tiers for the self-hosted version.
Top Alternatives
People Also Ask about Slash
Tool Info
Pros
- ⊕ Privacy-focused (self-hosted data ownership)
- ⊕ No subscription fees (open-source MIT License)
- ⊕ Browser extension integration for easy link saving
Cons
- ⊖ Requires basic Docker/server knowledge for setup
- ⊖ Limited mobile app functionality compared to proprietary tools
- ⊖ Fewer advanced features (e.g., visual boards) than Raindrop.io