HN user

durman

269 karma

Software guy and Entrepreneur

Posts55
Comments13
View on HN
www.jointjs.com 7d ago

Show HN: AI Workflow Builder App Template for React

durman
7pts1
tournament-studio.apps.jointjs.com 2mo ago

Free Tournament Bracket Builder

durman
6pts0
www.jointjs.com 1y ago

Mastering SVG Outlines: A Developer's Guide to Shape Contouring Techniques

durman
6pts1
jsonmate.com 3y ago

JSONMate: Build, test and share your JSON, transformations and schemas

durman
2pts0
www.jointjs.com 3y ago

How to write a simple JSON visualizer using JointJS+

durman
1pts0
www.jointjs.com 3y ago

JointJS diagramming library 3.6 released

durman
6pts0
www.jointjs.com 5y ago

Rappid 3.3 No-code diagramming framework released

durman
1pts0
www.jointjs.com 7y ago

Rappid 2.4 HTML 5 diagramming framework released

durman
1pts0
svgfilters.com 7y ago

SVG Filter Builder and Viewer Tool

durman
9pts0
www.jointjs.com 8y ago

Rappid 2.3 HTML 5 diagramming and flowcharting framework now available

durman
1pts0
modeling-languages.com 8y ago

10 JavaScript libraries to draw your own diagrams (2018 edition)

durman
4pts0
neoteric.eu 8y ago

Getting started with JointJS web diagramming library

durman
1pts0
www.netvlies.nl 9y ago

Creating an interactive SVG metro map with JointJS

durman
3pts0
appmixer.com 9y ago

Appmixer released, visual tool to connect cloud apps

durman
1pts0
www.youtube.com 9y ago

How to build visual programming language for the API era [video]

durman
1pts0
appmixer.com 9y ago

Cloud Computing Trends – Stay Ahead of the Game in 2017

durman
1pts0
dutoit.io 9y ago

Meet the CEO who wants to change our perception of visual flow frameworks

durman
5pts0
dutoit.io 9y ago

JointJS and Rappid: A review of this diagramming framework

durman
6pts0
jointjs.com 9y ago

Rappid 2.0 HTML 5 diagramming framework released

durman
2pts0
jointjs.com 10y ago

Rappid 1.7 HTML 5 diagramming framwork released

durman
7pts0
jointjs.com 10y ago

SVG getTransformToElement() polyfill for JointJS/Rappid

durman
3pts0
jointjs.com 10y ago

JointJS diagramming library v0.9.5 Released

durman
2pts0
modeling-languages.com 11y ago

JavaScript libraries to draw your own diagrams

durman
186pts28
jointjs.com 11y ago

Rappid v1.5 HTML 5 diagramming toolkit released

durman
5pts0
startupjuncture.com 11y ago

Dutch startup Thermosmart launches NEST alternative in a high-end store in NL

durman
4pts0
jointjs.com 11y ago

Create links that look like pipes in JointJS

durman
2pts0
jointjs.com 11y ago

Rappid, the HTML 5 diagramming framework, v1.4 released

durman
2pts0
jointjs.com 12y ago

JavaScript Abstract Syntax Tree visualizer

durman
2pts0
jointjs.com 12y ago

How to integrate JointJS diagramming library with RequireJS

durman
2pts0
jointjs.com 12y ago

JointJS v0.9 released: smart link routing, Vectorizer and Geometry

durman
3pts0

Hi HN! I’m David, founder of JointJS.

We built this React template for AI workflow editors and thought others might find it useful.

The goal was to provide the UI layer that many AI products end up needing: a drag-and-drop canvas, editable nodes, connections, validation, undo/redo, copy/paste, keyboard shortcuts, zooming, snaplines, accessibility, proper graph data model, and support for larger graphs. The full source code is available so it can be used as a starting point for your own workflow editor.

I’d really appreciate any feedback—especially from anyone building workflow tools or AI products.

[dead] 2 years ago

16% of the global population has a disability, according to the World Health Organization. How can we build diagramming web apps to ensure accessibility for everyone? Dive into this important topic, explore the current state of accessibility, enabling technologies, and the role of AI in creating more inclusive experiences.

Thanks for the suggestion. The JointJS core library, basically anything except of what is described here: http://jointjs.com/rappid/docs (in other words, anything that is downloadable here: http://jointjs.com/download) is licensed under the MPL v2 license. The rest is licensed under our own, commercial, license. Commercial support is indeed optional and covers bug fixes, general advise, help, online troubleshooting and more. We also do custom developments that are priced individually, depending on the project.

Gliffy is a product for end users. Rappid is a showcase of JointJS (JavaScript diagramming library) and its components that can be used to build all kinds of (custom) visual tools and application builders (workflows, business processes, state machines, voice applications and much more...).

Figurepool can be very handy for mindmapping, actually the 'fork icon tool' was added with mindmaps in mind, you just click the icon tool and a new already connected box is added. Just double click the box to add new text label to it.

The scrolling issue seems to be an OS X related bug. I sometimes observe the same. The fact that sometimes two finger swipe is recognized as back button is a Google Chrome on OS X feature. I was able to get around the zoom/scroll issue by pressing the Shift button. Not sure if it'll work for you though. At least you can give it a try...

Nice work your editor! Small note, I'd suggest you not hide some of the functionality behind menu (Bring forward, Send backward, ...). There is plenty of space in the upper menu and it might be better if the user saw these buttons directly and be able to manipulate them with one click.

Figurepool is indeed built with Raphael from scratch. I'm also using JointJS though, a diagramming lib that I built some time ago. My goal is to build a mixture of vector graphics and diagramming tool.

You're absolutely right about the "Save & Sign up" button. Will do it soon...

Thanks! A full-screen mode is in place but not in the demo. You'd have to sign-up (free) to get the editor with fullscreen capability.