gately is a visual logic editor for building, simulating, and sharing digital circuits with
ease.
Design logic circuits with drag-and-drop, get real-time simulation, and generate truth tables — no signup required.
- Next.js 15
- React 19
- tailwindcss
- shadcn/ui
- ReactFlow
- Framer Motion
- Drag-and-Drop Editor to build circuits visually
- Toolbox with AND, OR, NOT, XOR, NAND, NOR gates and more
- Live simulation with real-time feedback
- Automatic truth table generation
- Easy circuit sharing via link
- Customizable grid, labels, and themes
- Modern, responsive interface
- Add logic gates from the toolbox
- Connect gates by dragging wires and customize labels
- Share or export your circuit easily
What is Gately?
A visual editor to create and simulate digital logic circuits.
Is Gately free?
Yes, free and open source with no login required.
Do I need prior knowledge?
No, suitable for beginners and experts alike.
Can I share my circuits?
Yes, easily share circuits via a link.
Is it good for teaching?
Yes, ideal for education and presentations.
- Node.js 18+
- npm, yarn, or pnpm
git clone https://github.com/yourusername/gately.git
cd gately
bun install
bun run dev
Open http://localhost:3000 in your browser.