Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<a href="./LICENSE"><img src="https://img.shields.io/github/license/Totoro-qaq/flowforge" alt="MIT license"></a>
</p>

<p align="center">
<a href="https://flowforge-fawn-ten.vercel.app"><strong>🚀 Try FlowForge online</strong></a>
</p>

> [!NOTE]
> The live app is hosted on Vercel. Access to `*.vercel.app` may be unreliable
> on some networks, including in mainland China. If it does not load, see the
> product screenshots below or follow the local quick start.

FlowForge turns a natural-language product brief into a reviewable plan and a
local-first CRUD app. The model produces typed `ProductPlan` and `AppSpec`
data; a trusted compiler, artifact verifier, and sandbox handshake create and
Expand Down
9 changes: 9 additions & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@
<a href="./LICENSE"><img src="https://img.shields.io/github/license/Totoro-qaq/flowforge" alt="MIT 许可证"></a>
</p>

<p align="center">
<a href="https://flowforge-fawn-ten.vercel.app"><strong>🚀 在线体验 FlowForge</strong></a>
</p>

> [!NOTE]
> 在线版本托管于 Vercel。受网络环境影响,中国大陆部分网络可能无法稳定访问
> `*.vercel.app`。若页面无法加载,可查看下方产品截图,或按照「无需 API Key
> 的本地运行」在本地体验完整流程。

FlowForge 将自然语言产品需求转化为可审阅的计划和本地优先的 CRUD
应用。模型只生成类型明确的 `ProductPlan` 与 `AppSpec` 数据;可信编译器、
产物校验器和沙箱握手负责创建并放行真正可执行的结果。
Expand Down