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.
- 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
- 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)
-
Clone the repository
git clone https://github.com/dommangetnicolas/linkedin-boost.git cd link-pilot -
Install dependencies
npm install
-
Configure Supabase
- Copy the example config file:
cp config.example.js config.js
- Open
config.jsand add your Supabase project URL and anon key - You can get these from your Supabase project settings
- Copy the example config file:
-
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-pilotdirectory
- Open Chrome and navigate to
-
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
- Navigate to LinkedIn
- Click the LinkPilot extension icon to access features
- Create custom lists to organize creators and connections
- Use AI-powered features to enhance your LinkedIn productivity
- Frontend: Vanilla JavaScript with Chrome Extension APIs
- Backend: Supabase (Authentication & Database)
- AI: OpenAI API
- Styling: Custom CSS with LinkedIn-inspired design
This extension was vibe-coded using Claude Code - an AI-powered development tool that helped bring this project to life quickly and efficiently.
Contributions are welcome! Feel free to open issues or submit pull requests.
ISC
Built with Claude Code