:art: React application prototyping tool for developers and designers :building_construction:
Last updated Jun 27, 2026
3.5k
Stars
228
Forks
28
Issues
0
Stars/day
Attention Score
82
Topics
Language breakdown
No language data available.
โธ Files
click to expand
README
React-Proto
React-Proto is a React application prototyping tool for developers and designers.
React-Proto allows the user to visualize/setup their application architecture upfront and eject this architecture as application files either into a previous project or a new create-react-app project or a starter template from any repository.
Download for MacOS, Windows, Linux.
- Mac users only: for now you might need to go to your security settings to allow the app run on your system as we do not have an Apple license yet.
How To Use
- Application can be run from cli using
command or by clicking on the application icon.-proto
- To start a new project, either import a mockup or start with a blank stage.
- Add components you would like to create using the input, then drag the component frame into place and resize accordingly.
- While building, you can use the icons in the toolbar to zoom, toggle draggability of the stage, update or remove an image, collapse the left container, and export your files.
- For each component you have the ability to define whether your component will have state, the color of the frame component, and the ability to apply a parent component.
- If you place a container around other components and can no longer access them, you can use the layer buttons in the corresponding dropdown menu to change layer order down or up.
- In the right container, the props tab allows you to define props in key value pairs, as well as the necessary prop type.
- Once you are finished, you can use the export button in the toolbar to choose from three options of how to export your files:

- Lastly, start building!
Authors
Blessing E Ebowe @refinedblessing
Running Your Own Version
- Fork and Clone Repository.
- Open project directory
bash
cd react-proto
- Install dependencies
bash
yarn install
- Run application
bash
yarn start
- For development experience...
bash
yarn dev
- and on another terminal
bash
yarn electron
Linting
bash
yarn linter
Testing
yarn test
Built With
- React - Framework for building user interaces.
- Redux - Predictable state container for JavaScript apps.
- Electron - Cross-platform desktop apps with HTML, CSS and JS.
- KonvaJS - HTML5 2d canvas library for desktop and mobile applications.
- React-Sortable-Tree - Drag-and-drop sortable component for nested data and hierarchies.
Acknowledgments
Logo Design
License
This project is licensed under the MIT License - see the LICENSE.md file for details.
๐ More in this category