{"id":24782205,"url":"https://github.com/abhinav-reddy-k/workday-copilot","last_synced_at":"2026-05-08T18:33:04.201Z","repository":{"id":274555823,"uuid":"923268541","full_name":"Abhinav-Reddy-k/workday-copilot","owner":"Abhinav-Reddy-k","description":"Workday Copilot: A privacy-focused Chrome extension that automates job applications on Workday using local LLMs. Built with WXT, it intelligently fills forms, manages resume data, and handles navigation - all while keeping your data on your machine.","archived":false,"fork":false,"pushed_at":"2025-02-04T03:51:25.000Z","size":6167,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T04:28:53.318Z","etag":null,"topics":["ai-automation","chrome-extension","form-autofill","job-application","local-llm","react","resume-parser","typescript","workday","wxt"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abhinav-Reddy-k.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-27T23:21:01.000Z","updated_at":"2025-02-04T03:51:28.000Z","dependencies_parsed_at":"2025-01-28T02:28:50.988Z","dependency_job_id":"6efd25b0-91fc-4682-a56a-5305bcea57bb","html_url":"https://github.com/Abhinav-Reddy-k/workday-copilot","commit_stats":null,"previous_names":["abhinav-reddy-k/workday-copilot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-Reddy-k%2Fworkday-copilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-Reddy-k%2Fworkday-copilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-Reddy-k%2Fworkday-copilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abhinav-Reddy-k%2Fworkday-copilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abhinav-Reddy-k","download_url":"https://codeload.github.com/Abhinav-Reddy-k/workday-copilot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245214691,"owners_count":20578838,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-automation","chrome-extension","form-autofill","job-application","local-llm","react","resume-parser","typescript","workday","wxt"],"created_at":"2025-01-29T11:16:30.359Z","updated_at":"2026-05-08T18:33:04.186Z","avatar_url":"https://github.com/Abhinav-Reddy-k.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workday Copilot 🤖\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![WXT](https://img.shields.io/badge/Built%20with-WXT-blue)\n![Local LLM](https://img.shields.io/badge/Powered%20by-Local%20LLM-green)\n\nA Chrome extension built with WXT that automates Workday job application forms using local LLM integration. Save time by automatically filling out job applications with your saved resume data.\n\n## 🎥 Demo\n\n![Workday Copilot Promo](assets/big%20promo.png)\n![Workday Copilot Promo](assets/promo%20demo.png)\n\n## 🌟 Features\n\n- **Local LLM Integration**: Privacy-focused form filling using your local machine's computing power\n- **Smart Form Detection**: Automatically identifies and fills Workday application forms\n- **Resume Data Management**: Save and manage resume data.\n- **Automatic Navigation**: Seamlessly moves through application pages\n- **Error Recovery**: Intelligent retry mechanism for failed form fields\n- **Privacy First**: All data stays on your local machine\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- pnpm\n- Chrome/Chromium browser\n- LM Studio installed\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/workday-copilot.git\ncd workday-copilot\n```\n\n2. Install dependencies:\n\n```bash\npnpm install\n```\n\n3. Start development server:\n\n```bash\npnpm dev\n```\n\n4. Build for production (optional):\n\n```bash\npnpm build\n```\n\n### Local LLM Setup\n\n1. Download and install [LM Studio](https://lmstudio.ai)\n2. Download your preferred model from Hugging Face\n   - Recommended models:\n     - Mixtral\n     - Llama 2\n     - OpenHermes\n3. Load the model in LM Studio and start the local API server\n4. Update the model endpoint in the extension configuration\n\n## 💡 Usage\n\n1. **Initial Setup**\n\n   - Install the extension\n   - Open extension popup\n   - Navigate to settings\n   - Add your resume data\n\n2. **Using the Extension**\n\n   - Navigate to any Workday job application\n   - Click the extension icon\n   - Select your resume profile\n   - Click \"Start Autofill\"\n\n3. **Managing Data**\n   - Access saved data through the extension popup\n   - Edit or delete existing data\n\n## 🛠️ Technical Details\n\n### Architecture\n\n```\nworkday-copilot/\n├── src/\n│   ├── components/       # React components\n│   ├── content/         # Content scripts\n│   ├── background/      # Service worker\n│   ├── popup/          # Extension popup\n│   ├── utils/          # Utility functions\n│   └── types/          # TypeScript types\n├── public/             # Static assets\n└── wxt.config.ts       # WXT configuration\n```\n\n### Tech Stack\n\n- 🛠️ WXT (Web Extension Tools)\n- ⚛️ React + TypeScript\n- 🎨 TailwindCSS\n- 🤖 Local LLM Integration\n- 📦 pnpm for package management\n\n![Promo Copilot](assets/promo%20copilot.png)\n\n![Promo Demo](assets/promo%20demo.png)\n\n## 🤝 Contributing\n\nWe love contributions! Please follow these steps:\n\n1. Fork the repository\n2. Create a feature branch\n\n```bash\ngit checkout -b feature/amazing-feature\n```\n\n3. Commit your changes\n\n```bash\ngit commit -m 'Add some amazing feature'\n```\n\n4. Push to your branch\n\n```bash\ngit push origin feature/amazing-feature\n```\n\n5. Open a Pull Request\n\n### Development Guidelines\n\n- Follow the existing code style\n- Add tests for new features\n- Update documentation as needed\n- Ensure all tests pass before submitting PR\n- Add meaningful commit messages\n\n## 🧪 Testing\n\n```bash\n# Run unit tests\npnpm test\n\n# Run e2e tests\npnpm test:e2e\n\n# Run linting\npnpm lint\n```\n\n## 📝 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🔮 Roadmap\n\n- [ ] Support for multiple job board platforms\n- [ ] AI-powered cover letter generation\n- [ ] Custom form field mapping\n- [ ] Resume parsing improvements\n- [ ] Multi-language support\n\n## ⚠️ Troubleshooting\n\n### Common Issues\n\n1. **LLM Connection Failed**\n\n   - Ensure LM Studio is running\n   - Check if the API endpoint is correct\n   - Verify model is properly loaded\n\n2. **Form Fill Errors**\n   - Check console for specific error messages\n   - Verify resume data format\n   - Ensure all required fields have mappings\n\n## 📞 Support\n\n- Create an issue in the GitHub repository\n- Join our [Discord community](your-discord-link)\n- Check the [FAQ](link-to-faq) section\n\n## 🙏 Acknowledgments\n\n- WXT team for the amazing extension framework\n- LM Studio for local LLM capabilities\n- All our contributors and supporters\n\n---\n\nMade with ❤️ by the open-source community\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav-reddy-k%2Fworkday-copilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhinav-reddy-k%2Fworkday-copilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhinav-reddy-k%2Fworkday-copilot/lists"}