
ERD Factory
将SQL架构可视化为ER图,审查AI建议的修复后再应用。
@erd_factory · X
Paste your CREATE TABLE statements. Get an instant ER map, flagged issues, and AI-proposed fixes — reviewed as a diff before anything touches your schema.
完整作品展
技术栈
19 projects

将SQL架构可视化为ER图,审查AI建议的修复后再应用。
@erd_factory · X
Paste your CREATE TABLE statements. Get an instant ER map, flagged issues, and AI-proposed fixes — reviewed as a diff before anything touches your schema.

创建和导出 Mermaid 图表,包括流程图、ERD 和序列图
ghosts_ · HN
I've been slowly adding some new free tools to Moxie Docs (partly for SEO, partly to illustrate some of our feature sets before any commitment) for some reason this mermaid editor one blew up on Google rankings so I figured I'd share in case people find it useful! We also have ADR, AGENTS.md, LLMs, and a few other free tools.

用文字创建和导出图表,支持 Mermaid、PlantUML、D2 等格式。
@soyalexdzul · X
Open-source platform for creating, organizing, and exporting diagrams using plain text markup. It combines the power of Mermaid, PlantUML, and D2 with a polished interface

创建流程图、程序图、组织架构和UML图的免费在线工具。
@N0V4Dev · X
I found a tool called Next AI that links AI capabilities directly with diagrams. It lets you build and edit diagrams using natural language prompts instead of clicking around the canvas manually. It's a handy way to sketch out architecture when you don't want to drag every box yourself. The project is built on TypeScript with React 19 and Next.js. It supports multiple AI providers and even includes an MCP Server. This means you can use it with the Claude Code CLI to generate diagrams from your terminal. Deployment options are flexible too. You can run the tool locally with Docker or push it to Vercel and Cloudflare Workers. It supports multi provider setups so you can pick the backend that fits your workflow. #Nextjs #AI #Diagrams #TypeScript

将学术论文和草图转化为发表就绪的研究图表。


探索数学曲线、分形、对称和拓扑的交互式可视化。
@vkuoo · X
Added more demos showcasing graph-math relationships, built with Codex.

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 * 增强本地化单文件能力,全

Supplier and customer relationships pulled from SEC filings, with the source sentence behind every tie. Earnings dates, market-implied expected moves, options positioning and ETF e
Varamir
Bloomberg charges hedge funds $25k/year to see who actually supplies who. Varamir does it free. →

创建和繁衍神话实体,观察它们通过遗传法则进化。
@epcccc314 · X
受启发于希腊神话中的Eros 我基于哈希码和简化的遗传原理做了一个用来记录随便的神话故事和繁衍历史的网站,可以随意的创造,繁衍,以及让存在消亡或者复活,这些都在记述者的笔下和众口之中。所有都建立在哈希值之上命定之物,只有记述是任意的。欢迎大家来玩儿~

CodeFlovio 将代码转换为交互式流程图,便于学习、调试和文档编制。
@Sparsh209 · X
Hi isha! Check it out here at: Would love to hear your feedbacks

在浏览器中使用 KiCad 设计电子电路和 PCB,无需安装。
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared