Design files first

Inspect a .des2sch file before you send it to KiCad.

This first web release is a browser-side design-file inspector. You can drop in a payload, validate the contract, and review nets, terminals, and unresolved parts without leaving the page.

Input

Design file

Report

Inspector

Ready
Components 0
Nets 0
Terminals 0
Wire IDs 0

Contract

    Warnings

      Readable nets

        BOM notes

          What this page does

          Fast browser-side checks

          The page validates the same contract the renderer expects: components, nets, unique references, and one-to-one terminal membership.

          Release flow

          Main stays production-only

          Feature branches run CI. Pushing to main runs tests again and deploys the static site to Cloudflare Pages.

          What comes next

          Renderer-backed exports

          The Python renderer still owns final KiCad generation today. A future web release can add a server-side render path once we choose the hosting model.