@contractspec/bundle.marketing 3.7.6 → 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.
- package/.turbo/turbo-build.log +84 -84
- package/AGENTS.md +29 -21
- package/README.md +36 -49
- package/dist/browser/components/marketing/ChangelogPage.js +8 -8
- package/dist/browser/components/marketing/CofounderPage.js +167 -523
- package/dist/browser/components/marketing/ContactClient.js +200 -207
- package/dist/browser/components/marketing/ContributePage.js +211 -463
- package/dist/browser/components/marketing/DesignPartnerPage.js +165 -218
- package/dist/browser/components/marketing/LandingPage.js +464 -568
- package/dist/browser/components/marketing/PricingClient.js +213 -839
- package/dist/browser/components/marketing/ProductClientPage.js +265 -463
- package/dist/browser/components/marketing/index.js +2007 -3338
- package/dist/browser/components/marketing/pricing-thinking-modal.js +12 -12
- package/dist/browser/components/marketing/sections/AudienceSection.js +2 -2
- package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/browser/components/marketing/sections/CtaSection.js +3 -3
- package/dist/browser/components/marketing/sections/FearsSection.js +3 -3
- package/dist/browser/components/marketing/sections/HeroMarketingSection.js +6 -6
- package/dist/browser/components/marketing/sections/IconGridSection.js +2 -2
- package/dist/browser/components/marketing/sections/OutputsSection.js +2 -2
- package/dist/browser/components/marketing/sections/ProblemSection.js +2 -2
- package/dist/browser/components/marketing/sections/SolutionSection.js +2 -2
- package/dist/browser/components/marketing/sections/StepsSection.js +4 -4
- package/dist/browser/components/marketing/studio-signup-section.js +25 -41
- package/dist/browser/components/templates/TemplatesClientPage.js +2324 -3578
- package/dist/browser/components/templates/TemplatesPage.js +1 -1
- package/dist/browser/components/templates/TemplatesPreviewModal.js +3 -3
- package/dist/browser/components/templates/index.js +2361 -3615
- package/dist/browser/index.js +2363 -3617
- package/dist/browser/libs/email/client.js +1 -1
- package/dist/browser/libs/email/contact.js +1 -1
- package/dist/browser/libs/email/newsletter.js +1 -1
- package/dist/browser/libs/email/waitlist-application.js +1 -1
- package/dist/browser/libs/email/waitlist.js +1 -1
- package/dist/browser/registry/engine.js +2003 -3334
- package/dist/browser/registry/index.js +2003 -3334
- package/dist/browser/registry/registry-docs.js +2 -2
- package/dist/browser/registry/registry-landing.js +2007 -3338
- package/dist/browser/registry/registry.js +2003 -3334
- package/dist/browser/registry/utils.js +2003 -3334
- package/dist/components/marketing/ChangelogPage.js +8 -8
- package/dist/components/marketing/CofounderPage.js +167 -523
- package/dist/components/marketing/ContactClient.js +200 -207
- package/dist/components/marketing/ContributePage.d.ts +0 -2
- package/dist/components/marketing/ContributePage.js +211 -463
- package/dist/components/marketing/DesignPartnerPage.js +165 -218
- package/dist/components/marketing/LandingPage.js +464 -568
- package/dist/components/marketing/PricingClient.js +213 -839
- package/dist/components/marketing/ProductClientPage.js +265 -463
- package/dist/components/marketing/index.d.ts +5 -5
- package/dist/components/marketing/index.js +2007 -3338
- package/dist/components/marketing/pricing-thinking-modal.js +12 -12
- package/dist/components/marketing/sections/AudienceSection.js +2 -2
- package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/components/marketing/sections/CtaSection.js +3 -3
- package/dist/components/marketing/sections/FearsSection.js +3 -3
- package/dist/components/marketing/sections/HeroMarketingSection.js +6 -6
- package/dist/components/marketing/sections/IconGridSection.d.ts +3 -3
- package/dist/components/marketing/sections/IconGridSection.js +2 -2
- package/dist/components/marketing/sections/OutputsSection.js +2 -2
- package/dist/components/marketing/sections/ProblemSection.js +2 -2
- package/dist/components/marketing/sections/SolutionSection.js +2 -2
- package/dist/components/marketing/sections/StepsSection.js +4 -4
- package/dist/components/marketing/studio-signup-section.js +25 -41
- package/dist/components/templates/TemplatesClientPage.js +2324 -3578
- package/dist/components/templates/TemplatesPage.js +1 -1
- package/dist/components/templates/TemplatesPreviewModal.js +3 -3
- package/dist/components/templates/index.js +2361 -3615
- package/dist/index.js +2363 -3617
- package/dist/libs/email/client.js +1 -1
- package/dist/libs/email/contact.js +1 -1
- package/dist/libs/email/newsletter.js +1 -1
- package/dist/libs/email/waitlist-application.js +1 -1
- package/dist/libs/email/waitlist.js +1 -1
- package/dist/node/components/marketing/ChangelogPage.js +8 -8
- package/dist/node/components/marketing/CofounderPage.js +167 -523
- package/dist/node/components/marketing/ContactClient.js +200 -207
- package/dist/node/components/marketing/ContributePage.js +211 -463
- package/dist/node/components/marketing/DesignPartnerPage.js +165 -218
- package/dist/node/components/marketing/LandingPage.js +464 -568
- package/dist/node/components/marketing/PricingClient.js +213 -839
- package/dist/node/components/marketing/ProductClientPage.js +265 -463
- package/dist/node/components/marketing/index.js +2007 -3338
- package/dist/node/components/marketing/pricing-thinking-modal.js +12 -12
- package/dist/node/components/marketing/sections/AudienceSection.js +2 -2
- package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/node/components/marketing/sections/CtaSection.js +3 -3
- package/dist/node/components/marketing/sections/FearsSection.js +3 -3
- package/dist/node/components/marketing/sections/HeroMarketingSection.js +6 -6
- package/dist/node/components/marketing/sections/IconGridSection.js +2 -2
- package/dist/node/components/marketing/sections/OutputsSection.js +2 -2
- package/dist/node/components/marketing/sections/ProblemSection.js +2 -2
- package/dist/node/components/marketing/sections/SolutionSection.js +2 -2
- package/dist/node/components/marketing/sections/StepsSection.js +4 -4
- package/dist/node/components/marketing/studio-signup-section.js +25 -41
- package/dist/node/components/templates/TemplatesClientPage.js +2324 -3578
- package/dist/node/components/templates/TemplatesPage.js +1 -1
- package/dist/node/components/templates/TemplatesPreviewModal.js +3 -3
- package/dist/node/components/templates/index.js +2361 -3615
- package/dist/node/index.js +2363 -3617
- package/dist/node/libs/email/client.js +1 -1
- package/dist/node/libs/email/contact.js +1 -1
- package/dist/node/libs/email/newsletter.js +1 -1
- package/dist/node/libs/email/waitlist-application.js +1 -1
- package/dist/node/libs/email/waitlist.js +1 -1
- package/dist/node/registry/engine.js +2003 -3334
- package/dist/node/registry/index.js +2003 -3334
- package/dist/node/registry/registry-docs.js +2 -2
- package/dist/node/registry/registry-landing.js +2007 -3338
- package/dist/node/registry/registry.js +2003 -3334
- package/dist/node/registry/utils.js +2003 -3334
- package/dist/registry/engine.js +2003 -3334
- package/dist/registry/index.js +2003 -3334
- package/dist/registry/registry-docs.js +2 -2
- package/dist/registry/registry-landing.js +2007 -3338
- package/dist/registry/registry.js +2003 -3334
- package/dist/registry/utils.js +2003 -3334
- package/package.json +22 -22
- package/src/bundles/MarketingBundle.ts +273 -273
- package/src/components/marketing/ChangelogPage.tsx +72 -100
- package/src/components/marketing/CofounderPage.tsx +120 -384
- package/src/components/marketing/ContactClient.tsx +164 -154
- package/src/components/marketing/ContributePage.tsx +139 -313
- package/src/components/marketing/DesignPartnerPage.tsx +133 -171
- package/src/components/marketing/LandingPage.tsx +353 -25
- package/src/components/marketing/PricingClient.tsx +192 -437
- package/src/components/marketing/ProductClientPage.tsx +255 -377
- package/src/components/marketing/index.ts +5 -5
- package/src/components/marketing/pricing-thinking-modal.tsx +197 -197
- package/src/components/marketing/sections/AudienceSection.tsx +55 -56
- package/src/components/marketing/sections/CorePositioningSection.tsx +37 -37
- package/src/components/marketing/sections/CtaSection.tsx +49 -50
- package/src/components/marketing/sections/DevelopersSection.tsx +26 -27
- package/src/components/marketing/sections/FearsSection.tsx +36 -37
- package/src/components/marketing/sections/HeroMarketingSection.tsx +59 -59
- package/src/components/marketing/sections/IconGridSection.tsx +71 -71
- package/src/components/marketing/sections/OutputsSection.tsx +51 -52
- package/src/components/marketing/sections/ProblemSection.tsx +39 -40
- package/src/components/marketing/sections/SolutionSection.tsx +39 -40
- package/src/components/marketing/sections/StepsSection.tsx +47 -48
- package/src/components/marketing/studio-signup-section.tsx +39 -41
- package/src/components/templates/TemplatesClientPage.tsx +727 -685
- package/src/components/templates/TemplatesPage.tsx +110 -110
- package/src/components/templates/TemplatesPreviewModal.tsx +197 -198
- package/src/index.ts +4 -4
- package/src/libs/email/client.test.ts +81 -81
- package/src/libs/email/client.ts +111 -111
- package/src/libs/email/contact.ts +35 -35
- package/src/libs/email/newsletter.ts +46 -46
- package/src/libs/email/types.ts +29 -29
- package/src/libs/email/utils.ts +5 -5
- package/src/libs/email/waitlist-application.ts +72 -72
- package/src/libs/email/waitlist.ts +46 -46
- package/src/libs/pricing-examples.ts +12 -12
- package/src/registry/engine.ts +16 -16
- package/src/registry/factory.ts +57 -57
- package/src/registry/registry-docs.ts +656 -666
- package/src/registry/registry-landing.ts +94 -95
- package/src/registry/registry.ts +36 -37
- package/src/registry/types.ts +2 -2
- package/src/registry/utils.ts +56 -56
- package/tsconfig.json +11 -11
- 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
|
-
|
|
14
|
-
|
|
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
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
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
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
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
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
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
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
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
|
}
|