
Puter Developer - The Backend for AI-Generated Apps
一个提供认证、存储和LLM集成的Backend平台,无需服务器或配置。
ent101 · HN
The Safe, Production-Ready Backend for AI-Generated Apps
完整作品展
技术栈
31 projects

一个提供认证、存储和LLM集成的Backend平台,无需服务器或配置。
ent101 · HN
The Safe, Production-Ready Backend for AI-Generated Apps

查询 IPv4 和 IPv6 地址的地理位置、ASN、注册信息和信誉评分。
@fatwang2ai · X
做了一个 IP 检测工具: 开源。一次查询汇总 13 个数据源的风险评分、代理/机房类型和网络归属。不同平台的判断经常不一样,有些数据库甚至提供付费修正机制。与其只信某一家,不如把共识和差异放在一起看,更全面地了解你的 IP

浏览器中的开发环境,集成shell、git和本地AI。
Dhravya · GitHub
burrow a whole dev machine in a browser tab - bun.wasm, shell, git, and local AI. phones home to nobody.

从模板生成可定制的 Open Graph 图片,用于博客和社交媒体。
javayhux · V2EX
名称:Open Graph 图片生成器 网址:[https://og.mkdollar.com]( https://og.mkdollar.com) 功能:内置 10+ Open Graph 图片模板,选择模板,配置参数,即可生成好看的 OG 图片,适用于文章配图、社媒帖 子封面等场景 价格:免费使用,免费下载 

免费开发者工具集合,以地图形式组织,包括格式化、生成和解码工具。
@AntiaIuri · X
Just shipped DevErse 🚀 A curated directory for dev tools & AI utilities built to speed up your workflow. It's super early stage — check it out and let me know your thoughts! 👇 🔗 #buildinpublic #indiehackers #laravel #reactjs

RightPDFKit是免费PDF编辑器,有51个工具,无需账户,支持离线。
@zubidavies · X

可嵌入的可视化工作流编辑器,支持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