
WarmMap — Never lose a warm connection again
保存来自 X 和 LinkedIn 的联系人及其相关背景信息,在合适的时间重新建立联系。
@aditya_founder · X
完整作品展
技术栈
60 projects

保存来自 X 和 LinkedIn 的联系人及其相关背景信息,在合适的时间重新建立联系。
@aditya_founder · X

通过ICO Logistics在尼日利亚预订卡车,获得即时报价及实时司机追踪。
@Sustainedcare1 · X
Check out what I just built with Lovable!

监控 SSL 证书和网站安全,包含自动续期检测、安全头部监控和 DNS 健康检查。
@di_spivak · X

Smart Link:链接追踪平台,支持地理定位、机器人防护和A/B测试。
@smartlinkpro10 · X
Building Smart Link Marketing infrastructure for serious marketers. One platform replacing: → Link tracker → Bot protection → Geo targeting → A/B testing → Deep analytics

分析客户摩擦点,获取优化建议以提高转化率。
@EnricoBoeker · X

在一个仪表板中管理出租物业、跟踪租户、租金和维护日志。
@KatiyarSaiyam · X
just shipped my first full-stack app 🏠 properties, tenants, rent tracking & maintenance logs, all in one place. UI is still a work in progress — actively making it better. would love honest reviews & UI suggestions! 🔗 #buildinpublic #webdev #reactjs

输入旅游地点即可生成旅行地图动画视频,无需学习复杂工具。
@yan_ianthe · X
Shoutout to travelboast and — gorgeous travel map animations. I just wanted one for my own trip without learning a timeline. so with GPT 5.5 vibe coding I shipped ✨Free, browser-only, no login, type your stops → get a video. this is what "vibe coding a weekend project" actually looks like: no spec, no figma, just "build me X" in a chat window.


检查使用 AI 服务前浏览器暴露的网络和身份信号。
@FunnyDiscovery · X
做了一个纯前端小工具:AI Signal Guard 用来在使用 Claude / ChatGPT / Gemini 前,自查浏览器侧能暴露哪些信号: - 出口 IP / ASN / 组织 - DNS 泄漏 - WebRTC 泄漏 - 语言、时区、字体、Emoji 纯静态页面,无自建后端 在线体验: GitHub仓库:

实时监控 API 和基础设施,获得即时告警和状态页
@RulianLLP · X
Mine is - it's a "I vibe coded my app, now what?" production checklist, scanner and and active/dead man monitor to make sure you've covered all the small things that could easily break your production environment. My laravel cloud url is -

部署网络应用、服务器和数据库,具有自动扩展和监控功能。
@aisolram · X
New rule. = vibe coded. = vibe coded. Still has the default Vercel favicon = definitely vibe coded. Change my mind.

可嵌入的可视化工作流编辑器,支持AI驱动或纯逻辑设计。
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t