Hi HN folks, I'm a co-creator of the Dapr CNCF project and co-founder of Diagrid. Today we announced a free-to-use web app that takes any form of workflow diagram (UML, BPMN, scribble in your favorite drawing tool or even on paper) and generates code that runs in any IDE and that can be deployed to Kubernetes and other container based systems, based on Dapr's durable execution workflow engine. This essentially allows you to run durable workflows in minutes and leaves out the guesswork for how to structure, code and optimize a code-first workflow app. I'm happy for you to give this a try and provide feedback!
raydenvm|9 months ago
dtagames|9 months ago
I've found you can already paste an architecture diagram into Cursor and use that to guide code[1]. I make mine in Xmind because there's no need for special, rigid formatting.
[0] https://en.m.wikipedia.org/wiki/Computer-aided_software_engi...
[1] Diagram as code example from my dev blog: https://davidbethune.com/blog/watsonDevBlog28
d-lisp|9 months ago
yaronsc|9 months ago
aqula|9 months ago
mpetrovich|9 months ago
Looks interesting, best of luck!
dantastic|9 months ago
yaronsc|9 months ago
magicalhippo|9 months ago
I see some thing I recognize, diagrams, but nothing else makes sense.
potamic|9 months ago
I suppose it's also a general question about the many new AI applications in the market, because these flagship models are getting really good by the day, and seem to be eating up into each and every of those use cases.
yaronsc|9 months ago
bwfan123|9 months ago
yaronsc|9 months ago
smallnix|9 months ago
sky2224|9 months ago
Any plans to create systems that allow this to be embedded in existing code bases? It'd be neat to be able to sketch out new systems that your tool could generate code for that seamlessly hooks into an existing system's architecture, especially if it could have a UX similar to how copilot or cursor behave in how they're directly inline with the code.
yaronsc|9 months ago
baumschubser|9 months ago
Wondering how no-code tools like this handle those discrepancies between the super-detailed specs and the real world diagrams
yaronsc|9 months ago
vasanth7781|9 months ago
unknown|9 months ago
[deleted]
Rexxar|9 months ago
yaronsc|9 months ago
swyx|9 months ago
2. (sorry to bring it up but have to ask) how does Diagrid/Dapr compare to Temporal? i browsed your docs but there wasn't much that came up. is Dapr strictly dag based?
yaronsc|9 months ago
2. Dapr has 9 APIs, one of which is Workflows which indeed competes with Temporal. Dapr Workflows isn't DAG based, it's code-first. This tool allows you to start with an external representation
revskill|9 months ago
curtisszmania|9 months ago
[deleted]