Add Unit - a general purpose visual programming system#41
Merged
Conversation
Co-authored-by: yairchu <97606+yairchu@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Unit - a general purpose visual programming system
Add Unit - a general purpose visual programming system
Aug 31, 2025
Owner
|
@copilot you used the 🔨 icon. Is Unit really is some production use? Where? |
Co-authored-by: yairchu <97606+yairchu@users.noreply.github.com>
Contributor
Author
You're right to question the production use flag. After investigating further, Unit appears to be more of an experimental/prototype system with demo websites (unit.land, unit.tools) rather than a tool being used in actual production environments by teams or companies. I've removed the 🔨 flag in commit cac22ef. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds Unit to the awesome structure editors list. Unit is a next-generation visual programming system that represents programs as graphs, where units are Multi Input Multi Output (MIMO) Finite State Machines (FSM).
Key features of Unit:
Unit is conceptually similar to the Unix shell but reimagined as a 2D evolution of the Command Line Interface, where units' inputs and outputs can be piped together into a graph. It's designed to feel visual and kinesthetic with support for various input methods including drawing, gesture, and voice.
The system includes:
Properties assigned:
The entry has been added to the main "Structural code editor projects" table with placeholder values. The update-stats.py script will automatically fetch the correct GitHub star count and position the entry appropriately.
Fixes #34.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.