
nextbunny - Visually Build Production Ready React & Next.js
NextBunny:可视化构建生产级 React & Next.js 应用,导出整洁代码。
@MahatiSingh · X
完整作品展
技术栈
60 projects

NextBunny:可视化构建生产级 React & Next.js 应用,导出整洁代码。
@MahatiSingh · X

Waysorted - 与其他软件集成的设计工具套件
@aviralgarg05 · X
Here's what you get on One toolkit. Every design task.

Mentora 根据你的回答进行适配,帮助你了解需要复习、修复或继续推进的内容。
@bellyencours · X

自动吸引LinkedIn潜在客户的平台,采用文章推广、创意人物定位和关键词监控。
@TejasChauhan072 · X

屏幕录制自动生成分步指南和培训文档
@Amit63390 · X

发现从Reddit和Hacker News讨论中的AI评分SaaS创意。
@_itisthedude · X
Building FounderMate, helps builders to find pain points from Reddit and Hacker News

追踪 LinkedIn 参与度,识别购买信号并生成合格的 CRM 就绪线索。
@traxy_ai · X
LinkedIn is where B2B deals are. helps you connect with the signals for these deals as soon as they arise and have them ready for your outbound systems. Do not be part of the noise, but the conversations.

为 AI 代理分配任务和管理依赖关系的优先级工作队列平台。
Olscore · HN
Pullboard – a work queue for agents, built to run a quant desk

用AI将日程表转化为英文课程,在Animal Crossing风格小岛上学习词汇。
@lzhgus · X
My kid goes to an English-only school in the US, but we speak Chinese at home. So I built her a tiny Animal Crossing-style island to learn English 🏝️ Snap a pic of the teacher's daily schedule → AI turns it into a lesson pack → she learns words from animal villagers, shakes apple trees, goes fishing 🎣 100% hand-written Three.js, zero assets, no backend. Try it:

自动将提示词路由到最便宜的模型,节省API成本。
u/ASDKING100 · Reddit
Launched an AI API router tonight, and found a bug hours in that would've taken real payments without ever upgrading the account Built LLMLite over the past few weeks — it classifies each prompt and routes it to the cheapest model that can actually handle it, instead of hitting GPT-4o for everything. Free tier, no card needed to try it. Tonight, right as I was about to launch, ran a real transaction to test the payment flow end to end. Paddle processed it, webhook fired, signature verified


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