FormPilot-AntD

Fill long job-application forms in 30 seconds, not 30 minutes. Extract schema, plan with any LLM, replay into the live form.

No API Key No Cloud Calls Zero Per-Fill Cost LLM-Agnostic
Try Demo โ†’ GitHub Repo v1.0.0 Release

๐ŸŽฎ Online Demo Available!

Try FormPilot-AntD against a live Ant Design recruitment form โ€” no login, no target site needed.

Open Demo Form

How It Works

1

DUMP

Local Playwright script extracts the Ant Design form schema + LLM prompt

โ†’
2

PLAN

Paste prompt into ANY LLM client (Doubao / DeepSeek / Kimi / ChatGPT / Claude)

โ†’
3

APPLY

Local script replays the LLM's JSON plan into the live form

Key Features

๐Ÿ”„

LLM-Agnostic

Switch Doubao / DeepSeek / Kimi / ChatGPT / Claude per form โ€” no code changes.

๐Ÿ†“

Zero-Cost

Use any LLM subscription you already pay for. No API keys, no per-fill billing.

๐Ÿ‘ค

Human-in-the-Loop

Every value is visible in a plain JSON plan before it touches the form.

๐ŸŽจ

Ant Design Native

Dedicated scanners for .ant-select, .ant-picker, .ant-cascader โ€” fields generic tools skip.

๐Ÿท๏ธ

Label-Text Matching

Radio/select matched by visible text (pick_label) โ€” survives internal value renames.

๐Ÿ›ก๏ธ

Re-render Resilient

Re-stamps temp anchors and retries on React re-renders โ€” no manual restart.

๐Ÿ”’

No Extension, No Telemetry

Local Python script + your own Edge profile. Runs only when you launch it.

โœ‹

Never Auto-Submits

You review every field before clicking submit. Safety by design.

Benchmark (99-field form)

ApproachTimeCost
Manual typing~30 minFree
API-based SaaS~2 minยฅ0.5โ€“2 / form
FormPilot-AntD~30 secFree (uses your LLM subscription)

Quick Start

git clone https://github.com/15373050312xhc-arch/FormPilot-AntD.git
cd FormPilot-AntD

# Windows: double-click RUN.cmd
# Or: py launcher.py

# [1] Dump form schema โ†’ click purple "Dump Form" button
# [2] Copy outputs/form_prompt.txt โ†’ paste into your LLM
# [3] Save returned JSON as outputs/form_plan.json
# [4] RUN.cmd โ†’ [2] Apply form plan โ†’ click green "Apply Plan"

Roadmap

v1.0 Ant Design full support + online demo page โœ“
v1.1 Element UI form adapter
v1.2 Zhaopin (ๆ™บ่”ๆ‹›่˜) platform preset
v1.3 Beisen (ๅŒ—ๆฃฎ) platform preset
v1.4 macOS / Linux support