For Computational Designers
Whether you are new to parametric design or if you are familiar with tools like Grasshopper, Dynamo, or Blender Geometry Nodes, Bitbybit gives you a browser-based environment to work in - with nothing to install.
If You Are Just Starting Out
- Open the Blockly editor. It uses drag-and-drop blocks to teach geometry logic without syntax errors.
- Browse public projects to see how other users approach problems.
- Take structured courses in the Bitbybit School.
If You Are Experienced
- The Rete editor provides a node-based workflow familiar to Grasshopper and Geometry Nodes users.
- The TypeScript editor gives you full programmatic control with autocomplete and type safety.
Deploying Your Work
You don't need frontend engineering skills to put your designs on the web. Export your script from any visual editor, then use a Bitbybit Runner to execute it on any webpage - your portfolio, a client presentation, or a sandbox like CodePen. You can also write custom JavaScript against our type definition files for more advanced deployments.