Favicon of Linkwarden

Linkwarden

Collect, read, and annotate online content. Preserve every page permanently and find anything instantly with AI-powered organization and advanced search.

Tired of broken links and vanished web pages? This tool redefines bookmarking by helping you collect, read, annotate, and fully preserve what matters. Unlike traditional bookmarks that often disappear, it backs up every page in multiple formats, including full HTML, ensuring you always have access to the original content.

Dive into your saved articles with a dedicated, distraction-free reader view. Here you can adjust fonts, highlight important text, and add your own annotations. Finding what you need is simple thanks to AI-powered tagging and advanced search filters that automatically categorize your bookmarks.

Key features include:

  • Collaboration: Invite friends or teammates to contribute to shared collections for research or content planning.
  • RSS Feeds: Follow your favorite RSS feeds directly within your collections.
  • Browser Extension: Easily collect webpages directly from your browser.
  • Open Source: The entire source code is available for transparency, and you have the option to self-host.

Directory Structure

linkwarden
data
pgdata
.env
docker-compose.yml

docker-compose.yml

services:
  postgres:
    image: postgres:16-alpine
    restart: always
    environment:
      POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
    volumes:
      - ./pgdata:/var/lib/postgresql/data

  linkwarden:
    image: ghcr.io/linkwarden/linkwarden:latest
    restart: always
    environment:
      DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD}@postgres:5432/postgres
      NEXTAUTH_URL: http://localhost:3000
      NEXTAUTH_SECRET: ${NEXTAUTH_SECRET}
    ports:
      - 3000:3000
    volumes:
      - ./data:/data/data
    depends_on:
      - postgres

.env

POSTGRES_PASSWORD=your_secure_password_here
NEXTAUTH_SECRET=your_generated_secret_string_here
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Linkwarden

Favicon

 

  
  
Favicon

 

  
  
Favicon