Remove AI Overview is an open source browser extension which allows you to remove AI Overview sections from Google's search page.
This repo is made up of:
- The website (Astro + React)
- The web analytics service (Umami)
- The reverse proxy (Caddy)
The repo for the actual extension can be found here
Clone the project
git clone https://github.com/kakajuro/remove-ai-overview-backend.git my-project
Go to the project directory
cd my-project
For the website:
cd web
yarn dev
The production build can be ran through the other compose file. This will include the previous services as well as the web analytics.
docker compose up -d
Also make sure to replace the env.example files with .env files in these file locations:
caddy/.env
umami/.env
This project is licensed under the GPLv3 License - see LICENSE.md file for more information