
Markra
开源Markdown编辑器,支持本地存储、跨平台和AI辅助编辑。
Markra — 本地优先的开源所见即所得 Markdown 编辑器,支持 Web、macOS、Windows 和 Linux,AI 修改可预览后应用 - [更多介绍](https://github.com/markrahq/markra/blob/main/README.zh-CN.md)
完整作品展
技术栈
60 projects

开源Markdown编辑器,支持本地存储、跨平台和AI辅助编辑。
Markra — 本地优先的开源所见即所得 Markdown 编辑器,支持 Web、macOS、Windows 和 Linux,AI 修改可预览后应用 - [更多介绍](https://github.com/markrahq/markra/blob/main/README.zh-CN.md)

基于比特币的操作系统,用于构建和运行AI工作流。
@Economy_V1 · X
AI workflows for the rest of us. Built on Bitcoin. Building cloudless at

为 AI 代理的表单提交后端服务。
@gonelf · X
So many things - dead simple way to share projects within your team - dead simple base - no backend forms - ez directory submissions - a Lego event

在AI驱动的市场购买奢侈房产、游艇和飞机。
@chandlerwilcox · X

查找、复制和分享AI工作流 — 可复用的自动化系统,包含工具、提示和步骤。
@softlaunched_io · X
Hey Jack! We've just recently launched, we're a marketplace for sharing AI workflows. We're also big fans of quick-to-launch vibe coding, our entire build process workflow is public and free to check out and copy!

为您的自由职业业务管理客户、发票、时间跟踪和费用。
@ShayPunter · X
- Less back office. More of the work you love.

LetMeSend.Email:事务邮件、营销活动和 AI 邮件生成的统一平台。
@_gchauhan · X
Hello Jasper! We've been building Most businesses use separate tools for: • Transactional email • Marketing campaigns with A/B testing • Mailboxes • Contacts • AI email creation • Dynamic content integration • Domain specific branding Five products. Five subscriptions. Five sources of truth. We decided to build communication as one connected system instead. combines email infrastructure, campaigns, mailboxes, contacts, domains, AI generation, and webhooks in a single platform. Would love feedback on the product, positioning, messaging, and first impressions.

自动QA智能体测试网页和移动应用,发现流程和漏洞,重放测试场景。
@AbdullahYusufY · X
Here is ours We are developing autonomous QA agents feel free to check it out.


在 GitHub 上发现趋势 AI/ML 仓库,包含实时警报和提交热力图。
@g_saikumar_ · X
Real-time GitHub intelligence for developers, founders, and open-source enthusiasts.

检查 RAG 块并可视化 AI 代理工作流、内存架构和执行轨迹。
@Higgs0110 · 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