
Life vault
Track tasks, reminders, net worth, spending, investments, and goals in a private vault.
@Daemon09076 · X
Check out what I just built with Lovable!
The full gallery
Tech stack
60 projects

Track tasks, reminders, net worth, spending, investments, and goals in a private vault.
@Daemon09076 · X
Check out what I just built with Lovable!

Calculator to estimate crypto airdrop token values based on market cap and distribution parameters.
@baofuzailushang · X
有位大兄弟制作了一个计算variational积分价值的网站,使用起来很方便: 我以市值1.5B,总积分9.3M,空投25%来计算,每分的价值是40u,1000分就是40000u 我认为这是保守估计,如果8月份variational上线了swaps和api,数据会更好看,而且以var的格局来看,空投应该不止25%,可能30%以上!

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

Real-time used car market analytics platform for tracking pricing, inventory, and trends.
@greekdubliner · X

Connect multiple crypto and forex exchanges to monitor positions, track performance, and get AI trade analysis.
@blackkaide · X
OMNEX: AI that reviews your trades like a coach with no ego to protect — it just tells you where you bleed and how to stop.

Track and explore on-chain data for the f(x) Protocol and fxUSD.
@0xDrVV

Monitor global capital flows and market sentiment using real-time financial indicators.
@Evelyn_tree1 · X
I built a dashboard that just shows me where global money is flowing. Free public data, rebuilds itself twice a day. Every indicator answers exactly one question. Is money loose or tight? Flowing where? Buying what? Risk-on or risk-off? Crowded? If it doesn’t answer one of these, it doesn’t get a slot on the board. Reading got the same treatment: a hard cap of 45 min/day → 5 RSS feeds + 5 newsletters, each rate-limited (Damodaran: about one post a month). I’d rather miss a few things than let the feed become an anxiety machine. I don’t write code. Claude Code wrote every script — fetch, build, publish, twice a day on cron. I set the rules and keep the judgment; the machine does the running. Personal research notes, not investment advice.

Real-time TRON (TRX) yield strategy dashboard with annualized calculations and exit guidelines.
@Crypto77qi · X
我做了一个策略网站 @DeFi_JUST @WestCoast_God @78caicai @TenilleDashwood @OfficialSUNio @trondaoCN @usddio_cn #TRONDeFiSummer #TRONDeFiScientist

Free platform for testing, monitoring, and analyzing APIs with real-time insights.
@SajidAbuba74138 · X
A tool for developers

Build an AI-designed profile website with business cards and per-visitor analytics.
@niazjz · X
15 years of better *ways* to share your card. Nobody built *intelligence* around the exchange. We did. Auto-generated website + per-visitor heatmaps + session replay. Every scan becomes actionable data.

Sports betting analytics with +EV fair-value checks, projections, and bet tracking.
u/sweetnessssss · Reddit
Nine months ago I quit my data science job to build an app. The app is still hungry. Nine months ago I left a comfortable data science job at a travel company to build a sports betting app. Comfortable is and odd word for a job - it means the money arrives on schedule and nobody in your family asks if you're okay. The app is called THE LINEUP ( https://thelineup.pro/ ) -- it does the unromantic parts of betting: comparing prices, working with projections and tracking what happened afterwar

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