You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

@@ -18,7 +18,7 @@ StackFoundry is a public source registry for the production systems SaaS teams r
18
18
19
19
Modules install as source files in your app. You review the code, own the code, and keep the maintenance context that ships with it.
20
20
21
-
StackFoundry installs are also coding-agent-ready: Cursor, Codex, Claude, and similar tools can inspect recipes, dry-run installs, review generated diffs, and follow included prompt packs.
21
+
StackFoundry installs are also coding-assistant-ready: tools can inspect recipes, dry-run installs, review generated diffs, and follow included prompt packs.
22
22
23
23
> [!IMPORTANT]
24
24
> The registry is the product. Modules are the unit of value. Recipes are the guided path. Presets are convenience bundles.
It gives agents a safe workflow for inspecting recipes, dry-running installs, reviewing diffs, checking env notes, and verifying the target app after source lands.
136
+
It includes recipe-aligned prompts for API SaaS, minimal SaaS, enterprise SaaS, AI SaaS, customer intelligence, Cloudflare SaaS, integration marketplace, security center, and support ops installs. Each prompt defines the completed SaaS endpoint, dry-run/install workflow, expected modules, verification steps, and production handoff.
137
+
138
+
It gives agents a safe workflow for inspecting recipes, dry-running installs, reviewing diffs, checking env notes, and verifying the target app after source lands with Biome lint/format, TypeScript typecheck, tests, production build, and responsive smoke checks.
Copy file name to clipboardExpand all lines: apps/web/app/docs/page.tsx
+96-10Lines changed: 96 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -53,8 +53,8 @@ const pathCards = [
53
53
},
54
54
{
55
55
title: "Agent-ready installs",
56
-
eyebrow: "Cursor, Codex, Claude",
57
-
body: "Use agent-ready-installs when a coding agent should inspect recipes, run dry-runs, review diffs, and follow safe infrastructure install prompts.",
56
+
eyebrow: "one-shot prompts",
57
+
body: "Use agent-ready-installs when a coding assistant should inspect recipes, run dry-runs, review diffs, and follow safe infrastructure install prompts.",
0 commit comments