Easy WebsiteGPT is a Chrome extension that allows you to chat with any webpage using OpenAI's GPT model. Simply install the extension, add your OpenAI API key, and start asking questions about the content of any webpage you're viewing.
- π Chat with any webpage using OpenAI's GPT model
- π¬ Real-time streaming responses
- π¨ Beautiful and responsive UI with animations
- πΎ Local storage for chat history and settings
- π± Compact and user-friendly interface
- π Conversation reset functionality
- βοΈ Advanced settings page
- Frontend Framework: React + TypeScript
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Animations: Framer Motion
- Markdown Rendering: React Markdown
- API Integration: OpenAI API
- Build Tool: Vite
- Extension Framework: Chrome Extensions API
- Node.js (v16 or higher)
- npm or yarn
- Chrome browser
- OpenAI API key (Get one here)
- Clone the repository:
git clone https://github.com/aleksa-codes/easy-website-gpt.git
cd easy-website-gpt
- Install dependencies:
npm install
# or
yarn install
- Build the extension:
npm run build
# or
yarn build
- Load the extension in Chrome:
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" in the top left
- Select the
dist
folder from the project directory
- Open Chrome and navigate to
- Get your OpenAI API key from OpenAI's platform
- Click the extension icon in Chrome
- Open settings (gear icon)
- Enter your OpenAI API key
- Click "Save Key"
- Start chatting with any webpage!
- Navigate to any webpage you want to chat about
- Click the Easy WebsiteGPT extension icon
- Type your question in the input field
- Press Enter or click the Send button
- Receive AI-powered responses based on the page content
- Smart Content Processing: Automatically extracts and processes relevant content from webpages
- Streaming Responses: See the AI's response in real-time as it's being generated
- Chat History: Conversations are saved per webpage and persist between sessions
- Message Limit: Maximum of 20 messages per conversation to ensure optimal performance
- Reset Conversation: Clear the current conversation with one click
- Advanced Settings: Configure your API key and other settings in the options page
- API keys are stored securely in Chrome's storage system
- Page content is processed locally before being sent to OpenAI
- No data is stored on external servers
- You have full control over your data with easy clear/reset options
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create your feature branch:
git checkout -b feature/AmazingFeature
- Commit your changes:
git commit -m 'Add some AmazingFeature'
- Push to the branch:
git push origin feature/AmazingFeature
- Open a Pull Request
- Follow the existing code style and conventions
- Write clear commit messages
- Add appropriate documentation
- Test your changes thoroughly
- Update the README if needed
This project is licensed under the MIT License - see the LICENSE file for details.
Made with β€οΈ by aleksa.codes