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:
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}OPENAI_API_KEY=your_openai_api_key_hereAuto-fetched about 21 hours ago
Auto-fetched about 21 hours ago