
Guidyy — Turn Any Workflow Into a Step-by-Step Guide in 60 Seconds
Auto-generate step-by-step guides and SOPs from screen recordings.
@Amit63390 · X
The full gallery
Tech stack
17 projects

Auto-generate step-by-step guides and SOPs from screen recordings.
@Amit63390 · X

guides.show hosts the viewer and share links for Plannotator Guided Reviews: a chaptered walkthrough of a diff as one small HTML file, or as an encrypted link.
ramoz · HN
Code walkthroughs you can send as a file

Analyze customer friction points and get optimization recommendations to improve e-commerce conversion rates.
@EnricoBoeker · X

Record, edit, and share interactive product demos with a browser extension or CLI, with guided tours and engagement tracking.
@haukejung · X
Need interactive demos showing your product in action? Try

Convert screen recordings into formatted PDF guides automatically.
@vanmurten_eth · X
Guidesnap: turn any screen recording into a polished PDF guide.

A YouTube algorithm tracker that monitors and visualizes your recommendations over time. Track what YouTube's algorithm recommends you, analyze your filter bubble with word clouds
@LSteelflex · X
Im working on:

Analyze app reviews to discover underserved SaaS and mobile app niches worth building.
@sflorimm · X

Manage creative projects for multiple clients with isolated workspaces and white-label review links.
@monkmodeceo · X

Create positioning statements and launch playbooks with guided modules
@TajGervan · X
Hey Hassan, I am 18 and working on growth at olunix, I'd love to connect!


Creates app blueprints and starter repos from your ideas for AI code editors.
@GuidedBase · X

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t