A web-based viewer for KiCad schematic files (.sch), built with React and Vite.
- Upload and visualize KiCad schematic files
- Interactive pan and zoom controls
- Display schematic components, wires, and labels
- Responsive web interface
- Node.js (version 16 or higher)
- npm or yarn
- Clone the repository
- Install dependencies:
npm install - Start the development server:
npm run dev
- Open the application in your browser
- Click "Load Schematic" to upload a .sch file
- Use mouse drag to pan, mouse wheel to zoom, or use the toolbar buttons
To build for production: npm run build
To preview the production build: npm run preview
Contributions are welcome. Please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.