
Puter Developer - The Backend for AI-Generated Apps
Backend platform providing auth, storage, database, and LLM APIs (Claude, OpenAI, Gemini) via a single JavaScript library.
ent101 · HN
The Safe, Production-Ready Backend for AI-Generated Apps
The full gallery
Tech stack
31 projects

Backend platform providing auth, storage, database, and LLM APIs (Claude, OpenAI, Gemini) via a single JavaScript library.
ent101 · HN
The Safe, Production-Ready Backend for AI-Generated Apps

Look up any IPv4 or IPv6 address across geolocation, ASN, registry, and IP reputation sources in one clear report.
@fatwang2ai · X
做了一个 IP 检测工具: 开源。一次查询汇总 13 个数据源的风险评分、代理/机房类型和网络归属。不同平台的判断经常不一样,有些数据库甚至提供付费修正机制。与其只信某一家,不如把共识和差异放在一起看,更全面地了解你的 IP

A browser-based dev machine with shell, git, and local AI that collects no data.
Dhravya · GitHub
burrow a whole dev machine in a browser tab - bun.wasm, shell, git, and local AI. phones home to nobody.

Generate customizable Open Graph images from templates for blog posts and social media.
javayhux · V2EX
名称:Open Graph 图片生成器 网址:[https://og.mkdollar.com]( https://og.mkdollar.com) 功能:内置 10+ Open Graph 图片模板,选择模板,配置参数,即可生成好看的 OG 图片,适用于文章配图、社媒帖 子封面等场景 价格:免费使用,免费下载 

Free developer tools organized as a map, featuring formatters, generators, and decoders.
@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

Free online PDF editor with 51 tools for merging, signing, OCR, and translation—works offline, no login needed.
@zubidavies · X

Embeddable visual workflow builder for web apps with optional AI assistance.
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