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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ Modules install as source files in your app. You review the code, own the code,
13
13
> [!NOTE]
14
14
> The registry is the product. Presets are only curated bundles of modules.
15
15
16
+
StackFoundry is inspired by the shadcn registry/source-block model and applies that idea to production SaaS systems: modules ship as editable source, not opaque dependencies.
17
+
16
18
## Why Use It
17
19
18
20
| Problem | StackFoundry gives you |
@@ -64,7 +66,7 @@ Current source registry coverage:
64
66
65
67
| Area | Examples |
66
68
| --- | --- |
67
-
| Foundation |`next-saas`, `sidebar-shell`, `t3-env`, `quality-tooling`, `theme-system`|
69
+
| Foundation |`next-saas-shell`, `sidebar-shell`, `t3-env`, `quality-tooling`, `theme-system`|
Copy file name to clipboardExpand all lines: docs/registry.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ Each module has:
28
28
29
29
StackFoundry follows a source registry pattern: source blocks are described by JSON, files are copied into the consumer app, and the consumer owns the result.
30
30
31
+
The model is inspired by the shadcn registry/source-block approach, then extended for production SaaS modules with routes, server helpers, schema files, env notes, docs, verification checklists, and maintenance skills.
32
+
31
33
StackFoundry adapts that model for production SaaS systems instead of UI-only components. A block may include routes, server helpers, schema files, env examples, docs, tests/checklists, and maintainer skill guidance.
0 commit comments