Page Assist offers a seamless browser extension that integrates AI capabilities directly into your web interactions. By combining Novita AI with Page Assist, you can unlock a powerful AI-enhanced browsing experience that enhances productivity and insight generation.
This guide will walk you through the process of deploying and running Page Assist with Novita AI to supercharge your web interactions.
How to Integrate Novita AI with Page Assist
You can find the GitHub repository of Page Assist here: n4ze3m/page-assist.
Step 1: Prepare Your Environment
- Install Bun or npm: Follow the installation guide for Bun or use npm as an alternative.
Step 2: Clone Page Assist Repository
- Open your terminal and run:
git clone https://github.com/n4ze3m/page-assist.git
cd page-assist
- Install dependencies using Bun or npm:
Step 3: Build Page Assist Extension
- Build the extension for Chrome (default):
Step 4: Load the Extension
- For Chrome:
- Navigate to
chrome://extensions.
- Enable Developer Mode.
- Click
Load unpacked and select the build/chrome-xxx (e.g. build/chrome-mv3) directory.
- For Firefox:
- Go to
about:addons.
- Click
Extensions tab.
- Click
Manage Your Extensions.
- Select
Load Temporary Add-on and choose the manifest.json file from in the build/firefox-xxx (e.g. build/firefox-mv3) directory.
-
Obtain Your Novita AI API Key:
-
Set Up Novita AI Endpoint:
- In your Page Assist Settings, enter
Open Compatible API to add provider.
- Choose Novita from the
Custom list, and use your API key for authentication.
Step 6: Choose your Model and Test Page Assist with Novita AI
- Choose your model from the model list provided by Novita AI.
- Interact with your Novita AI model by asking questions or analyzing web content.
Last modified on September 1, 2025