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
+31-8Lines changed: 31 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,24 @@
1
1
# StackFoundry
2
2
3
-
Install production SaaS and AI features as editable source code.
3
+
Install production SaaS modules as editable source code.
4
4
5
-
StackFoundry is a source registry for full-stack app modules: auth, billing, API keys, webhooks, AI chat, agents, analytics, docs, Drizzle schemas, tests, and deployment workflows.
5
+
StackFoundry is a source registry for full-stack app modules: auth, billing, API keys, webhooks, analytics, docs, Drizzle schemas, tests, and deployment workflows.
6
6
7
-
Every module ships with the code and the agent operating instructions needed to maintain it.
7
+
Every module ships with the code and the operating instructions needed to maintain it.
8
8
9
9
No black boxes. No locked framework. Copy the code. Own the code.
10
10
11
11
## Status
12
12
13
-
This repository is the public seed for StackFoundry. The product direction is the registry and module installer.
13
+
This repository is the public seed for StackFoundry. The product is the registry and module installer. Presets are only bundles of modules.
14
+
15
+
StackFoundry sits between three familiar ideas:
16
+
17
+
- source registries: copy code into your app so you own it
18
+
- stack builders: choose only the systems you need
19
+
- production SaaS kits: ship real auth, billing, database, analytics, docs, and operations surfaces
20
+
21
+
The difference is that StackFoundry modules include the implementation, the setup notes, the test checklist, and the maintenance guidance together.
14
22
15
23
## First Demo
16
24
@@ -20,6 +28,7 @@ Target workflow:
20
28
pnpm create stackfoundry my-app
21
29
cd my-app
22
30
31
+
pnpm dlx stackfoundry add drizzle-postgres
23
32
pnpm dlx stackfoundry add api-keys
24
33
pnpm dlx stackfoundry add stripe-billing
25
34
```
@@ -32,8 +41,8 @@ The demo should show each module adding:
32
41
- environment variables
33
42
- docs
34
43
- tests or verification checklist
35
-
-`.agents/skills/<module>/SKILL.md`
36
-
-`AGENTS.md` guidance
44
+
-maintenance guidance
45
+
-install metadata for future diff/update safety
37
46
38
47
## V1 Golden Path
39
48
@@ -52,6 +61,20 @@ The demo should show each module adding:
52
61
-`sentry-monitoring`
53
62
-`resend-email`
54
63
64
+
## Module Categories
65
+
66
+
StackFoundry is designed around production SaaS systems:
0 commit comments