
个人命书|看见你所处的位置
Analyze your birth chart with AI to receive personalized guidance for life decisions.
@RuheZhou · X
最近做了一个 AI 八字产品。 我没有让 AI 直接排盘。 基础盘一旦错了,后面解释得再像也没意义。 所以我把它拆成两层:程序负责确定性排盘,AI 只负责解释和整理现实问题。 官网已经开放: #AI #八字 #独立开发
The full gallery
Tech stack
60 projects

Analyze your birth chart with AI to receive personalized guidance for life decisions.
@RuheZhou · X
最近做了一个 AI 八字产品。 我没有让 AI 直接排盘。 基础盘一旦错了,后面解释得再像也没意义。 所以我把它拆成两层:程序负责确定性排盘,AI 只负责解释和整理现实问题。 官网已经开放: #AI #八字 #独立开发

Predict device end-of-life dates, security risks, and resale values to guide upgrade decisions.
@teck_baby · X

Ask anything. Get answers from your chart.
@dadaroo247 · X
Check out what I just built with Lovable!

Publish predictions on stocks, ETFs, and crypto, then track outcomes on a public leaderboard.
kkjh0723 · HN
I ran 12 AI bots predicting stocks for two months, every call public

Monitor how your ChatGPT and Gemini content ranks, then get optimization recommendations.
@deduction_find · X

Generate AI-powered Ziwei Doushu fortune charts by entering your birth data.
@Ye4557286791129 · X
看来你是有经验了👍,ai算命真的得非常具体吗?我做了一个,看基础盘的,大概能看出来这个人性格

Analyze your finances from a photo and simulate retirement timelines with Monte Carlo models.
@aiPatri_app · X

Real-time market analysis and digit predictions for Deriv volatility index trading.
@CollohBrax · X
Check out what I just built with Lovable!

Paste or upload text to instantly detect if it was generated by ChatGPT, Claude, GPT-4, or Gemini.
sanabano · Product Hunt
GPTOne Free AI detector for ChatGPT, Claude, Gemini & more

Make forecasts about future events and track accuracy with AI-powered predictions.
ddp26 · HN
FutureSearch, AI forecasting you can verify

Predict World Cup 2026 match scores based on statistical analysis.
@ryo_uit2606 · X
⚽ Just shipped my World Cup 2026 score predictor — vibe coded this whole thing! 🔮 Combines AI (Dixon-Coles model) + Eastern Feng Shui to predict match outcomes: trend, score, I-Ching hexagram, Five Elements jersey analysis... 🌐 Try it: ⚠️ Disclaimer: For entertainment & reference only. NOT promoting gambling in any form. Football always surprises! #WorldCup2026 #VibeCoding #WebDev #FengShui #AI #SideProject

Calculate your dog's age using breed-specific scientific formulas (AKC, UC Davis, and more).
leolee829111 · V2EX
做了个狗龄计算器,才发现"1 狗年 = 7 人年"是错的 家里养了只金毛,一直按"狗 1 岁 = 人 7 岁"算,后来查资料发现这个公式根本不科学——狗的第一年其实相当于人的 15 岁左右,而且不同体型的狗衰老速度差很远。 于是做了个工具:dogyearcalc.com ( https://dogyearcalc.com/) 它做了什么: - 内置 4 种计算公式:AKC 体型公式、UC Davis 表观遗传时钟(测 DNA 甲基化得出的)、Standard 方法、以及那个不科学的 Classic 7x 方法(留着做对比) - 支持 386+ 犬种的品种特异性计算,大型犬和小型犬的衰老曲线完全不同 - 多狗对比模式——家里养了两只以上的可以并排看 - 生命阶段可视化 + 当前阶段的健康建议 - 8 种语言(中英日韩德西法葡) 技术方面: 纯静态站,HTML + CSS + 原生 JS ,部署在 Cloudflare Pages 。没有框架,没有注册,加载速度 89ms 。计算全部前端完成,不收集任何数据。 想听听大家的意见: 1. UI