
Bubblegram | Telegram-powered live chat widget
Embed a live chat widget on your site to communicate with visitors through Telegram.
@hajlomi · X
- Telegram-powered live chat widget
The full gallery
Tech stack
20 projects

Embed a live chat widget on your site to communicate with visitors through Telegram.
@hajlomi · X
- Telegram-powered live chat widget

Match anime colors from memory by adjusting HSB sliders in this guessing game.
ToonTone — 在线动漫猜颜色小游戏

Create one page to aggregate all your links with QR code and live stats.
@interchained · X
one handle, every surface

Scan crypto tokens for risk analysis using AI-powered detection from screenshots.
@aidyor33641 · X
is crypto platform. All in one place: *multichain token scanner *OCR-screenshoot to scan *crypto related news feeds *smart contract bug scanner-for devs to clean airdrops of their respective tokens before Cex/Dex contact info: [email protected]

Block distracting websites by solving math or coding puzzles.
hackitup7 · HN
TLDR built a Chrome site blocker that lets you into distracting sites only after you do some math or simple coding (JS only right now). Direct link to extension (the site just gives you more context): https://chromewebstore.google.com/detail/sphinx-earn-your-di... Philosophically it's a speed bump rather than a hard gate, because you'll eventually tear a gate down but you'll leave a speed bump. I've always eventually removed site blockers, or just had them become a nuisance that I reflexively dismiss before getting to distracting sites. Site blockers don't really reduce the "start navigating to a distracting site" muscle memory, and they eventually just become annoying. Dopamine is a hell of a drug. At the same time, I've been getting frustrated that my intermediate/advanced math skills have atrophied, and becoming more senior in my career (plus AI...) has caused my coding skills to atrophy even further. Realistically I'm not going to force myself to do math or coding exercises aft

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

Browse 5675+ Midjourney --sref codes and style references to customize your AI-generated images.
Midjourney 样式代码库 — SrefHunter 汇集各种社交媒体平台的 Midjourney 样式代码

Create goal trees with accountability partners to turn big goals into daily tasks and track progress together.
@WyDoin_app · X
I just launched platform for hustlers to building goal trees, Network, check other hustlers goal trees. Checking ur bro peogress. Link -

Automatic medicine reminders sent on WhatsApp when you upload prescription photos; no app installation needed.
@buckycodes · X

Fast 5-letter word finder for Wordle, Scrabble, and crosswords with position and letter filtering.
lby910722 · V2EX
做了一个 5 Letter Word Finder:按 Wordle 线索快速筛 5 字母单词 最近做了一个英文 5 字母单词查找工具,主要给 Wordle / crossword / Scrabble 这类场景用: https://5letterwordsfinder.org/ 特点: - 可以按 green tile 的固定位置筛选 - 支持 must include / exclude letters - 支持 starts with / ends with / contains pattern - 支持 available letters ,用来做 anagram / rack search - 词库在前端本地跑,结果响应很快,不依赖远程 solver API - 有 common-only 模式,Wordle 场景不会被太多冷僻词淹没 我把工具放在首页第一屏,下面才是说明文档和 FAQ 。现在主要想收集一下文字游戏玩家 / 做工具站朋友的反馈:哪些筛选项、排序逻辑或移动端交互还可以再改?


Save bookmarks from X, Reddit, Instagram, TikTok, YouTube, and Bluesky with AI auto-tagging.
@deckard_the_dev · X
Sync bookmarks, ai tagged, fully searchable