shourya-sh/ameperon-v4 ? reverse-engineered prompt
Reverse engineered prompt
Build me a web app that lets someone describe a simple electronic circuit in plain English and then turns that into a validated circuit, a Verilog style HDL output, a KiCad ready schematic file, and a visual canvas view in the browser.
I want it to support a few starter circuit types like an LED circuit, voltage divider, and buck converter, with basic checks so it catches broken nets or missing connections before export. The app should have an API so I can send a prompt and get back the parsed intent, the circuit data, validation results, HDL, and the KiCad schematic. If you want, use an AI model only to interpret the user request, but keep the actual circuit building deterministic and reliable. It should also work locally even without an API key, and the frontend should make it easy to generate a circuit and send it to KiCad.
Are you gonna build this?
make sure you review the code using arcumet