Skip to content

riostack/Webpilot

 
 

Repository files navigation

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: dev@webpilot.ai

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.

Releases

No releases published

Packages

No packages published

Languages

  • Vue 86.2%
  • TypeScript 10.8%
  • JavaScript 2.2%
  • Other 0.8%