01 / THE SIGNAL

我们发现了什么

Show HN:一个让 AI 智能体能够安全构建和维护应用的单体仓库。大家好,我花了数十小时打造自己理想的模板,以便快速将应用投入生产;它可能会吸引那些希望以 AI 原生方式、在 Cloudflare 基础设施上低成本快速交付可扩展原型的人。

  • 来源:Hacker News发现于 2026-07-25
  • 证据等级:D · 发现产品或需求信号,暂未获得可核验的商业证据。
  • 商业模式:待核验
  • 主题:AI Agent
  • 初筛评分:18/100 · 收录 1
#工作流自动化#待验证#产品发现
02 / SOURCE & EVIDENCE

证据,比故事更重要。

发现产品或需求信号,暂未获得可核验的商业证据。

规则清洗与初筛,未经人工商业核验。原文语境、实际客户和付费情况仍需自行验证。

引用与数字披露

来源类型(原作者自述/第三方测算/媒体转引)需采集端标注,本版尚未落字段。

短句引用
作者
未标注
抓取日期
来源类型
未标注
数字口径
币种
未标注
口径
未标注
披露主体
未标注
披露日期
未标注

中文辅助译文(全文)

大家好,我花费了数十小时打造我的理想模板,以便快速将应用投入生产——这对那些希望以 AI 原生方式、低成本地在 Cloudflare 基础设施上快速交付可扩展原型的朋友可能会有所帮助。在这个模板中,你将看到: - 一个使用严格类型化 TypeScript 与 Zod 的 pnpm monorepo,使你能够同时开发 React 应用和后端(此处使用 Hono 和原生 Zod 校验器),而无需重复定义契约;- 一套完整的设计配置,旨在最大化 AI 智能体的能力(目前主要支持 Claude Code 和 Cursor),具备精确且按路径作用域划分的规则,以在不污染上下文的情况下强制约定,基于 OXC 的钩子实现超快的格式化和 lint,以及借助 Context7 和 Cloudflare MCP 实现最优上下文收集的子智能体;- 一套面向 Vite 8、TanStack Router、TanStack Query 和 React 19 的下一代配置;- 一组 make 命令,使人类和 AI 智能体都能实现快速、直观的开发;- 清晰的文档,旨在支持引入数十个微服务,并通过多个 worker 之间支持的 RPC 协议以零成本简化应用间通信,等等;- 一套 turborepo 配置,能够在不断扩展的代码库上并行执行所有开发所需的关键命令,并在边缘快速部署数十个服务。我已经在生产环境中对这款模板进行了实战检验,用于开发带身份验证的 MCP、个人应用,以及黑客松场景;它尤其帮助我们在 Hexa 举办的 {Tech: Europe} Paris AI Hackathon 中闯进决赛。

我相信它能极大地帮助创业者以“氛围编程”(vibe coding)的方式快速构建或原型化应用,同时通过在 harness 上的投入保留一定的安全性和最佳实践保障,并且能够吸引广泛的开发者群体——他们关心如何最小化摩擦、避免后端与前端之间或跨多个服务(队列、RPC 等)的重复代码。该仓库原生基于现代且文档相对完善的技术栈,旨在提供尽可能最佳的开发者体验,包括对于那些不每天使用 TypeScript 的开发者(实际上,所采用的细粒度配置使得后端微服务和 React 应用的开发都能以最小改动、无摩擦且相对安全的方式适配)。如果你熟悉 Cloudflare 基础设施和 monorepo 的概念,我强烈建议你去看一看,特别是关于 AI 智能体的配置部分,因为对于我真心喜欢使用的这款工具的任何改进建议,我都表示欢迎。非常感谢该模板所使用各类依赖项的所有贡献者,他们带来了出色的开发体验;期待看到……

译文由上游机器翻译生成,可能有误;判断请以英文原文为准。

英文原文(来源本站未改写)

Hello everyone, I have spent dozens of hours working on my ideal template to quickly bring applications into production, which could be of interest to those who want to rapidly deliver a scalable prototype, in an AI-native manner and at low cost on Cloudflare infrastructures.In this template, you will find: - A pnpm monorepo in strictly typed TypeScript with Zod, allowing you to develop both your React applications and your backend (here with Hono and the native Zod validator) without duplicating contracts;

- A fully designed setup to maximize the capabilities of AI agents (mainly Claude Code and Cursor for now), with precise and path-scoped rules to enforce conventions without polluting the context, hooks based on OXC for ultra-fast formatting and linting, and sub-agents enabling optimal context collection, notably thanks to Context7 and Cloudflare MCPs;- A next-generation configuration for Vite 8, TanStack Router, TanStack Query, and React 19;- A set of make commands enabling fast and intuitive development for both humans and AI agents;

- Clear documentation aimed at supporting the introduction of dozens of microservices, simplifying inter-application communication at zero cost thanks to the RPC protocol supported between multiple workers, etc.;- A turborepo configuration enabling the parallel execution of all essential commands for development on a scaling codebase and the rapid deployment of dozens of services at the edge.I have already been able to battle-test this template in production for the development of MCPs with authentication, personal applications, as well as in hackathon contexts, and it notably enabled us to finish as finalists in the {Tech: Europe} Paris AI Hackathon organized at Hexa.

I believe it could greatly help entrepreneurs to vibe code or prototype applications quickly while preserving certain guarantees of security and best practices thanks to the investments made in the harness, and it can appeal to a wide variety of developers concerned with minimizing friction and avoiding duplicated code between backend and frontend or across multiple services (queues, RPC, etc.).

This repo is natively based on modern and relatively well-documented technologies, with the intention of offering the best possible developer experience, including for those who do not work daily with TypeScript (in practice, the granular configuration used makes it possible to adapt with minimal changes to the development of both backend microservices and React applications without friction and in a relatively secure manner).

I strongly encourage you, if you are familiar with Cloudflare infrastructure and the concept of a monorepo, to take a look at it, particularly regarding the setup for AI agents, as I welcome any recommendations to further improve this tool that I genuinely enjoy working with.A big thank you to all the contributors of the various dependencies used in this template for the great experience they provide, and I look forward to seei

出处https://github.com/louisbrulenaudet/monorepo-template抓取日期 · 采集源 Hacker News

03 / EVIDENCE GAPS

这条还缺什么证据?

下面每条都由本条已有字段推出(等级、理由、商业模式、来源次数、是否演示), 本站不生成推测性结论;通用验证方法放在方法论页。

  • 可核验的收入或付费证据查官网定价页与付费口径;第三方数据源(如 GetLatka)只作旁证,需标注来源与时点。
  • 商业模式未定确认按席位/按用量/授权还是开源托管版收费;开源项目另查 LICENSE 与是否存在付费版。
  • 只有单一来源找一手站点或其他渠道是否重复出现同一产品;社区热帖数量不等于商业进展。

通用验证清单(谁有这个问题/谁愿意付费/一个人能交付哪一小步)见我们的筛选方法

04 / SIGNAL HISTORY

发现时间线