
CoLinked AI powered by JK Growth Media
@sridharfyi https://t.co/EsNHxfUqXO
@SocialWithAI · X
The full gallery
Tech stack
29 projects

@sridharfyi https://t.co/EsNHxfUqXO
@SocialWithAI · X

Roll 3D animated dice (D4-D20) for tabletop games instantly.
Nalife520 · V2EX
最近用 Codex 做了一个 3D 骰子! 最近做了一个很小的网页工具:3D 骰子。 做完后有点纠结: 这种小工具到底应该保持极简,还是把常见功能都补上? 抛骰子: https://wheelpage.com/zh/dice-roller/ Dice Roller: https://wheelpage.com/dice-roller/ 现在功能很简单:打开页面,点一下,骰子滚动,然后给出结果。 一开始觉得骰子就是 1 到 6 的随机数,应该很好做。 但做的时候发现,如果只是直接显示数字,又不太像“掷骰子”;做成 3D 动画,又担心有点多余。 现在倾向于先保持简单,打开就能用,不加太多设置。 顺便也做了一个抛硬币页面: https://wheelpage.com/zh/coin-flip/ 它和骰子类似,都是临时做随机决定的小工具。

@suni_code https://t.co/OajI3lOKKW - Traffic Orchestration Platform
@KsaAZaks · X
- Traffic Orchestration Platform

Convert tutorial videos into executable Playwright tests, action graphs, SOPs, and n8n workflows.
@bhavin_Confuse · X
BEHAVR ( @Behavr_AI ) — chat with any video instead of scrubbing through it. Ask "where does he fix the CORS bug?" → get the answer with the exact timestamp.

Interactive blockchain dashboard for HeLa City with citizen registry, governance, jobs, and reputation features.
@atbigthumb · X

Free online tool for detecting sensitive words in Chinese social media content before posting.
Owl 猫头鹰 — 小红书公众号在线敏感词检测工具。我做了半年自媒体之后才发现需要规避平台敏感词,但是之前用的工具停服了,市面上其他的需要登录或者关注他们的公众号才可以使用,于是我 vibe coding 了一个敏感词检测工具,词库是根据网上找的,精简下来有 6 万多个。用了 cloudflare 的开发者穷鬼套餐,所以每人每天限制 10 次,主要是防止第三方调接口把额度耗完大家都没得用,应该对于

@launch_llama Just working on myself :) text me: https://t.co/33nmIh4ZNU
@textluxhq · X
Just working on myself :) text me:

A global platform for Quranic interpretation with smart search, audio, and digital resources.
@Tfsir_ai · X

Browser CAM for pen plotters with handwriting, text, shapes, and generative art support.
tibordp · HN
Kurvengefahr – browser CAD/CAM for pen plotters

Walk through a 3D library to explore your curated quotes.
jac08h · HN
I turned my quote collection into a walkable 3D library (desktop-only)


Design electronic circuits and PCBs in your browser with KiCad, no installation required.
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