
猜一猜 - 让时间验证你的判断
Participate in community predictions; let time verify your guesses and track your rank.
geniushui · V2EX
我的第 4 个 Vibe coding 项目——猜一猜 网址: https://cai1cai.com/ 猜一猜,让时间验证你的判断 花了 2 天时间整出来的,请各位大佬给点建议!
The full gallery
Tech stack
60 projects

Participate in community predictions; let time verify your guesses and track your rank.
geniushui · V2EX
我的第 4 个 Vibe coding 项目——猜一猜 网址: https://cai1cai.com/ 猜一猜,让时间验证你的判断 花了 2 天时间整出来的,请各位大佬给点建议!

Explore 160 interactive Three.js examples demonstrating 3D web graphics and WebGL.
@maxchu2021 · X
160 Three.js examples built with Claude through vibe coding. AI didn’t replace coding—it accelerated experimentation and iteration. Next step: turning these demos into production-ready products. Link: #ThreeJS #WebGL #AI #Claude #VibeCoding

Browse verified UAE properties with real market insights and end-to-end buying support.
@MhdNihad921793 · X
Here Dubai realesta a new platform from end to end services

Check what network and browser signals you expose before using AI services.
@FunnyDiscovery · X
做了一个纯前端小工具:AI Signal Guard 用来在使用 Claude / ChatGPT / Gemini 前,自查浏览器侧能暴露哪些信号: - 出口 IP / ASN / 组织 - DNS 泄漏 - WebRTC 泄漏 - 语言、时区、字体、Emoji 纯静态页面,无自建后端 在线体验: GitHub仓库:


Discover and compare AI API relay services by viewing test results for uptime, latency and price.
OkkMax — AI API 中转站评测与监测工具,聚合模型纯度、在线率、延迟、价格、用户点评和福利活动 - [更多介绍](https://github.com/fanbidog/okkmax-web)

Create and browse Final Fantasy XIV glamour outfit templates in multiple languages.
@franandneo · X
我做了一个ff14幻化模板网站,搭载了我和我的好友自行制作的模板,支持展示不同语言的装备名称(也能用自己熟悉的语言写好后再切换成其他语言展示),欢迎大家尝试使用~ 其他语言的翻译还比较粗糙,网页还不太成熟,但物品名称都是正确的,后续会逐步完善

Interactive map to discover startup founders, indie hackers, and SaaS builders worldwide.
@CiprianiRanieri · X
Builders Map: community of builders from all over the world.

Explore a digital archive of Chinese ancient architecture history, documents, and photographs organized by cultural heritage sites.
balalaika · V2EX
AI 辅助做了一个古建漫游指南 主要想收集一些古建筑相关的文献和照片 根据文物保护名单的顺序来收录的,目前收集的还不多,目前还是 codex 辅助收集数据然后人工审核拼接的,所以补充起来还比较慢 网站地址: https://gujianzhu.wiki

Browse and match homes with other remote workers for free swaps worldwide.
@Swaphouseio · X
Building A free home swapping platform for remote workers and flexible travelers. You browse homes, like the ones you’d swap with, and only chat when the interest is mutual. Basically Tinder, but for finding free home swaps. 3500+ homes in 90+ countries

Analyze cryptocurrency markets with Chan Theory patterns, K-line charts, and anomaly detection.
@onehopeA9 · X
用 DAPPOS @dappOS_com 做了一个加密货币缠论分析网站,也是我一直想做没时间做的! 来看看缠论三买的威力: 不是不会写代码。 我自己是程序员,真要硬写当然能写。 但问题是:没时间。🤡 做交易的人都懂,真正消耗人的不是“看一根 K 线”,而是把一堆信息拼起来: K 线结构。 缠论笔、中枢。 一买二买三买。 一卖二卖三卖。 资金费率。 持仓量变化。 成交量异动。 市场舆情。 这些模块涉及太多方面,写得出来,但太费时间。 所以我一直想做一个自己的交易雷达: 接币安历史数据。 用 TradingView 展示 K 线。 自动画缠论结构。 标注买卖点。 再把资金费率、持仓量、成交量和币安广场热度放进去。 想法很清楚。 但一直躺在 TODO 里。 最近用 xbubble 的 Coding 功能试了一下,直接把需求丢进去: “做一个加密货币缠论分析网站,接入币安一年历史数据,用 TradingView 展示 K 线,自动画笔、中枢、一买二买三买、一卖二卖三卖,增加异动分析和币安广场舆情热度。” 它真给我生成了一个能跑的原型。 这次最戳我的不是“AI 会写代码”。 而是 xBubble 把最消耗时间的工程杂活压短了。 以前我自己做: ❌ 搭项目结构 ❌ 爬数据源和图表库 ❌ 写 K 线处理 ❌ 写缠论结构识别 ❌ 做前端交互 ❌ 部署、改样式、修细节 一圈下来,核心想法还没验证,人先累了。 现在变成: ✅ 先描述业务目标 ✅ 让 xBubble 生成可运行原型 ✅ 我再校验规则、调整逻辑、优化体验 ✅ 把时间花在交易理解和产品迭代上 这对程序员其实很有价值。 因为程序员最缺的不是能力,而是时间和注意力。 我这个原型现在大概有几块: 第一,TradingView K 线主图。 用币安数据展示行情,再叠加缠论结构。 第二,笔和中枢。 把原本需要手动盯的结构,先自动画出来。 第三,买卖点雷达。 一买、二买、三买,一卖、二卖、三卖,先帮我筛可能的位置。 第四,异动面板。 资金费率、持仓量、成交量变化,和 K 线结构一起看。 第五,舆情热度。 把币安广场讨论热度也拉进来,看看市场情绪是不是和盘面互相印证。 你可以理解成: 我不是让 AI 替我交易。 我是让 AI 帮我做一个交易前的信息雷达。 我觉得 xBubble 和普通 AI

Look up IP addresses to get country, ASN, and organization data via API or web interface.
@IPClues · X
Hey, developers and SaaS founders, this is newly hatching Internet Intelligence. is an IP-to-Geolocation service for you head over and test before it is released to public.