@contractspec/bundle.marketing 3.7.5 → 3.7.7

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.
Files changed (164) hide show
  1. package/.turbo/turbo-build.log +84 -84
  2. package/AGENTS.md +29 -21
  3. package/CHANGELOG.md +27 -0
  4. package/README.md +36 -49
  5. package/dist/browser/components/marketing/ChangelogPage.js +8 -8
  6. package/dist/browser/components/marketing/CofounderPage.js +167 -523
  7. package/dist/browser/components/marketing/ContactClient.js +200 -207
  8. package/dist/browser/components/marketing/ContributePage.js +211 -463
  9. package/dist/browser/components/marketing/DesignPartnerPage.js +165 -218
  10. package/dist/browser/components/marketing/LandingPage.js +464 -568
  11. package/dist/browser/components/marketing/PricingClient.js +213 -839
  12. package/dist/browser/components/marketing/ProductClientPage.js +265 -463
  13. package/dist/browser/components/marketing/index.js +2007 -3338
  14. package/dist/browser/components/marketing/pricing-thinking-modal.js +12 -12
  15. package/dist/browser/components/marketing/sections/AudienceSection.js +2 -2
  16. package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
  17. package/dist/browser/components/marketing/sections/CtaSection.js +3 -3
  18. package/dist/browser/components/marketing/sections/FearsSection.js +3 -3
  19. package/dist/browser/components/marketing/sections/HeroMarketingSection.js +6 -6
  20. package/dist/browser/components/marketing/sections/IconGridSection.js +2 -2
  21. package/dist/browser/components/marketing/sections/OutputsSection.js +2 -2
  22. package/dist/browser/components/marketing/sections/ProblemSection.js +2 -2
  23. package/dist/browser/components/marketing/sections/SolutionSection.js +2 -2
  24. package/dist/browser/components/marketing/sections/StepsSection.js +4 -4
  25. package/dist/browser/components/marketing/studio-signup-section.js +25 -41
  26. package/dist/browser/components/templates/TemplatesClientPage.js +2324 -3578
  27. package/dist/browser/components/templates/TemplatesPage.js +1 -1
  28. package/dist/browser/components/templates/TemplatesPreviewModal.js +3 -3
  29. package/dist/browser/components/templates/index.js +2361 -3615
  30. package/dist/browser/index.js +2363 -3617
  31. package/dist/browser/libs/email/client.js +1 -1
  32. package/dist/browser/libs/email/contact.js +1 -1
  33. package/dist/browser/libs/email/newsletter.js +1 -1
  34. package/dist/browser/libs/email/waitlist-application.js +1 -1
  35. package/dist/browser/libs/email/waitlist.js +1 -1
  36. package/dist/browser/registry/engine.js +2003 -3334
  37. package/dist/browser/registry/index.js +2003 -3334
  38. package/dist/browser/registry/registry-docs.js +2 -2
  39. package/dist/browser/registry/registry-landing.js +2007 -3338
  40. package/dist/browser/registry/registry.js +2003 -3334
  41. package/dist/browser/registry/utils.js +2003 -3334
  42. package/dist/components/marketing/ChangelogPage.js +8 -8
  43. package/dist/components/marketing/CofounderPage.js +167 -523
  44. package/dist/components/marketing/ContactClient.js +200 -207
  45. package/dist/components/marketing/ContributePage.d.ts +0 -2
  46. package/dist/components/marketing/ContributePage.js +211 -463
  47. package/dist/components/marketing/DesignPartnerPage.js +165 -218
  48. package/dist/components/marketing/LandingPage.js +464 -568
  49. package/dist/components/marketing/PricingClient.js +213 -839
  50. package/dist/components/marketing/ProductClientPage.js +265 -463
  51. package/dist/components/marketing/index.d.ts +5 -5
  52. package/dist/components/marketing/index.js +2007 -3338
  53. package/dist/components/marketing/pricing-thinking-modal.js +12 -12
  54. package/dist/components/marketing/sections/AudienceSection.js +2 -2
  55. package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
  56. package/dist/components/marketing/sections/CtaSection.js +3 -3
  57. package/dist/components/marketing/sections/FearsSection.js +3 -3
  58. package/dist/components/marketing/sections/HeroMarketingSection.js +6 -6
  59. package/dist/components/marketing/sections/IconGridSection.d.ts +3 -3
  60. package/dist/components/marketing/sections/IconGridSection.js +2 -2
  61. package/dist/components/marketing/sections/OutputsSection.js +2 -2
  62. package/dist/components/marketing/sections/ProblemSection.js +2 -2
  63. package/dist/components/marketing/sections/SolutionSection.js +2 -2
  64. package/dist/components/marketing/sections/StepsSection.js +4 -4
  65. package/dist/components/marketing/studio-signup-section.js +25 -41
  66. package/dist/components/templates/TemplatesClientPage.js +2324 -3578
  67. package/dist/components/templates/TemplatesPage.js +1 -1
  68. package/dist/components/templates/TemplatesPreviewModal.js +3 -3
  69. package/dist/components/templates/index.js +2361 -3615
  70. package/dist/index.js +2363 -3617
  71. package/dist/libs/email/client.js +1 -1
  72. package/dist/libs/email/contact.js +1 -1
  73. package/dist/libs/email/newsletter.js +1 -1
  74. package/dist/libs/email/waitlist-application.js +1 -1
  75. package/dist/libs/email/waitlist.js +1 -1
  76. package/dist/node/components/marketing/ChangelogPage.js +8 -8
  77. package/dist/node/components/marketing/CofounderPage.js +167 -523
  78. package/dist/node/components/marketing/ContactClient.js +200 -207
  79. package/dist/node/components/marketing/ContributePage.js +211 -463
  80. package/dist/node/components/marketing/DesignPartnerPage.js +165 -218
  81. package/dist/node/components/marketing/LandingPage.js +464 -568
  82. package/dist/node/components/marketing/PricingClient.js +213 -839
  83. package/dist/node/components/marketing/ProductClientPage.js +265 -463
  84. package/dist/node/components/marketing/index.js +2007 -3338
  85. package/dist/node/components/marketing/pricing-thinking-modal.js +12 -12
  86. package/dist/node/components/marketing/sections/AudienceSection.js +2 -2
  87. package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
  88. package/dist/node/components/marketing/sections/CtaSection.js +3 -3
  89. package/dist/node/components/marketing/sections/FearsSection.js +3 -3
  90. package/dist/node/components/marketing/sections/HeroMarketingSection.js +6 -6
  91. package/dist/node/components/marketing/sections/IconGridSection.js +2 -2
  92. package/dist/node/components/marketing/sections/OutputsSection.js +2 -2
  93. package/dist/node/components/marketing/sections/ProblemSection.js +2 -2
  94. package/dist/node/components/marketing/sections/SolutionSection.js +2 -2
  95. package/dist/node/components/marketing/sections/StepsSection.js +4 -4
  96. package/dist/node/components/marketing/studio-signup-section.js +25 -41
  97. package/dist/node/components/templates/TemplatesClientPage.js +2324 -3578
  98. package/dist/node/components/templates/TemplatesPage.js +1 -1
  99. package/dist/node/components/templates/TemplatesPreviewModal.js +3 -3
  100. package/dist/node/components/templates/index.js +2361 -3615
  101. package/dist/node/index.js +2363 -3617
  102. package/dist/node/libs/email/client.js +1 -1
  103. package/dist/node/libs/email/contact.js +1 -1
  104. package/dist/node/libs/email/newsletter.js +1 -1
  105. package/dist/node/libs/email/waitlist-application.js +1 -1
  106. package/dist/node/libs/email/waitlist.js +1 -1
  107. package/dist/node/registry/engine.js +2003 -3334
  108. package/dist/node/registry/index.js +2003 -3334
  109. package/dist/node/registry/registry-docs.js +2 -2
  110. package/dist/node/registry/registry-landing.js +2007 -3338
  111. package/dist/node/registry/registry.js +2003 -3334
  112. package/dist/node/registry/utils.js +2003 -3334
  113. package/dist/registry/engine.js +2003 -3334
  114. package/dist/registry/index.js +2003 -3334
  115. package/dist/registry/registry-docs.js +2 -2
  116. package/dist/registry/registry-landing.js +2007 -3338
  117. package/dist/registry/registry.js +2003 -3334
  118. package/dist/registry/utils.js +2003 -3334
  119. package/package.json +29 -29
  120. package/src/bundles/MarketingBundle.ts +273 -273
  121. package/src/components/marketing/ChangelogPage.tsx +72 -100
  122. package/src/components/marketing/CofounderPage.tsx +120 -384
  123. package/src/components/marketing/ContactClient.tsx +164 -154
  124. package/src/components/marketing/ContributePage.tsx +139 -313
  125. package/src/components/marketing/DesignPartnerPage.tsx +133 -171
  126. package/src/components/marketing/LandingPage.tsx +353 -25
  127. package/src/components/marketing/PricingClient.tsx +192 -437
  128. package/src/components/marketing/ProductClientPage.tsx +255 -377
  129. package/src/components/marketing/index.ts +5 -5
  130. package/src/components/marketing/pricing-thinking-modal.tsx +197 -197
  131. package/src/components/marketing/sections/AudienceSection.tsx +55 -56
  132. package/src/components/marketing/sections/CorePositioningSection.tsx +37 -37
  133. package/src/components/marketing/sections/CtaSection.tsx +49 -50
  134. package/src/components/marketing/sections/DevelopersSection.tsx +26 -27
  135. package/src/components/marketing/sections/FearsSection.tsx +36 -37
  136. package/src/components/marketing/sections/HeroMarketingSection.tsx +59 -59
  137. package/src/components/marketing/sections/IconGridSection.tsx +71 -71
  138. package/src/components/marketing/sections/OutputsSection.tsx +51 -52
  139. package/src/components/marketing/sections/ProblemSection.tsx +39 -40
  140. package/src/components/marketing/sections/SolutionSection.tsx +39 -40
  141. package/src/components/marketing/sections/StepsSection.tsx +47 -48
  142. package/src/components/marketing/studio-signup-section.tsx +39 -41
  143. package/src/components/templates/TemplatesClientPage.tsx +727 -685
  144. package/src/components/templates/TemplatesPage.tsx +110 -110
  145. package/src/components/templates/TemplatesPreviewModal.tsx +197 -198
  146. package/src/index.ts +4 -4
  147. package/src/libs/email/client.test.ts +81 -81
  148. package/src/libs/email/client.ts +111 -111
  149. package/src/libs/email/contact.ts +35 -35
  150. package/src/libs/email/newsletter.ts +46 -46
  151. package/src/libs/email/types.ts +29 -29
  152. package/src/libs/email/utils.ts +5 -5
  153. package/src/libs/email/waitlist-application.ts +72 -72
  154. package/src/libs/email/waitlist.ts +46 -46
  155. package/src/libs/pricing-examples.ts +12 -12
  156. package/src/registry/engine.ts +16 -16
  157. package/src/registry/factory.ts +57 -57
  158. package/src/registry/registry-docs.ts +656 -666
  159. package/src/registry/registry-landing.ts +94 -95
  160. package/src/registry/registry.ts +36 -37
  161. package/src/registry/types.ts +2 -2
  162. package/src/registry/utils.ts +56 -56
  163. package/tsconfig.json +11 -11
  164. package/tsdown.config.js +5 -5
