A minimal NextJS web app that lets you search shared ChatGPT links across the web using DuckDuckGo. Built out of curiosity about how rerouting works for ChatGPT URLs discovered through Google dorking and similar scraping techniques.
- Search for shared ChatGPT conversations from one place
- Utilizes DuckDuckGo for clean, anonymous querying
- Simple and fast frontend built with React + Vite
git clone https://github.com/TheAmanM/search-gpt
cd search-gpt
npm install
npm run devThen open your browser at http://localhost:3000
This was a small side project exploring how re-routing and scraping interact with publicly shared ChatGPT links, inspired by the patterns exposed through Google dorking.
