
CADWiz — Mathematical 3D Studio
@lightsilver323 launched https://t.co/km4f6JUYoW Try it now right in your browser (no install needed): 🔗 https://t.co/mv5ingcQDm
@OneBhashi · X
launched Try it now right in your browser (no install needed): 🔗
The full gallery
Tech stack
60 projects

@lightsilver323 launched https://t.co/km4f6JUYoW Try it now right in your browser (no install needed): 🔗 https://t.co/mv5ingcQDm
@OneBhashi · X
launched Try it now right in your browser (no install needed): 🔗
Browse and use a flexible icon library with animations for interfaces and diagrams.
@imdecentralized · X
How I avoid UI's that looks vibe coded: This is my inspiration store. Beyond just an existing website it has specific components and animations that you can use directly rather than asking claude to generate some based on a website. Stop the slop

CruxPack turns lecture PDFs and slides into clean structured notes, flashcards, and practice problems — built for students who need to memorize fast.
@cruxpack · X
CruxPack, built with Claude Code; turns a lecture PDF or your own notes into flashcards, notes, and practice questions. A second model checks the first against the source for hallucinations. Demo: Would love to post in r/vibecoding if allowed.

Visualize Bitcoin, Ethereum, Solana, and BNB with technical indicators like MACD, Bollinger Bands, and Chan Theory signals.
@jielove233 · X
最近看到 @dappOS_com 一个作品挺有意思 一个主流币交易共振信号Agent,通过 dappOS Coding 快速完成 链接: 这个案例的价值,不在于又做了一个行情页面,而是在于它展示了一种新的 AI Agent 构建方式 过去开发一个交易辅助工具,需要先处理数据接口,再搭建前端交互,编写指标逻辑,最后不断测试优化。 对于很多有交易想法的人来说,真正困难的不是没有策略,而是从想法到产品之间隔着一整套开发流程 dappOS Coding 改变的,就是这个过程 通过自然语言描述需求,就可以快速生成对应功能模块 像这个交易共振信号案例,本质上就是把市场数据、技术指标和信号逻辑结合起来,形成一个面向交易场景的辅助工具 它并不是替用户直接交易,也不是承诺预测市场 更重要的价值在于 帮助交易者降低信息处理成本 在 Crypto 市场里,行情 24 小时运行,大量数据、新闻、价格变化不断涌入 普通用户很难持续人工筛选有效信息 AI Agent 可以承担其中一部分重复工作: 监控市场变化 整理关键数据 输出信号参考 辅助交易决策 这也是为什么最近 AI + Crypto 的结合越来越受到关注 OKX 推出 AI 与交易生态结合 @BNBCHAIN 也在推动更多项目加入 BNB Agent Studio,鼓励开发者围绕交易、情感陪伴等方向构建 AI Agent 整个行业正在从AI 能聊天进入AI 能完成任务的阶段 而 dappOS Coding 展现出来的方向,是降低 Agent 创建门槛 以前一个想法可能停留在笔记里,需要开发团队才能实现 现在,更多开发者、交易者甚至普通用户,都有机会快速验证自己的想法 未来 Crypto 的竞争,不只是资产和协议之间的竞争,也会是 AI Agent 生态和应用数量的竞争 谁能让更多人低成本创造工具,谁就更有机会成为下一阶段基础设施的一部分 这个交易信号案例只是一个开始 AI Agent 正在逐渐成为连接用户、数据和链上应用的新入口

Convert image diagrams into editable Visio, PowerPoint, or draw.io files.
@ChenDavie_AI · X
Just shipped a new LayerBack update 🚀 Turn screenshots, photos, and diagram images into editable Visio or PowerPoint files — directly in the browser or via API. Image in. Editable files out. #buildinpublic #AI #SaaS

Computational whiteboard for data analysis and insights, no signup required.
tccole · HN
Napkinbook, a smart canvas for discovering, and sharing insights

Create shared whiteboards to sketch, brainstorm, assign tasks, and work together.
@claroboard · X
I built a whiteboard. The hardest part wasn't the coding. The hardest part was getting the first users. Want to give it a try?

Paste Mermaid source to preview live and share permanent links without signup.
u/mrtrompo · Reddit
MermaidBin, a pastebin for Mermaid diagrams I built MermaidBin ( https://mermaidbin.com ) because I often wanted to share a Mermaid diagram without taking a screenshot or depending on the destination to render Mermaid. It gives immediate browser-side preview, then creates a stable page and `.svg` URL for Markdown embeds. No account is required; pastes are public by default or can be unlisted. It can also be used in this age of AI where most AI generated code for technical document uses Merm

Generate line art drawings and designs online with AI.
AI Line Art Generator — 功能强大的 AI 线稿生成平台,为用户提供多样化的线稿创作与获取服务 - [更多介绍](https://lineart.app/about)

Design visual art with lines and forms directly in your browser.
@josephflaherty · X
by @golnik is the best vibe-coded software project I've seen, both in its aesthetics and the difficulty of its accomplishment. You can see the finished output of his work here:

Explore medically detailed 3D organs — heart, brain, lungs, liver, kidneys, eye, intestine, pancreas, and skin — through an elegant, interactive anatomy atelier.
thebuggeddev · GitHub
anatomy An interactive 3D human anatomy explorer built using threejs with GPT 5.6 Sol

Visualize AI coding-agent runs as interactive graphs from your transcript files.
u/Express-Phase1532 · Reddit
rungraph - see what your coding agent actually did, as an interactive graph (open source) My coding agent kept doing 20 minutes of work I couldn't inspect afterward. The transcript exists (Claude Code and Codex CLI write everything to disk), but nobody reads 4,000 lines of JSON. So I built rungraph, open source and free (MIT). npx rungraph turns every session on your machine into a clickable graph: your prompts run down the spine, subagents get their own lanes, and it flags stuff like ret