Skip to content

pengwk/Fluentify

 
 

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 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

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.

Webpilot

Webpilot是一个免费、开源的“Copilot for web”。可以让你和网页自由对话,或者和网友自动吵架。与ChatGPT不同,无需聊天或切换页面,也无需来回的复制和粘贴。

当前版本的 Webpilot 是基于 gpt-3.5-turbo 开发的,它将一些常见的提示语句与快捷指令绑定,通过 API 请求并展示结果来实现对网页中选中文本的操作。

Chrome 插件:获取

Webpilot 官网:访问

注意:Webpilot 目前处于 Pre-Release 版本,会在最近1个月内推出正式版,并不断进行迭代(会一直保持开源&免费)。

入门指南

首先,运行:

pnpm dev
# 或者
npm run dev
# 或者
yarn dev

打开 Chrome 浏览器,加载相应的开发构建:

  1. 打开 chrome://extensions。
  2. 在右上角打开开发者模式。
  3. 点击“加载已解压的扩展程序”。
  4. 找到并选择 build/chrome-mv3-dev 文件夹。
  5. 将此扩展程序固定到 Chrome 工具栏上。
  6. 安装完成后,请先刷新要选中文字的页面,再使用本插件。

其他

希望 Webpilot 这个项目可以成为 GPT Coplit for X,一个傻瓜的、免费的生产力工具,AI for All。

欢迎各位大佬(尤其是精通前端的大佬)一起来完善这个项目,感兴趣的话,可以加个微信: CocoSgt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.6%
  • SCSS 2.2%
  • JavaScript 2.1%
  • Shell 0.1%