Skip to content

dommangetnicolas/link-pilot

Repository files navigation

LinkPilot

AI-powered LinkedIn productivity extension to supercharge your networking game

LinkPilot is a Chrome extension that adds intelligent features to LinkedIn, helping you manage creator lists, organize connections, and enhance your LinkedIn experience with AI-powered insights.

Features

  • Creator Lists Management: Organize LinkedIn profiles into custom lists for better tracking
  • AI-Powered Insights: Leverage OpenAI to analyze and understand your network
  • Secure Authentication: User authentication powered by Supabase
  • LinkedIn Integration: Seamlessly integrated into your LinkedIn browsing experience

Installation

Prerequisites

  • Google Chrome or any Chromium-based browser
  • Node.js and npm installed on your machine
  • A Supabase account (for authentication and data storage)
  • An OpenAI API key (for AI features)

Setup Instructions

  1. Clone the repository

    git clone https://github.com/dommangetnicolas/linkedin-boost.git
    cd link-pilot
  2. Install dependencies

    npm install
  3. Configure Supabase

    • Copy the example config file:
      cp config.example.js config.js
    • Open config.js and add your Supabase project URL and anon key
    • You can get these from your Supabase project settings
  4. Load the extension in Chrome

    • Open Chrome and navigate to chrome://extensions/
    • Enable "Developer mode" in the top right
    • Click "Load unpacked"
    • Select the link-pilot directory
  5. Configure the extension

    • Click the LinkPilot icon in your Chrome toolbar
    • Sign up or sign in with your email
    • Add your OpenAI API key in the settings

Usage

  1. Navigate to LinkedIn
  2. Click the LinkPilot extension icon to access features
  3. Create custom lists to organize creators and connections
  4. Use AI-powered features to enhance your LinkedIn productivity

Tech Stack

  • Frontend: Vanilla JavaScript with Chrome Extension APIs
  • Backend: Supabase (Authentication & Database)
  • AI: OpenAI API
  • Styling: Custom CSS with LinkedIn-inspired design

Development

This extension was vibe-coded using Claude Code - an AI-powered development tool that helped bring this project to life quickly and efficiently.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests.

License

ISC


Built with Claude Code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published