Favicon of Grimoire

Grimoire

Conjure order from bookmark chaos. Automatically fetches page titles, images, and content. Keep your links private with this open-source, self-hosted manager.

Conquer the chaos of your digital bookmarks with a touch of magic. This tool acts as your personal spellbook for the web, designed to bring order to your saved links. Simply provide a URL, and it will automatically fetch the page's title, description, main image, and even its content, creating a rich, organized collection without manual effort.

Designed for every user, regardless of their technical skill, this tool is incredibly easy to use. The true power lies in its foundation: it is open-source and can be hosted on your own server. This means you never have to trust a third party with your valuable collection of links, ensuring complete privacy and control over your data.

Key features include:

  • Automatic Metadata Fetching: Saves time by pulling key information from any URL.
  • Simple User Interface: Built to be intuitive and straightforward for all users.
  • Open-Source: Provides full transparency and the ability to contribute.
  • Self-Hosted: Guarantees your data remains private and under your control.

Directory Structure

grimoire
data
.env
docker-compose.yml

docker-compose.yml

services:
  grimoire:
    image: goniszewski/grimoire:latest
    container_name: grimoire
    restart: unless-stopped
    ports:
      - "8080:80"
    volumes:
      - ./data:/app/data
    environment:
      - ORIGIN=http://localhost:8080
      - OPENAI_API_KEY=${OPENAI_API_KEY}

.env

OPENAI_API_KEY=your_openai_api_key_here
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Grimoire

Favicon

 

  
  
Favicon

 

  
  
Favicon