@@ -1,181 +1,143 @@
1
1
  import type { Metadata } from 'next';
2
2
  import Link from 'next/link';
3
- import { Button } from '@contractspec/lib.design-system';
4
- import {
5
- ArrowRight,
6
- BookOpen,
7
- MessageSquare,
8
- Rocket,
9
- Users,
10
- } from 'lucide-react';
11
3
 
12
4
  export const metadata: Metadata = {
13
- title: 'Design Partner Getting Started | ContractSpec',
14
- description: 'Onboarding and resources for ContractSpec Design Partners.',
5
+ title: 'Design Partner | ContractSpec',
6
+ description:
7
+ 'Work directly with the ContractSpec team if you are shaping a live AI-native product or operations workflow.',
15
8
  };
16
9
 
17
- export function DesignPartnerPage() {
18
- return (
19
- <main className="flex grow flex-col">
20
- {/* Hero Section */}
21
- <section className="section-padding relative overflow-hidden">
22
- <div className="container mx-auto max-w-5xl">
23
- <div className="mb-12 max-w-3xl">
24
- <h1 className="mb-6 text-4xl font-bold tracking-tight sm:text-5xl">
25
- Welcome, Design Partner
26
- </h1>
27
- <p className="text-muted-foreground text-xl leading-relaxed">
28
- We're thrilled to have you on board. As a Design Partner, you play
29
- a critical role in shaping the future of ContractSpec. This hub
30
- contains everything you need to get started, collaborate with us,
31
- and build your first specifications.
32
- </p>
33
- </div>
34
- </div>
35
- </section>
36
-
37
- {/* Steps Section */}
38
- <section className="section-padding bg-white/5">
39
- <div className="container mx-auto max-w-5xl">
40
- <h2 className="mb-12 text-3xl font-bold">Getting Started</h2>
41
-
42
- <div className="grid gap-12 md:grid-cols-2">
43
- {/* Step 1: Access */}
44
- <div className="space-y-4">
45
- <div className="border-primary/20 bg-primary/10 flex h-12 w-12 items-center justify-center rounded-lg border">
46
- <Rocket className="text-primary h-6 w-6" />
47
- </div>
48
- <h3 className="text-xl font-semibold">1. Access the Studio</h3>
49
- <p className="text-muted-foreground">
50
- Your account has been enabled with Design Partner privileges.
51
- Log in to ContractSpec Studio to run the full loop from evidence
52
- to spec-first deliverables with your team.
53
- </p>
54
- <div className="pt-2">
55
- <Button asChild variant="outline">
56
- <Link href="https://www.contractspec.studio">
57
- Launch Studio <ArrowRight className="ml-2 h-4 w-4" />
58
- </Link>
59
- </Button>
60
- </div>
61
- </div>
62
-
63
- {/* Step 2: Communication */}
64
- <div className="space-y-4">
65
- <div className="border-primary/20 bg-primary/10 flex h-12 w-12 items-center justify-center rounded-lg border">
66
- <MessageSquare className="text-primary h-6 w-6" />
67
- </div>
68
- <h3 className="text-xl font-semibold">
69
- 2. Join the Conversation
70
- </h3>
71
- <p className="text-muted-foreground">
72
- We've set up a dedicated private channel for real-time feedback
73
- and support. Connect with our engineering team and other
74
- partners.
75
- </p>
76
- <div className="pt-2">
77
- <Button asChild variant="outline">
78
- <Link href="mailto:partners@contractspec.io">
79
- Contact Partner Success{' '}
80
- <ArrowRight className="ml-2 h-4 w-4" />
81
- </Link>
82
- </Button>
83
- </div>
84
- </div>
85
-
86
- {/* Step 3: Documentation */}
87
- <div className="space-y-4">
88
- <div className="border-primary/20 bg-primary/10 flex h-12 w-12 items-center justify-center rounded-lg border">
89
- <BookOpen className="text-primary h-6 w-6" />
90
- </div>
91
- <h3 className="text-xl font-semibold">
92
- 3. Explore Documentation
93
- </h3>
94
- <p className="text-muted-foreground">
95
- Dive deep into the core concepts, API references, and
96
- architecture guides. Our docs are evolving, and your feedback
97
- helps us improve them.
98
- </p>
99
- <div className="pt-2">
100
- <Button asChild variant="outline">
101
- <Link href="/docs">
102
- Read the Docs <ArrowRight className="ml-2 h-4 w-4" />
103
- </Link>
104
- </Button>
105
- </div>
106
- </div>
10
+ const steps = [
11
+ {
12
+ title: 'Run the open system against a live problem',
13
+ copy: 'Bring one workflow or module that already feels risky, inconsistent, or hard to regenerate safely.',
14
+ },
15
+ {
16
+ title: 'Use Studio where packaged coordination helps',
17
+ copy: 'We focus on the parts of your loop where an operating product materially reduces friction for the team.',
18
+ },
19
+ {
20
+ title: 'Feed real constraints back into the product',
21
+ copy: 'The partnership is valuable when your live complexity changes what we should build next.',
22
+ },
23
+ ];
107
24
 
108
- {/* Step 4: Sync */}
109
- <div className="space-y-4">
110
- <div className="border-primary/20 bg-primary/10 flex h-12 w-12 items-center justify-center rounded-lg border">
111
- <Users className="text-primary h-6 w-6" />
112
- </div>
113
- <h3 className="text-xl font-semibold">4. Partner Syncs</h3>
114
- <p className="text-muted-foreground">
115
- We schedule bi-weekly syncs to review your progress, blockers,
116
- and feature requests. Check your calendar invite for the next
117
- session.
118
- </p>
119
- </div>
120
- </div>
121
- </div>
122
- </section>
123
-
124
- {/* Expectations / FAQ */}
125
- <section className="section-padding">
126
- <div className="container mx-auto max-w-3xl">
127
- <h2 className="mb-8 text-3xl font-bold">What to Expect</h2>
128
-
129
- <div className="space-y-8">
130
- <div>
131
- <h3 className="mb-2 text-xl font-semibold">
132
- Fast Iteration Cycles
133
- </h3>
134
- <p className="text-muted-foreground">
135
- We ship updates frequently. You might see UI changes or new
136
- capabilities appear weekly. We'll do our best to communicate
137
- breaking changes in advance.
138
- </p>
139
- </div>
140
-
141
- <div>
142
- <h3 className="mb-2 text-xl font-semibold">
143
- Direct Engineering Access
144
- </h3>
145
- <p className="text-muted-foreground">
146
- You're not talking to support agents; you're talking to the
147
- builders. Your feedback goes directly into the issue tracker.
148
- </p>
149
- </div>
25
+ export function DesignPartnerPage() {
26
+ return (
27
+ <main>
28
+ <section className="section-padding hero-gradient border-border/70 border-b">
29
+ <div className="editorial-shell grid gap-8 lg:grid-cols-[1.05fr_0.95fr]">
30
+ <div className="space-y-5">
31
+ <p className="editorial-kicker">Design partner program</p>
32
+ <h1 className="editorial-title max-w-4xl">
33
+ Shape the operating product from real AI-native workflow pressure.
34
+ </h1>
35
+ <p className="editorial-subtitle">
36
+ The design partner path is for teams whose complexity is already
37
+ real: multiple surfaces, live signals, coordination cost, and
38
+ unsafe regeneration pain. We use that pressure to sharpen both the
39
+ open foundation and the Studio layer on top.
40
+ </p>
41
+ </div>
42
+ <div className="editorial-panel space-y-5">
43
+ <p className="editorial-kicker">Who this is for</p>
44
+ <ul className="editorial-list">
45
+ <li>
46
+ <span className="editorial-list-marker" />
47
+ <span>
48
+ Small teams already shipping AI-assisted products or ops
49
+ loops.
50
+ </span>
51
+ </li>
52
+ <li>
53
+ <span className="editorial-list-marker" />
54
+ <span>
55
+ Builders who want direct access to the product team.
56
+ </span>
57
+ </li>
58
+ <li>
59
+ <span className="editorial-list-marker" />
60
+ <span>Teams comfortable shaping a product in motion.</span>
61
+ </li>
62
+ </ul>
63
+ <Link
64
+ href="mailto:partners@contractspec.io"
65
+ className="btn-primary"
66
+ >
67
+ Contact partner team
68
+ </Link>
69
+ </div>
70
+ </div>
71
+ </section>
150
72
 
151
- <div>
152
- <h3 className="mb-2 text-xl font-semibold">Input on Roadmap</h3>
153
- <p className="text-muted-foreground">
154
- Design Partners influence priority. If a feature enables a
155
- critical use case for you, let us know—we often reshuffle our
156
- sprint to accommodate partner needs.
157
- </p>
158
- </div>
159
- </div>
160
- </div>
161
- </section>
73
+ <section className="editorial-section">
74
+ <div className="editorial-shell grid gap-5 md:grid-cols-3">
75
+ {steps.map((step, index) => (
76
+ <div key={step.title} className="editorial-panel space-y-4">
77
+ <div className="flex h-9 w-9 items-center justify-center rounded-full bg-[rgb(162_79_42_/_0.12)] font-mono text-[color:var(--rust)] text-xs">
78
+ 0{index + 1}
79
+ </div>
80
+ <h2 className="font-serif text-3xl tracking-[-0.04em]">
81
+ {step.title}
82
+ </h2>
83
+ <p className="text-muted-foreground text-sm leading-7">
84
+ {step.copy}
85
+ </p>
86
+ </div>
87
+ ))}
88
+ </div>
89
+ </section>
162
90
 
163
- {/* Footer CTA */}
164
- <section className="section-padding border-t border-white/10">
165
- <div className="container mx-auto max-w-3xl text-center">
166
- <h2 className="mb-4 text-3xl font-bold">
167
- Have a question right now?
168
- </h2>
169
- <p className="text-muted-foreground mb-8">
170
- Don't hesitate to reach out. We are here to help you succeed.
171
- </p>
172
- <Button asChild size="lg">
173
- <Link href="mailto:partners@contractspec.io">
174
- Email the Founders
175
- </Link>
176
- </Button>
177
- </div>
178
- </section>
179
- </main>
180
- );
91
+ <section className="editorial-section bg-striped">
92
+ <div className="editorial-shell grid gap-8 lg:grid-cols-2">
93
+ <div className="editorial-panel">
94
+ <p className="editorial-kicker">What you get</p>
95
+ <ul className="editorial-list mt-6">
96
+ <li>
97
+ <span className="editorial-list-marker" />
98
+ <span>
99
+ Direct access to the builders instead of generic support
100
+ routing.
101
+ </span>
102
+ </li>
103
+ <li>
104
+ <span className="editorial-list-marker" />
105
+ <span>
106
+ Faster feedback cycles around the workflows that matter to
107
+ you.
108
+ </span>
109
+ </li>
110
+ <li>
111
+ <span className="editorial-list-marker" />
112
+ <span>
113
+ Input into how OSS and Studio packaging should evolve
114
+ together.
115
+ </span>
116
+ </li>
117
+ </ul>
118
+ </div>
119
+ <div className="editorial-panel">
120
+ <p className="editorial-kicker">How to start</p>
121
+ <p className="text-muted-foreground text-sm leading-7">
122
+ Bring one concrete workflow, the current points of drift or
123
+ instability, and the team context around it. That is enough to
124
+ tell whether the right next step is open-system adoption, a Studio
125
+ pilot, or a deeper partnership.
126
+ </p>
127
+ <div className="mt-6 flex flex-col gap-3 sm:flex-row">
128
+ <Link
129
+ href="https://www.contractspec.studio"
130
+ className="btn-primary"
131
+ >
132
+ Explore Studio
133
+ </Link>
134
+ <Link href="/contact" className="btn-ghost">
135
+ Book a conversation
136
+ </Link>
137
+ </div>
138
+ </div>
139
+ </div>
140
+ </section>
141
+ </main>
142
+ );
181
143
  }