-
Notifications
You must be signed in to change notification settings - Fork 173
Description
/bounty 100
build more examples, apps!
π§ High-Value Terminator Apps
| # | Name | Problem Solved | MVP Implementation (max 1-week) | Reward |
|---|---|---|---|---|
| 1 | MedClaim AutoFill | Manual claim PDF β EMR UI fill | Parse fixed PDF β autofill 5 fields in dummy EMR desktop app | $300 |
| 2 | HotelSync Pro | Manual hotel email β portal update | Watch folder for email PDFs β extract 3 fields β auto-fill web UI | $250 |
| 3 | FormFiller Pro | W-9 forms filled manually | Load W-9 PDF β auto-fill 7 fields in Acrobat via accessibility API | $200 |
| 4 | SAP Data Bridge | Manual SAP UI data entry | Dummy SAP-like app β read JSON β fill 5 fields via Terminator | $300 |
| 5 | TravelDesk Connector | Copy-paste between FreshDesk and Amadeus | Copy ticket ID from one app β paste to second via window switch + keyboard | $200 |
| 6 | CAPTCHASolver Ent. | Manual CAPTCHA solving | Auto-fill login form β fake CAPTCHA image β user prompt + form submit | $250 |
| 7 | VisaDoc Processor | Visa form data from scanned PDF | OCR 3 fields from fixed visa PDF β auto-fill US gov form page | $200 |
| 8 | BPO Accelerator | Manual Excel-to-form copy-paste | Load Excel row β match to form fields in dummy app β fill & log | $300 |
| 9 | ConsultantRPA | Need for white-label simple RPA | Build template-based Terminator CLI with 1 sample config + branding toggle | $200 |
| 10 | WorkflowSensor | Unseen repetitive work | Log active window + keystrokes for 2 apps β output JSON | $150 |
| 11 | ExcelToLegacyBot | Manual Excel β legacy tool entry | Excel watcher β fill dummy legacy form with 5 fields | $200 |
| 12 | ClipboardTriggerBot | Clipboard β form filler | On Ctrl+Shift+F β paste structured clipboard text into 3 form fields | $150 |
| 13 | InsurancePDFParser | Insurance data to structured JSON | Parse 3 fields from fixed claim PDF β export to JSON | $150 |
| 14 | PDFFormMapper | Unstructured form field labeling | Load PDF β output guessed field names as JSON | $150 |
| 15 | AuditTrail Recorder | Need UI activity logs for compliance | Capture click/window/fill events in CSV with timestamps | $200 |
| 16 | InboxToFormBot | Email order β form entry | Drag email (EML or PDF) β extract 2 fields β fill into form in app | $200 |
| 17 | LegacyHRBot | Resume β onboarding app fill | Extract name + phone from resume β fill onboarding form in dummy app | $150 |
| 18 | WindowsLoginAutomator | Repeat logins to portals | Open dummy login UI β auto-enter credentials from config | $150 |
| 19 | GovForm AutoFiller | Tedious gov form input | Fill IRS/visa PDF from sample JSON using keyboard events | $200 |
| 20 | ClaimCheck Validator | Double entry QA for claims | Extract from form + compare with PDF β mark match/mismatch in UI | $200 |
focus on Copilot experience instead of Autopilot for now (eg human in the loop) as it's easier to do for now
quality will influence the bounty size
you can use Typescript, Python, or Tauri, Rust as you prefer (will influence bounty) (we usually prefer tauri or rust as it's easier to share with non technical users)
if you use tauri, feel free to use the pre-built server running on the side on your machine and use the TS SDK from UI, i can help/do the packaging into standalone app later
if these are too complex feel free to suggest simpler
we're looking for quality examples / apps though, rule of thumb is that if I can vibe code the thing you did in a single OpenAI Codex prompt, you probably did not work hard enough.