
grepapi — affordable, CLI agent-first SerpApi alternative
搜索结果 API,作为 SerpApi 的替代方案,具有 CLI 和 agent 集成功能
@javimosch · X
完整作品展
技术栈
23 projects

搜索结果 API,作为 SerpApi 的替代方案,具有 CLI 和 agent 集成功能
@javimosch · X

Devthropology – Better Insights for GitHub Repos
dpc94 · HN
Devthropology – Better Insights for GitHub Repos

用于图片调整、JSON格式化、PDF处理、文本分析和设计的免登录浏览器工具合集。
musekit · Product Hunt
Free AI Tools Free browser tools for everyday tasks, no login

用可视化编辑器设计、测试和发布AI就绪的API。
@milonspace · X
A specification nobody can find is functionally the same as no specification.

创建带有自定义徽标、颜色和使用情况跟踪的动态 QR 码
@IfeanyiArinze10 · X
What does What makes it unique?

ToolsLoop:自由职业者免费工具套件,包括发票、增值税、报价、费用追踪和商名生成。
@tools_loop · X

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

创建流程图、程序图、组织架构和UML图的免费在线工具。
@N0V4Dev · X
I found a tool called Next AI that links AI capabilities directly with diagrams. It lets you build and edit diagrams using natural language prompts instead of clicking around the canvas manually. It's a handy way to sketch out architecture when you don't want to drag every box yourself. The project is built on TypeScript with React 19 and Next.js. It supports multiple AI providers and even includes an MCP Server. This means you can use it with the Claude Code CLI to generate diagrams from your terminal. Deployment options are flexible too. You can run the tool locally with Docker or push it to Vercel and Cloudflare Workers. It supports multi provider setups so you can pick the backend that fits your workflow. #Nextjs #AI #Diagrams #TypeScript

用 unlocalhost 分享本地应用,内置安全登录。
@ArnavGupta47851 · X
Vibe coding is fun. Sharing what you built is not. So I built unlocalhost. Tell your coding agent to deploy, say who is allowed in, and you get a real link with a login wall already in front of it.

ReadMeAd 让你在 GitHub README 中添加广告赚取收入。
@V1Gameboy · X
Do you want to make passive income from your GitHub code? Try a site that let's you put ads on in the README section of your repository to earn money.

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