AI-powered network analysis tool that captures HTTP requests and uses Google Gemini AI to analyze them and generate code.
Created by: blazfxx
Community: Join Discord
- Install dependencies:
npm install-
Get a free Gemini API key from https://aistudio.google.com/
-
Create
.env.localfile:
NEXT_PUBLIC_GEMINI_API_KEY=your_api_key_here- Build the Chrome extension:
npm run build:extension-
Load extension in Chrome:
- Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select
extension/buildfolder
- Go to
-
Start the dashboard:
npm run dev- Start Capturing: Click the extension icon → "Start Recording"
- Browse: Visit any website to capture network requests
- Analyze: Open the dashboard to see all captured requests
- Ask AI: Use the AI chat to analyze requests or generate code
- View Code: All generated code is auto-saved to the Code Library
- Real-time network request capture
- AI-powered request analysis
- Automatic code generation (Python, JavaScript, cURL)
- Code library with search and filters
- Resizable panels
- Dark mode UI
- Next.js 14 + React + TypeScript
- Tailwind CSS
- Google Gemini AI
- Chrome Extension (Manifest V3)
- 💬 Discord: Join our community
- 🐙 GitHub: @blazfxx
- ⭐ Star this repo if you find it useful!
MIT License - Created by blazfxx
Need help? Join our Discord server for support and discussions!