@contractspec/bundle.marketing 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +73 -73
- package/CHANGELOG.md +20 -0
- package/README.md +6 -1
- package/dist/browser/components/marketing/CofounderPage.js +2 -2
- package/dist/browser/components/marketing/ContactClient.js +57 -961
- package/dist/browser/components/marketing/DesignPartnerPage.js +2 -2
- package/dist/browser/components/marketing/LandingPage.js +6 -6
- package/dist/browser/components/marketing/PricingClient.js +107 -1127
- package/dist/browser/components/marketing/ProductClientPage.js +2 -2
- package/dist/browser/components/marketing/index.js +157 -1064
- package/dist/browser/components/marketing/pricing-thinking-modal.js +3 -3
- package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/browser/components/marketing/sections/CtaSection.js +2 -2
- package/dist/browser/components/marketing/sections/HeroMarketingSection.js +2 -2
- package/dist/browser/components/marketing/studio-signup-section.js +87 -0
- package/dist/browser/components/templates/TemplatesClientPage.js +175 -1082
- package/dist/browser/components/templates/index.js +181 -1088
- package/dist/browser/index.js +505 -1157
- package/dist/browser/registry/engine.js +158 -1080
- package/dist/browser/registry/index.js +158 -1080
- package/dist/browser/registry/registry-docs.js +2 -17
- package/dist/browser/registry/registry-landing.js +156 -1063
- package/dist/browser/registry/registry.js +158 -1080
- package/dist/browser/registry/utils.js +158 -1080
- package/dist/components/marketing/CofounderPage.js +2 -2
- package/dist/components/marketing/ContactClient.js +57 -961
- package/dist/components/marketing/DesignPartnerPage.js +2 -2
- package/dist/components/marketing/LandingPage.js +6 -6
- package/dist/components/marketing/PricingClient.js +107 -1127
- package/dist/components/marketing/ProductClientPage.js +2 -2
- package/dist/components/marketing/index.d.ts +1 -1
- package/dist/components/marketing/index.js +157 -1064
- package/dist/components/marketing/pricing-thinking-modal.js +3 -3
- package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/components/marketing/sections/CtaSection.js +2 -2
- package/dist/components/marketing/sections/HeroMarketingSection.js +2 -2
- package/dist/components/marketing/studio-signup-section.d.ts +5 -0
- package/dist/components/marketing/studio-signup-section.js +82 -0
- package/dist/components/templates/TemplatesClientPage.js +175 -1082
- package/dist/components/templates/index.js +181 -1088
- package/dist/index.js +505 -1157
- package/dist/node/components/marketing/CofounderPage.js +2 -2
- package/dist/node/components/marketing/ContactClient.js +57 -961
- package/dist/node/components/marketing/DesignPartnerPage.js +2 -2
- package/dist/node/components/marketing/LandingPage.js +6 -6
- package/dist/node/components/marketing/PricingClient.js +107 -1127
- package/dist/node/components/marketing/ProductClientPage.js +2 -2
- package/dist/node/components/marketing/index.js +157 -1064
- package/dist/node/components/marketing/pricing-thinking-modal.js +3 -3
- package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/node/components/marketing/sections/CtaSection.js +2 -2
- package/dist/node/components/marketing/sections/HeroMarketingSection.js +2 -2
- package/dist/node/components/marketing/studio-signup-section.js +82 -0
- package/dist/node/components/templates/TemplatesClientPage.js +175 -1082
- package/dist/node/components/templates/index.js +181 -1088
- package/dist/node/index.js +505 -1157
- package/dist/node/registry/engine.js +158 -1080
- package/dist/node/registry/index.js +158 -1080
- package/dist/node/registry/registry-docs.js +2 -17
- package/dist/node/registry/registry-landing.js +156 -1063
- package/dist/node/registry/registry.js +158 -1080
- package/dist/node/registry/utils.js +158 -1080
- package/dist/registry/engine.js +158 -1080
- package/dist/registry/index.js +158 -1080
- package/dist/registry/registry-docs.js +2 -17
- package/dist/registry/registry-landing.js +156 -1063
- package/dist/registry/registry.js +158 -1080
- package/dist/registry/utils.js +158 -1080
- package/package.json +26 -26
- package/src/components/marketing/CofounderPage.tsx +2 -2
- package/src/components/marketing/ContactClient.tsx +3 -3
- package/src/components/marketing/DesignPartnerPage.tsx +3 -3
- package/src/components/marketing/PricingClient.tsx +39 -38
- package/src/components/marketing/ProductClientPage.tsx +2 -2
- package/src/components/marketing/index.ts +1 -1
- package/src/components/marketing/pricing-thinking-modal.tsx +5 -5
- package/src/components/marketing/sections/CorePositioningSection.tsx +2 -2
- package/src/components/marketing/sections/CtaSection.tsx +2 -2
- package/src/components/marketing/sections/HeroMarketingSection.tsx +2 -2
- package/src/components/marketing/studio-signup-section.tsx +56 -0
- package/src/components/templates/TemplatesClientPage.tsx +12 -9
- package/src/registry/registry-docs.ts +0 -40
- package/dist/browser/components/marketing/waitlist-section.js +0 -1104
- package/dist/components/marketing/waitlist-section.d.ts +0 -7
- package/dist/components/marketing/waitlist-section.js +0 -1099
- package/dist/node/components/marketing/waitlist-section.js +0 -1099
- package/src/components/marketing/waitlist-section.tsx +0 -606
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,144 +3,144 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=43
|
|
6
|
-
Bundled 43 modules in
|
|
6
|
+
Bundled 43 modules in 32ms
|
|
7
7
|
|
|
8
8
|
components/marketing/ChangelogPage.js 4.28 KB (entry point)
|
|
9
|
-
./index.js 0.
|
|
10
|
-
|
|
9
|
+
./index.js 0.28 MB (entry point)
|
|
10
|
+
libs/email/waitlist-application.js 11.18 KB (entry point)
|
|
11
|
+
libs/email/waitlist.js 7.48 KB (entry point)
|
|
12
|
+
registry/index.js 211.35 KB (entry point)
|
|
11
13
|
registry/types.js 8 bytes (entry point)
|
|
12
|
-
registry/utils.js
|
|
13
|
-
registry/engine.js
|
|
14
|
-
registry/registry.js
|
|
15
|
-
registry/registry-docs.js
|
|
16
|
-
registry/registry-landing.js
|
|
14
|
+
registry/utils.js 210.95 KB (entry point)
|
|
15
|
+
registry/engine.js 209.41 KB (entry point)
|
|
16
|
+
registry/registry.js 208.88 KB (entry point)
|
|
17
|
+
registry/registry-docs.js 27.11 KB (entry point)
|
|
18
|
+
registry/registry-landing.js 181.60 KB (entry point)
|
|
17
19
|
registry/factory.js 1.35 KB (entry point)
|
|
18
|
-
components/templates/index.js
|
|
20
|
+
components/templates/index.js 230.34 KB (entry point)
|
|
19
21
|
libs/email/newsletter.js 6.88 KB (entry point)
|
|
20
22
|
libs/email/types.js 49 bytes (entry point)
|
|
21
|
-
components/templates/TemplatesClientPage.js
|
|
23
|
+
components/templates/TemplatesClientPage.js 223.22 KB (entry point)
|
|
22
24
|
components/templates/TemplatesPreviewModal.js 7.81 KB (entry point)
|
|
23
25
|
components/templates/TemplatesPage.js 6.85 KB (entry point)
|
|
24
|
-
components/marketing/index.js
|
|
25
|
-
components/marketing/CofounderPage.js 21.
|
|
26
|
-
components/marketing/ContactClient.js
|
|
26
|
+
components/marketing/index.js 177.84 KB (entry point)
|
|
27
|
+
components/marketing/CofounderPage.js 21.88 KB (entry point)
|
|
28
|
+
components/marketing/ContactClient.js 18.45 KB (entry point)
|
|
27
29
|
libs/email/contact.js 6.12 KB (entry point)
|
|
30
|
+
libs/email/client.js 3.42 KB (entry point)
|
|
31
|
+
libs/email/utils.js 311 bytes (entry point)
|
|
28
32
|
components/marketing/ContributePage.js 23.33 KB (entry point)
|
|
29
|
-
components/marketing/DesignPartnerPage.js 13.
|
|
33
|
+
components/marketing/DesignPartnerPage.js 13.83 KB (entry point)
|
|
30
34
|
components/marketing/LandingPage.js 24.1 KB (entry point)
|
|
31
35
|
components/marketing/sections/OutputsSection.js 3.26 KB (entry point)
|
|
32
36
|
components/marketing/sections/ProblemSection.js 3.13 KB (entry point)
|
|
33
37
|
components/marketing/sections/SolutionSection.js 3.19 KB (entry point)
|
|
34
38
|
components/marketing/sections/StepsSection.js 3.17 KB (entry point)
|
|
35
39
|
components/marketing/sections/AudienceSection.js 3.47 KB (entry point)
|
|
36
|
-
components/marketing/sections/CorePositioningSection.js 2.
|
|
37
|
-
components/marketing/sections/CtaSection.js 2.
|
|
40
|
+
components/marketing/sections/CorePositioningSection.js 2.54 KB (entry point)
|
|
41
|
+
components/marketing/sections/CtaSection.js 2.33 KB (entry point)
|
|
38
42
|
components/marketing/sections/DevelopersSection.js 1.37 KB (entry point)
|
|
39
43
|
components/marketing/sections/FearsSection.js 3.35 KB (entry point)
|
|
40
44
|
components/marketing/sections/IconGridSection.js 1.66 KB (entry point)
|
|
41
|
-
components/marketing/sections/HeroMarketingSection.js 3.
|
|
42
|
-
components/marketing/PricingClient.js
|
|
43
|
-
components/marketing/pricing-thinking-modal.js 11.
|
|
45
|
+
components/marketing/sections/HeroMarketingSection.js 3.64 KB (entry point)
|
|
46
|
+
components/marketing/PricingClient.js 47.66 KB (entry point)
|
|
47
|
+
components/marketing/pricing-thinking-modal.js 11.35 KB (entry point)
|
|
44
48
|
libs/pricing-examples.js 410 bytes (entry point)
|
|
45
|
-
components/marketing/
|
|
46
|
-
|
|
47
|
-
libs/email/waitlist.js 7.48 KB (entry point)
|
|
48
|
-
libs/email/client.js 3.42 KB (entry point)
|
|
49
|
-
libs/email/utils.js 311 bytes (entry point)
|
|
50
|
-
components/marketing/ProductClientPage.js 26.63 KB (entry point)
|
|
49
|
+
components/marketing/studio-signup-section.js 3.33 KB (entry point)
|
|
50
|
+
components/marketing/ProductClientPage.js 26.64 KB (entry point)
|
|
51
51
|
|
|
52
52
|
[contractspec-bun-build] transpile target=node root=src entries=43
|
|
53
|
-
Bundled 43 modules in
|
|
53
|
+
Bundled 43 modules in 34ms
|
|
54
54
|
|
|
55
55
|
components/marketing/ChangelogPage.js 4.34 KB (entry point)
|
|
56
|
-
./index.js 0.
|
|
57
|
-
|
|
56
|
+
./index.js 0.28 MB (entry point)
|
|
57
|
+
libs/email/waitlist-application.js 11.23 KB (entry point)
|
|
58
|
+
libs/email/waitlist.js 7.53 KB (entry point)
|
|
59
|
+
registry/index.js 211.31 KB (entry point)
|
|
58
60
|
registry/types.js 0 KB (entry point)
|
|
59
|
-
registry/utils.js
|
|
60
|
-
registry/engine.js
|
|
61
|
-
registry/registry.js
|
|
62
|
-
registry/registry-docs.js
|
|
63
|
-
registry/registry-landing.js
|
|
61
|
+
registry/utils.js 210.91 KB (entry point)
|
|
62
|
+
registry/engine.js 209.36 KB (entry point)
|
|
63
|
+
registry/registry.js 208.83 KB (entry point)
|
|
64
|
+
registry/registry-docs.js 27.18 KB (entry point)
|
|
65
|
+
registry/registry-landing.js 181.56 KB (entry point)
|
|
64
66
|
registry/factory.js 1.42 KB (entry point)
|
|
65
|
-
components/templates/index.js
|
|
67
|
+
components/templates/index.js 230.26 KB (entry point)
|
|
66
68
|
libs/email/newsletter.js 6.93 KB (entry point)
|
|
67
69
|
libs/email/types.js 41 bytes (entry point)
|
|
68
|
-
components/templates/TemplatesClientPage.js
|
|
70
|
+
components/templates/TemplatesClientPage.js 223.14 KB (entry point)
|
|
69
71
|
components/templates/TemplatesPreviewModal.js 7.88 KB (entry point)
|
|
70
72
|
components/templates/TemplatesPage.js 6.91 KB (entry point)
|
|
71
|
-
components/marketing/index.js
|
|
72
|
-
components/marketing/CofounderPage.js 21.
|
|
73
|
-
components/marketing/ContactClient.js
|
|
73
|
+
components/marketing/index.js 177.80 KB (entry point)
|
|
74
|
+
components/marketing/CofounderPage.js 21.93 KB (entry point)
|
|
75
|
+
components/marketing/ContactClient.js 18.52 KB (entry point)
|
|
74
76
|
libs/email/contact.js 6.18 KB (entry point)
|
|
77
|
+
libs/email/client.js 3.48 KB (entry point)
|
|
78
|
+
libs/email/utils.js 375 bytes (entry point)
|
|
75
79
|
components/marketing/ContributePage.js 23.35 KB (entry point)
|
|
76
|
-
components/marketing/DesignPartnerPage.js 13.
|
|
77
|
-
components/marketing/LandingPage.js 24.
|
|
80
|
+
components/marketing/DesignPartnerPage.js 13.89 KB (entry point)
|
|
81
|
+
components/marketing/LandingPage.js 24.12 KB (entry point)
|
|
78
82
|
components/marketing/sections/OutputsSection.js 3.32 KB (entry point)
|
|
79
83
|
components/marketing/sections/ProblemSection.js 3.19 KB (entry point)
|
|
80
84
|
components/marketing/sections/SolutionSection.js 3.25 KB (entry point)
|
|
81
85
|
components/marketing/sections/StepsSection.js 3.23 KB (entry point)
|
|
82
86
|
components/marketing/sections/AudienceSection.js 3.53 KB (entry point)
|
|
83
|
-
components/marketing/sections/CorePositioningSection.js 2.
|
|
84
|
-
components/marketing/sections/CtaSection.js 2.
|
|
87
|
+
components/marketing/sections/CorePositioningSection.js 2.61 KB (entry point)
|
|
88
|
+
components/marketing/sections/CtaSection.js 2.40 KB (entry point)
|
|
85
89
|
components/marketing/sections/DevelopersSection.js 1.42 KB (entry point)
|
|
86
90
|
components/marketing/sections/FearsSection.js 3.41 KB (entry point)
|
|
87
91
|
components/marketing/sections/IconGridSection.js 1.72 KB (entry point)
|
|
88
92
|
components/marketing/sections/HeroMarketingSection.js 3.70 KB (entry point)
|
|
89
|
-
components/marketing/PricingClient.js
|
|
90
|
-
components/marketing/pricing-thinking-modal.js 11.
|
|
93
|
+
components/marketing/PricingClient.js 47.71 KB (entry point)
|
|
94
|
+
components/marketing/pricing-thinking-modal.js 11.41 KB (entry point)
|
|
91
95
|
libs/pricing-examples.js 471 bytes (entry point)
|
|
92
|
-
components/marketing/
|
|
93
|
-
libs/email/waitlist-application.js 11.23 KB (entry point)
|
|
94
|
-
libs/email/waitlist.js 7.53 KB (entry point)
|
|
95
|
-
libs/email/client.js 3.48 KB (entry point)
|
|
96
|
-
libs/email/utils.js 375 bytes (entry point)
|
|
96
|
+
components/marketing/studio-signup-section.js 3.39 KB (entry point)
|
|
97
97
|
components/marketing/ProductClientPage.js 26.70 KB (entry point)
|
|
98
98
|
|
|
99
99
|
[contractspec-bun-build] transpile target=browser root=src entries=43
|
|
100
|
-
Bundled 43 modules in
|
|
100
|
+
Bundled 43 modules in 23ms
|
|
101
101
|
|
|
102
102
|
components/marketing/ChangelogPage.js 4.60 KB (entry point)
|
|
103
|
-
./index.js 0.
|
|
104
|
-
|
|
103
|
+
./index.js 0.28 MB (entry point)
|
|
104
|
+
libs/email/waitlist-application.js 11.49 KB (entry point)
|
|
105
|
+
libs/email/waitlist.js 7.79 KB (entry point)
|
|
106
|
+
registry/index.js 211.57 KB (entry point)
|
|
105
107
|
registry/types.js 0 KB (entry point)
|
|
106
|
-
registry/utils.js
|
|
107
|
-
registry/engine.js
|
|
108
|
-
registry/registry.js
|
|
109
|
-
registry/registry-docs.js
|
|
110
|
-
registry/registry-landing.js
|
|
108
|
+
registry/utils.js 211.17 KB (entry point)
|
|
109
|
+
registry/engine.js 209.62 KB (entry point)
|
|
110
|
+
registry/registry.js 209.1 KB (entry point)
|
|
111
|
+
registry/registry-docs.js 27.44 KB (entry point)
|
|
112
|
+
registry/registry-landing.js 181.82 KB (entry point)
|
|
111
113
|
registry/factory.js 1.68 KB (entry point)
|
|
112
|
-
components/templates/index.js
|
|
114
|
+
components/templates/index.js 230.52 KB (entry point)
|
|
113
115
|
libs/email/newsletter.js 7.19 KB (entry point)
|
|
114
116
|
libs/email/types.js 41 bytes (entry point)
|
|
115
|
-
components/templates/TemplatesClientPage.js
|
|
117
|
+
components/templates/TemplatesClientPage.js 223.40 KB (entry point)
|
|
116
118
|
components/templates/TemplatesPreviewModal.js 8.14 KB (entry point)
|
|
117
119
|
components/templates/TemplatesPage.js 7.17 KB (entry point)
|
|
118
|
-
components/marketing/index.js
|
|
119
|
-
components/marketing/CofounderPage.js 22.
|
|
120
|
-
components/marketing/ContactClient.js
|
|
120
|
+
components/marketing/index.js 178.1 KB (entry point)
|
|
121
|
+
components/marketing/CofounderPage.js 22.19 KB (entry point)
|
|
122
|
+
components/marketing/ContactClient.js 18.78 KB (entry point)
|
|
121
123
|
libs/email/contact.js 6.44 KB (entry point)
|
|
124
|
+
libs/email/client.js 3.74 KB (entry point)
|
|
125
|
+
libs/email/utils.js 0.64 KB (entry point)
|
|
122
126
|
components/marketing/ContributePage.js 23.61 KB (entry point)
|
|
123
|
-
components/marketing/DesignPartnerPage.js 14.
|
|
124
|
-
components/marketing/LandingPage.js 24.
|
|
127
|
+
components/marketing/DesignPartnerPage.js 14.15 KB (entry point)
|
|
128
|
+
components/marketing/LandingPage.js 24.38 KB (entry point)
|
|
125
129
|
components/marketing/sections/OutputsSection.js 3.58 KB (entry point)
|
|
126
130
|
components/marketing/sections/ProblemSection.js 3.45 KB (entry point)
|
|
127
131
|
components/marketing/sections/SolutionSection.js 3.51 KB (entry point)
|
|
128
132
|
components/marketing/sections/StepsSection.js 3.49 KB (entry point)
|
|
129
133
|
components/marketing/sections/AudienceSection.js 3.79 KB (entry point)
|
|
130
|
-
components/marketing/sections/CorePositioningSection.js 2.
|
|
131
|
-
components/marketing/sections/CtaSection.js 2.
|
|
134
|
+
components/marketing/sections/CorePositioningSection.js 2.87 KB (entry point)
|
|
135
|
+
components/marketing/sections/CtaSection.js 2.66 KB (entry point)
|
|
132
136
|
components/marketing/sections/DevelopersSection.js 1.68 KB (entry point)
|
|
133
137
|
components/marketing/sections/FearsSection.js 3.67 KB (entry point)
|
|
134
138
|
components/marketing/sections/IconGridSection.js 1.98 KB (entry point)
|
|
135
139
|
components/marketing/sections/HeroMarketingSection.js 3.96 KB (entry point)
|
|
136
|
-
components/marketing/PricingClient.js
|
|
137
|
-
components/marketing/pricing-thinking-modal.js 11.
|
|
140
|
+
components/marketing/PricingClient.js 47.97 KB (entry point)
|
|
141
|
+
components/marketing/pricing-thinking-modal.js 11.67 KB (entry point)
|
|
138
142
|
libs/pricing-examples.js 0.73 KB (entry point)
|
|
139
|
-
components/marketing/
|
|
140
|
-
libs/email/waitlist-application.js 11.49 KB (entry point)
|
|
141
|
-
libs/email/waitlist.js 7.79 KB (entry point)
|
|
142
|
-
libs/email/client.js 3.74 KB (entry point)
|
|
143
|
-
libs/email/utils.js 0.64 KB (entry point)
|
|
143
|
+
components/marketing/studio-signup-section.js 3.65 KB (entry point)
|
|
144
144
|
components/marketing/ProductClientPage.js 26.96 KB (entry point)
|
|
145
145
|
|
|
146
146
|
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 2.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 57e2819: chore: align Studio messaging with live product positioning
|
|
8
|
+
- Updated dependencies [57e2819]
|
|
9
|
+
- @contractspec/bundle.library@2.1.1
|
|
10
|
+
- @contractspec/lib.contracts-spec@2.1.1
|
|
11
|
+
- @contractspec/example.agent-console@2.1.1
|
|
12
|
+
- @contractspec/example.analytics-dashboard@2.1.1
|
|
13
|
+
- @contractspec/example.crm-pipeline@2.1.1
|
|
14
|
+
- @contractspec/example.integration-hub@2.1.1
|
|
15
|
+
- @contractspec/example.marketplace@2.1.1
|
|
16
|
+
- @contractspec/example.saas-boilerplate@2.1.1
|
|
17
|
+
- @contractspec/example.workflow-system@2.1.1
|
|
18
|
+
- @contractspec/lib.contracts-runtime-client-react@2.1.1
|
|
19
|
+
- @contractspec/lib.design-system@2.1.1
|
|
20
|
+
- @contractspec/lib.example-shared-ui@2.1.1
|
|
21
|
+
- @contractspec/module.examples@2.1.1
|
|
22
|
+
|
|
3
23
|
## 2.1.0
|
|
4
24
|
|
|
5
25
|
### Minor Changes
|
package/README.md
CHANGED
|
@@ -5,9 +5,10 @@ Marketing-focused bundle providing documentation pages, email templates, and lan
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
7
7
|
This bundle provides components specifically for marketing and documentation:
|
|
8
|
+
|
|
8
9
|
- Documentation pages (same as library, for standalone use)
|
|
9
10
|
- Marketing landing page sections
|
|
10
|
-
- Email templates (
|
|
11
|
+
- Email templates (Studio signup, newsletter, contact)
|
|
11
12
|
- Pricing examples and comparisons
|
|
12
13
|
- Template preview components
|
|
13
14
|
|
|
@@ -20,6 +21,7 @@ bun add @contractspec/bundle.marketing
|
|
|
20
21
|
## Exports
|
|
21
22
|
|
|
22
23
|
### Documentation
|
|
24
|
+
|
|
23
25
|
- `components/docs/*` — Full documentation pages by category
|
|
24
26
|
- `/advanced` — MCP, overlays, renderers, telemetry
|
|
25
27
|
- `/architecture` — App config, multi-tenancy, integrations
|
|
@@ -33,15 +35,18 @@ bun add @contractspec/bundle.marketing
|
|
|
33
35
|
- `/studio` — Studio features
|
|
34
36
|
|
|
35
37
|
### Marketing
|
|
38
|
+
|
|
36
39
|
- `components/marketing/*` — Landing page sections
|
|
37
40
|
- `HeroMarketingSection`, `ProblemSection`, `SolutionSection`
|
|
38
41
|
- `AudienceSection`, `DevelopersSection`, `FearsSection`
|
|
39
42
|
- `PricingClient`, `ContactClient`, `ChangelogPage`
|
|
40
43
|
|
|
41
44
|
### Templates
|
|
45
|
+
|
|
42
46
|
- `components/templates/*` — Template preview and gallery
|
|
43
47
|
|
|
44
48
|
### Email
|
|
49
|
+
|
|
45
50
|
- `libs/email/*` — Email utilities and templates
|
|
46
51
|
|
|
47
52
|
## Dependencies
|
|
@@ -94,7 +94,7 @@ function WhatExistsSection() {
|
|
|
94
94
|
"Solo founder, bootstrapped"
|
|
95
95
|
];
|
|
96
96
|
const planned = [
|
|
97
|
-
"
|
|
97
|
+
"ContractSpec Studio product-decision engine",
|
|
98
98
|
"Auto-evolution engine",
|
|
99
99
|
"Multi-tenant SaaS",
|
|
100
100
|
"Integration marketplace"
|
|
@@ -180,7 +180,7 @@ function RoleSection() {
|
|
|
180
180
|
const productDeliverables = [
|
|
181
181
|
"Ship UI/UX improvements weekly",
|
|
182
182
|
"Define specs based on user research",
|
|
183
|
-
"Own the
|
|
183
|
+
"Own the Studio product experience",
|
|
184
184
|
"Collaborate on architecture decisions"
|
|
185
185
|
];
|
|
186
186
|
return /* @__PURE__ */ jsxDEV(MarketingSection, {
|