
Wavelength: Turn Voice and Transcripts Into Flow Diagrams
Wavelength turns your calls and meeting transcripts into a living process map as you talk. Speak the flow, watch it draw itself, then share it.
@WavelengthFlow · X
完整作品展
技术栈
60 projects

Wavelength turns your calls and meeting transcripts into a living process map as you talk. Speak the flow, watch it draw itself, then share it.
@WavelengthFlow · X

Stepflo 连接 GitHub 代码库,自动检测用户流并生成可视化地图。
u/freestyle_gonzo · Reddit
Vibe coding made building fast. It didn't make understanding easy. Something changed in the last year. Vibe coding (or agentic engineering if you ask some) made writing an app fast. Week-to-weekend fast. More people are building software than ever before, and I think that's a genuinely good thing. But fast building creates a new bottleneck. Writing code is no longer the hard part. Understanding what you built and its nuances is. A huge share of people shipping right now have never analyzed

MotionFlow是一个免费的JavaScript库,用HTML属性为网站添加滚动、视差和文本动画。
@iamdeepak89 · X

Spayse is a fast diagram canvas for flowcharts, system architecture, and technical figures. Native LaTeX, vector SVG and PDF exports.
@aakarshgoyall · X

将 Lovable React 导出转换为 Webflow 可粘贴部分
@philippxroth · X
Turn your vibe-coded @Lovable site into clean, paste-ready Webflow sections. Upload your export, organize your migrations in projects, paste straight into @webflow. Free MVP. No password, no credit card — just a magic link and you're in. ✨

Wurk.Flow unifies schema design, a live SQL workspace, column-level lineage, and source-to-target mapping in one local-first modeling IDE — in your browser or on your desktop. Free
@WurkHaus · X
What happens when you got told no to a 3k quote for a data tool and spend a year building one instead.

1NX 是用于原型设计、流程图和过程管理的无登录协作白板。
veau · V2EX
[产品自荐] 基于 Excalidraw,我做了一个更顺手、更全能的纯本地白板: 1NX 作为产品民工+重度 Excalidraw 用户。 在 AI 的加持下,基于 Excalidraw 做了一个更顺自己手、更全能的纯本地白板:**1NX.NET** 访问地址: https://1nx.net/ **核心解决日常画图、画交互、读取各种文件轻量化处理的问题。** 产品能力概览: * 无须注册,打开即用。完整兼容 Excalidraw ,旧图可直接导入继续编辑 * 优化画布操作手感和交互,解决存储满的问题,大量元素上依然流畅 * 流程图、脑图、原型、文档、代码和图片都能放在同一张画布 * 支持 Axure 、XMind 、draw.io 、Visio 、Mermaid 、PlantUML 等格式直接导入 * 代码块、PDF 、Word 、PPT 、Excel 可直接摊开阅读;无需打开软件 * 图片裁剪、切片、马赛克、高清放大、智能抠图一站完成(全单机完成) * AI 生成思维导图、流程图、以及汇报级别的 PPTX * 增强本地化单文件能力,全

生成并自定义二维码,支持添加logo、追踪扫描,导出PNG或SVG。
@rahuld1506 · X

创建 33+ 种 Mermaid 图表,实时预览,导出 PNG/SVG/PDF,数据保存在浏览器。
kalman03 · V2EX
分享一个免费强大的在线 Mermaid 绘图工具 Mermaid Live Editor ( https://mermaid-live-editor.com/ ) 免费强大的在线 Mermaid 绘图工具。无需安装,支持 33+ 种图表类型(流程图、时序图、架构图等)实时渲染,纯前端运行不上传代码,支持导出 PNG/SVG/PDF 格式。

生成动态二维码,支持自定义Logo、颜色和使用追踪。
@IfeanyiArinze10 · X
What does What makes it unique?

Send invoices, collect deposits, and get e-signed contracts — free to start. Lead Invoice Flow is the simple invoicing app built for photographers, contractors, coaches, and indepe
@marketmaxing · X

可嵌入的可视化工作流编辑器,支持AI驱动或纯逻辑设计。
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