
Ten Billion Years - The Life of a Star
Explore the life cycle of a star in an interactive WebGL visualization.
@rotaercz · X
Built it for my son. 0 MRR but priceless to make a child happy.
The full gallery
Tech stack
17 projects

Explore the life cycle of a star in an interactive WebGL visualization.
@rotaercz · X
Built it for my son. 0 MRR but priceless to make a child happy.

Convert code into interactive flowcharts for learning, debugging, and documentation.
@Sparsh209 · X
Hi isha! Check it out here at: Would love to hear your feedbacks

Real-time WebGL shader creating liquid metal effects for UI components.
@MengTo · X
These will instantly make your vibe-coded projects look less generic. Free, open-source libraries from the same creator: • • •

Explore interactive visualizations of mathematical curves, fractals, symmetry, and topology.
@vkuoo · X
Added more demos showcasing graph-math relationships, built with Codex.

React and shadcn/ui components for creating animated visual elements on marketing and landing pages.
@pixelcave_john · X
Hey Germán! I recently launched and a major update to Tailkit!

Drag boxes to visualize how a Flexbox layout engine infers constraints.
drzivil · HN
Drag boxes around and watch a layout engine infer the Flexbox (no AI)

Browser-based AI image editor and generator with infinite canvas, available as desktop and mobile apps.
visuali · HN
Like Claude Code for Images

Real-time visualization of BTC/ETH/SOL futures markets with long/short position battles.
flreey · V2EX
模拟 btc/eth/sol 多空军沙盘效果 https://w3arb.xyz/ 其他地方看到的创意,我觉得很有意思,模拟币圈多军/空军对战场景 底部还可以发弹幕,聊天

Explore world events through a visual, source-aware news map.
@brryg_ · X
sure man, working on a social and visual news hub called heuron - lmk what you think!

Create webtoons and comics from text stories with AI and export in 4K with multiple art styles.
StarVeil AI - 星河入梦 — 使用AI生成连续漫画的网站

Create diagrams from text using Mermaid, PlantUML, and D2, then export as PNG/SVG.
@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

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