An AI-powered browser extension that intelligently fills out web forms with realistic sample data — perfect for developers, testers, and QA workflows.
- Context-aware autofill using:
- Input field names
- Placeholder, label, title, aria-* attributes
- Nearby text and section headers
- Uses OpenAI API to generate realistic sample input
- Secure: users connect with their own API key
- Lightweight and fast – works on most standard forms
🧪 Currently supports only OpenAI as a provider.
✨ Want to add support for Gemini, Claude, or others?
👉 Contribute via PR!
- React (TypeScript)
- TailwindCSS
- Vite (for bundling)
- Clone the repository
https://github.com/Safvan-tsy/mock-pilot - Install dependencies
npm install - Build in watch mode
npm run watch - Load the extension:
- Open
chrome://extensions/ - Enable Developer Mode
- Click Load unpacked
- Select the
dist/directory
- Open
To use the extension:
- Open the extension popup
- Select Provider, Model and Enter your API key
- Enable the extension toggle
The key is stored locally and never sent to any third-party server.
To create a production build:
npm run build