https://github.com/privatech38/circuit-flow
An app for creating and simulating digital circuits
https://github.com/privatech38/circuit-flow
circuit editor logic-gates react reactflow
Last synced: about 1 month ago
JSON representation
An app for creating and simulating digital circuits
- Host: GitHub
- URL: https://github.com/privatech38/circuit-flow
- Owner: Privatech38
- License: apache-2.0
- Created: 2026-05-13T16:48:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-27T08:58:18.000Z (about 1 month ago)
- Last Synced: 2026-05-27T10:25:37.972Z (about 1 month ago)
- Topics: circuit, editor, logic-gates, react, reactflow
- Language: TypeScript
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Circuit Flow
Circuit Flow is a React app for designing and simulating digital circuits. It provides a user-friendly interface for creating
and testing digital logic circuits, making it an ideal tool for students, educators, and hobbyists interested in learning
about digital electronics.
## Running and building the project
The project requires bun to run and build. You can install bun from https://bun.sh/.
To run the project in development mode, use the following command:
```bash
bun dev
```
This will start the development server and open the app in your default web browser.
To build the project for production, use the following command:
```bash
bun build
```
This will create an optimized build of the app in the `dist` directory, which can be deployed to a web server.
## Contributing
Contributions to Circuit Flow are welcome! If you have an idea for a new feature or have found a bug, please open an issue
or submit a pull request.