Show HN:开源、部署于 Cloudflare 的原生任务管理与维基系统
Show HN: Open-source Cloudflare deployed agent native task management and wiki

原始链接: https://tajd.github.io/projektor/

**Projektor** 是一款原生支持智能体的项目管理工具,旨在通过模型上下文协议 (MCP) 自动处理开发工作流,例如创建问题、管理工单以及规划迭代。 Projektor 专为效率与扩展性而设计,通过内置的注册表和冲突解决系统,允许多个智能体在同一代码库中协同工作。它填补了轻量级基于文件的追踪工具与 Jira 等企业级解决方案之间的空白,提供了一种经济高效且可自托管的替代方案,能够随需求增长而扩展。 其整体架构运行在 Cloudflare 边缘端(利用 Workers、D1、KV 和 R2),无需复杂的服务器或容器管理。通过“纯配置”的部署流程,你可以在几分钟内完成整个技术栈的配置,甚至可以直接指派智能体为你部署。Projektor 通过自身开发过程进行测试(Dogfooding),确保了以开发者为中心的精简体验,并将自动化与无缝集成置于首位。

开发者 `tajd` 发布了 **Projektor**,这是一个开源、可自托管的任务管理与维基平台,旨在运行于 Cloudflare 之上。 由于对商业项目管理工具的成本以及现有本地替代方案的局限性感到不满,开发者打造了 Projektor,以充分利用 Cloudflare 慷慨的免费使用额度。该平台旨在实现轻松部署,利用了 Cloudflare 近期的 AI 功能,并允许用户通过 Cloudflare Access 策略来保护数据安全。 该项目目前已开源,开发者正在寻求社区对工具本身及其部署流程的反馈。您可以在 [GitHub](https://github.com/TAJD/projektor) 上查看代码和文档。
相关文章

原文
Projektor issue backlog - list view with projects sidebar, issue refs, status, priority, and assignees

Agents drive it

Filing issues, moving tickets, planning sprints, searching the wiki - an agent does it all over MCP, instead of asking you to. The MCP server is the primary surface, not a bolt-on.

Fills the gap

Agent-native like a git-file tracker, but deployed and cross-project like Jira - and cheap to self-host. When you outgrow it, you swap the database, not the tool.

Built for fleets

An agent registry, file claims, and coordination messages let many agents work the same repo in parallel without colliding.

Runs on the edge

One Cloudflare Worker: Hono, D1 for data, KV for cache, R2 for attachments. No servers, no containers. Deploy to your own account in minutes.

Deploy to your own Cloudflare account from a config-only repo - wrangler auto-provisions D1, KV, and R2, applies migrations, and ships. One button, one command, or hand the repo to an agent and say “deploy projektor to my Cloudflare account.”

Self-hosting guide → · Why Projektor looks like this →

Projektor’s own roadmap is tracked inside Projektor; these docs are generated from the same repo.

联系我们 contact @ memedata.com