infi is an Electron app with a React renderer and a minimal React Flow canvas prototype.
- Electron Forge
- React 19
- Vite 7
- TypeScript
- TanStack Router
- Tailwind CSS 4
- React Flow (
@xyflow/react)
Install dependencies:
npm installStart the app:
npm startKey files:
src/main.tsfor the Electron main processsrc/app.tsxfor the renderer app entrysrc/routes/index.tsxfor the main canvas viewsrc/components/flow/window-node.tsxfor the custom React Flow node
MIT