Design Input
+
Upload Design JSON
Drop a JSON file with your BOM, netlist, and board spec
JSON Format Specification
board: width, height, layers (2/4/6/8), thickness, finish, materialcomponents[]: ref, value, package, pins (optional)netlist{}: net_name -> [[ref, pin], ...]Supported Packages
SOT-23-3SOT-23-5SOT-23-6
SOIC-8TSSOP-8..28VSSOP-8
QFN-16..48QFP-32..100
LQFP-48..144
020104020603080512061210
API Access
Generate Gerbers programmatically via the REST API:
curl -X POST http://localhost:18504/api/generate \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d @your_design.json
curl http://localhost:18504/api/download/TIMESTAMP \
-H "X-API-Key: YOUR_KEY" -o gerbers.zip
Generation Engine
PCB
Upload a design JSON or use the example to generate production Gerber files
Includes BOM, Pick-and-Place, IPC netlist, and 48-check validation