gitwtfhub

wtf is link-mind?

abhixramm/link-mind — explained in plain English

Analysis updated 2026-07-25

1JavaScriptAudience · vibe coderComplexity · 2/5Setup · moderate

TL;DR

A Chrome extension that saves and organizes your web bookmarks using AI to automatically sort them into categories based on page titles and web addresses.

Mindmap

mindmap
  root((repo))
    What it does
      Save web bookmarks
      AI auto categorization
      Local data storage
    Interface
      Floating page button
      Toolbar popup menu
      Full dashboard view
    AI Features
      YouTube topic tagging
      Streaming genre tagging
      Domain based grouping
    Requirements
      Gemini API key
      Chrome dev mode
      Manual folder load
    Use cases
      Organize research links
      Bookmark YouTube videos
      Export bookmark backups

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Automatically sort saved YouTube videos and streaming content into topical categories.

REASON 2

Search and manage a large personal collection of bookmarks from a dashboard.

REASON 3

Export bookmarks as a backup file and import them later.

REASON 4

Quickly save the current browser tab into an organized category.

What's in the stack?

JavaScriptChrome ExtensionGoogle Gemini AI

How it stacks up

abhixramm/link-mind0xmukesh/docusaurus-tutorial1tsmejp/palworld-docker-wine
Stars111
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-12-27
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity2/52/54/5
Audiencevibe coderdeveloperops devops

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · moderate Time to first run · 5min

Requires providing your own Google Gemini API key and loading the unpacked folder in Chrome developer mode.

The explanation does not mention a license, so it is unknown what permissions are granted for using this code.

Wtf does this do

{"i":0,"repo":"AbhixRamm/LINK-MIND","stars":1,"lang":"JavaScript","ok":true,"char_count":1813,"text":"LINK MIND is a Chrome extension that helps you save and organize web bookmarks. When you save a page, it uses Google Gemini 3.5 Flash, an AI model, to automatically figure out what category the link belongs to based on the page title and web address. The extension keeps everything stored locally on your computer, so your bookmark data is not sent to external servers except when the AI does the categorization.\n\nThe extension adds a small floating button onto the pages you visit, positioned at the bottom right of the screen. From there you can save the current page, mark it as a favorite, categorize it, or delete it without having to open a separate window. There is also a compact popup menu you access by clicking the extension icon in the browser toolbar, where you can save the active tab with one click, pick categories by hand, search your saved links, and see recently added pages.\n\nA separate dashboard view gives you a fuller picture of your bookmarks. It has a sidebar that groups links by category with live counts, statistics on how many bookmarks and favorites you have, and a search tool that lets you filter by title, web address, or category. You can rename link titles directly in the dashboard grid, sort links by date or alphabetically, and export your bookmarks as a backup file or import them back in.\n\nThe AI categorization follows some specific rules. YouTube videos get labeled by their topic or creator content, like \"Youtube, Coding.\" Streaming sites like Netflix get labeled by genre, such as \"Netflix, Action.\" Other websites get grouped under their domain name, like \"Github.com\" or \"Wikipedia.org.\" To enable this feature, you need to provide your own Google Gemini API key in the dashboard settings.\n\nThe visual design uses a dark theme with obsidian black backgrounds and ruby red accent colors. It supports both dark and light modes. To install it, you load the project folder as an unpacked extension in Chrome's developer mode.","error":null}

Yoink these prompts

Prompt 1
Help me extend the LINK MIND Chrome extension to add a new AI category rule for Reddit posts, grouping them by subreddit name.
Prompt 2
Generate the JavaScript code for a new dashboard button in LINK MIND that exports bookmarks as a CSV file instead of JSON.
Prompt 3
Write a function for the LINK MIND extension that manually triggers re-categorization of all existing bookmarks using the Gemini API.
Prompt 4
Explain how to update the manifest.json in the LINK MIND project to publish it to the Chrome Web Store.

Frequently asked questions

wtf is link-mind?

A Chrome extension that saves and organizes your web bookmarks using AI to automatically sort them into categories based on page titles and web addresses.

What language is link-mind written in?

Mainly JavaScript. The stack also includes JavaScript, Chrome Extension, Google Gemini AI.

What license does link-mind use?

The explanation does not mention a license, so it is unknown what permissions are granted for using this code.

How hard is link-mind to set up?

Setup difficulty is rated moderate, with roughly 5min to a first successful run.

Who is link-mind for?

Mainly vibe coder.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.