Files
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00

32 lines
1.3 KiB
Plaintext

---
title: "Linkding"
description: "A self-hosted bookmark manager designed to be minimal, fast, and easy to set up."
og:
description: "A self-hosted bookmark manager designed to be minimal, fast, and easy to set up."
category: "Bookmarks"
icon: "/docs/images/services/linkding-logo.svg"
---
# Linkding
<ZoomImage src="/docs/images/services/linkding-logo.svg" alt="Linkding logo" />
## What is Linkding?
Linkding is a minimalist, self-hosted bookmark manager that focuses on simplicity and performance. It provides a clean interface for saving, organizing, and searching your bookmarks.
## Different Versions of Linkding
Linkding is available in two versions:
| Version | Description |
|-----------------|-------------|
| `latest` | Provides the basic functionality of linkding |
| `plus` | Includes feature for archiving websites as HTML snapshots. Note: This version has a significantly larger image size as it includes a Chromium installation, requires more runtime memory to run Chromium, and requires more disk space for storing HTML snapshots |
## Links
- [Official website](https://linkding.link/?utm_source=coolify.io)
- [Documentation](https://linkding.link/installation/)
- [GitHub](https://github.com/sissbruecker/linkding?utm_source=coolify.io)