Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.39 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.39 KB

Webpilot

Webpilot is a free, open-source "Copilot for web" that allows you to have free-form conversations with web pages or engage in automatic arguments with other users. Unlike ChatGPT, there is no need to chat or switch web pages, and no need to constantly copy and paste back and forth.

The current version of Webpilot is developed based on gpt-3.5-turbo, which binds some common prompts with shortcut commands, requests API, and displays results to manipulate the selected text on the webpage.

Chrome Extension: Add to Chrome

Official Website: HomePage

Dev Team: [email protected]

Note: Webpilot is currently in Pre-Release version and will be officially released within the next month. It will continue to iterate (and remain open source and free).

Getting Started

First, run the development server:

pnpm dev
# or
npm run dev
# or
yarn dev

Open your Chrome browser and load the appropriate development build:

  1. Go to chrome://extensions.
  2. At the top right, turn on Developer mode.
  3. Click Load unpacked.
  4. Find and select the build/chrome-mv3-dev folder.
  5. Pin this extension to your Chrome toolbar.
  6. After installation, please refresh the page where you want to select text before using this extension.