@contractspec/bundle.library 3.8.10 → 3.8.12

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 (643) hide show
  1. package/.turbo/turbo-build.log +606 -594
  2. package/CHANGELOG.md +59 -0
  3. package/dist/application/context-storage/index.js +1 -28
  4. package/dist/application/index.js +13 -2133
  5. package/dist/application/mcp/cliMcp.js +4 -452
  6. package/dist/application/mcp/common.js +1 -193
  7. package/dist/application/mcp/contractsMcp.js +2 -549
  8. package/dist/application/mcp/contractsMcpResources.js +2 -123
  9. package/dist/application/mcp/contractsMcpTools.js +1 -199
  10. package/dist/application/mcp/docsMcp.catalog.js +3 -381
  11. package/dist/application/mcp/docsMcp.data.js +1 -147
  12. package/dist/application/mcp/docsMcp.js +6 -1039
  13. package/dist/application/mcp/docsMcp.prompts.js +6 -521
  14. package/dist/application/mcp/docsMcp.reference.js +3 -235
  15. package/dist/application/mcp/docsMcp.resources.js +3 -519
  16. package/dist/application/mcp/docsMcp.tools.js +3 -518
  17. package/dist/application/mcp/index.js +13 -2106
  18. package/dist/application/mcp/internalMcp.js +2 -410
  19. package/dist/application/mcp/normalizeMcpRequest.js +1 -21
  20. package/dist/application/mcp/providerRankingMcp.js +1 -530
  21. package/dist/bundles/LibraryBundle.js +1 -138
  22. package/dist/bundles/index.js +1 -138
  23. package/dist/components/docs/DocsIndexPage.js +2 -912
  24. package/dist/components/docs/advanced/AdvancedMCPPage.js +4 -271
  25. package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -107
  26. package/dist/components/docs/advanced/AdvancedRenderersPage.js +2 -118
  27. package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -92
  28. package/dist/components/docs/advanced/AdvancedTelemetryPage.js +2 -373
  29. package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -99
  30. package/dist/components/docs/advanced/index.js +10 -1055
  31. package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +6 -243
  32. package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +3 -160
  33. package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -259
  34. package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -374
  35. package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -166
  36. package/dist/components/docs/architecture/ArchitectureOverviewPage.js +1 -143
  37. package/dist/components/docs/architecture/index.js +20 -1340
  38. package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -245
  39. package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -230
  40. package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -245
  41. package/dist/components/docs/comparison/ComparisonOverviewPage.js +1 -202
  42. package/dist/components/docs/comparison/ComparisonWindmillPage.js +1 -254
  43. package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -339
  44. package/dist/components/docs/comparison/index.js +1 -1510
  45. package/dist/components/docs/docsManifest.js +1 -611
  46. package/dist/components/docs/docsManifest.test.d.ts +1 -0
  47. package/dist/components/docs/ecosystem/IntegrationsPage.js +2 -103
  48. package/dist/components/docs/ecosystem/PluginsPage.js +13 -179
  49. package/dist/components/docs/ecosystem/RegistryPage.js +7 -100
  50. package/dist/components/docs/ecosystem/TemplatesPage.js +3 -141
  51. package/dist/components/docs/ecosystem/ecosystem.docblocks.js +2 -48
  52. package/dist/components/docs/ecosystem/index.js +23 -569
  53. package/dist/components/docs/examples/DocsExamplesPage.js +4 -124
  54. package/dist/components/docs/examples/ExampleShowcasePage.js +4 -244
  55. package/dist/components/docs/examples/exampleShowcaseData.js +4 -39
  56. package/dist/components/docs/examples/index.js +4 -330
  57. package/dist/components/docs/generated/docs-index.generated.js +1 -5
  58. package/dist/components/docs/generated/index.js +1 -74
  59. package/dist/components/docs/generated/loader.js +1 -74
  60. package/dist/components/docs/getting-started/CLIPage.js +4 -271
  61. package/dist/components/docs/getting-started/CompatibilityPage.js +1 -173
  62. package/dist/components/docs/getting-started/DataViewTutorialPage.js +4 -134
  63. package/dist/components/docs/getting-started/DeveloperToolsPage.js +1 -194
  64. package/dist/components/docs/getting-started/HelloWorldPage.js +5 -183
  65. package/dist/components/docs/getting-started/InstallationPage.js +3 -154
  66. package/dist/components/docs/getting-started/StartHerePage.js +2 -129
  67. package/dist/components/docs/getting-started/TroubleshootingPage.js +2 -168
  68. package/dist/components/docs/getting-started/VSCodeExtensionPage.js +1 -432
  69. package/dist/components/docs/getting-started/getting-started.docblocks.js +4 -41
  70. package/dist/components/docs/getting-started/index.js +18 -1869
  71. package/dist/components/docs/guides/GuideCIDiffGatingPage.js +2 -196
  72. package/dist/components/docs/guides/GuideConnectInRepoPage.d.ts +1 -0
  73. package/dist/components/docs/guides/GuideConnectInRepoPage.js +44 -0
  74. package/dist/components/docs/guides/GuideContractTypesPage.js +6 -541
  75. package/dist/components/docs/guides/GuideDocsPipelinePage.js +3 -207
  76. package/dist/components/docs/guides/GuideFirstModuleBundlePage.d.ts +1 -0
  77. package/dist/components/docs/guides/GuideFirstModuleBundlePage.js +76 -0
  78. package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -209
  79. package/dist/components/docs/guides/GuideHostBuilderWorkbenchPage.d.ts +1 -0
  80. package/dist/components/docs/guides/GuideHostBuilderWorkbenchPage.js +70 -0
  81. package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -754
  82. package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -268
  83. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +4 -196
  84. package/dist/components/docs/guides/GuidesIndexPage.js +2 -169
  85. package/dist/components/docs/guides/guides.docblocks.js +11 -75
  86. package/dist/components/docs/guides/index.d.ts +3 -0
  87. package/dist/components/docs/guides/index.js +213 -2428
  88. package/dist/components/docs/index.js +542 -24310
  89. package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -42
  90. package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -105
  91. package/dist/components/docs/integrations/IntegrationsGithubPage.js +3 -142
  92. package/dist/components/docs/integrations/IntegrationsGmailPage.js +3 -109
  93. package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -79
  94. package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +3 -146
  95. package/dist/components/docs/integrations/IntegrationsMistralPage.js +5 -150
  96. package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +5 -140
  97. package/dist/components/docs/integrations/IntegrationsOverviewPage.js +1 -160
  98. package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +4 -218
  99. package/dist/components/docs/integrations/IntegrationsPowensPage.js +4 -300
  100. package/dist/components/docs/integrations/IntegrationsQdrantPage.js +5 -111
  101. package/dist/components/docs/integrations/IntegrationsResendPage.js +3 -102
  102. package/dist/components/docs/integrations/IntegrationsS3Page.js +4 -124
  103. package/dist/components/docs/integrations/IntegrationsSlackPage.js +3 -144
  104. package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +7 -290
  105. package/dist/components/docs/integrations/IntegrationsStripePage.js +6 -327
  106. package/dist/components/docs/integrations/IntegrationsTwilioPage.js +3 -128
  107. package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -146
  108. package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -156
  109. package/dist/components/docs/integrations/index.js +52 -3100
  110. package/dist/components/docs/intent/ContractFirstApiPage.js +2 -126
  111. package/dist/components/docs/intent/DeterministicCodegenPage.js +2 -148
  112. package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +7 -207
  113. package/dist/components/docs/intent/OpenapiAlternativePage.js +3 -201
  114. package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +4 -144
  115. package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -126
  116. package/dist/components/docs/intent/index.js +15 -1135
  117. package/dist/components/docs/intent/intent-pages.docblocks.js +1 -201
  118. package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +6 -750
  119. package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +4 -175
  120. package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +1 -116
  121. package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +8 -391
  122. package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +6 -302
  123. package/dist/components/docs/knowledge/index.js +21 -1730
  124. package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +3 -198
  125. package/dist/components/docs/libraries/LibrariesAiAgentPage.js +3 -141
  126. package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +4 -80
  127. package/dist/components/docs/libraries/LibrariesContentGenPage.js +2 -100
  128. package/dist/components/docs/libraries/LibrariesContractsPage.js +2 -284
  129. package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +3 -112
  130. package/dist/components/docs/libraries/LibrariesDataBackendPage.js +2 -166
  131. package/dist/components/docs/libraries/LibrariesDataViewsPage.js +3 -186
  132. package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +4 -279
  133. package/dist/components/docs/libraries/LibrariesEvolutionPage.js +4 -127
  134. package/dist/components/docs/libraries/LibrariesGraphQLPage.js +2 -173
  135. package/dist/components/docs/libraries/LibrariesGrowthPage.js +3 -88
  136. package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -108
  137. package/dist/components/docs/libraries/LibrariesObservabilityPage.js +5 -130
  138. package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -110
  139. package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -170
  140. package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +4 -114
  141. package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -132
  142. package/dist/components/docs/libraries/LibrariesResiliencePage.js +4 -120
  143. package/dist/components/docs/libraries/LibrariesRuntimePage.js +2 -200
  144. package/dist/components/docs/libraries/LibrariesSLOPage.js +3 -116
  145. package/dist/components/docs/libraries/LibrariesSchemaPage.js +3 -273
  146. package/dist/components/docs/libraries/LibrariesSupportBotPage.js +3 -134
  147. package/dist/components/docs/libraries/LibrariesTestingPage.js +3 -133
  148. package/dist/components/docs/libraries/LibrariesUIKitPage.js +2 -230
  149. package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -88
  150. package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +2 -181
  151. package/dist/components/docs/libraries/index.js +54 -4147
  152. package/dist/components/docs/manifesto/ManifestoPage.js +1 -86
  153. package/dist/components/docs/ops/AutoEvolutionOpsPage.js +2 -132
  154. package/dist/components/docs/ops/DistributedTracingOpsPage.js +2 -71
  155. package/dist/components/docs/ops/index.js +3 -202
  156. package/dist/components/docs/ops/ops-lifecycle.docblocks.js +3 -38
  157. package/dist/components/docs/ops/ops-runbooks-a.docblocks.js +3 -94
  158. package/dist/components/docs/ops/ops-runbooks-b.docblocks.js +3 -76
  159. package/dist/components/docs/ops/ops-slo-tenant.docblocks.js +3 -76
  160. package/dist/components/docs/ops/ops-top.docs.js +2 -17
  161. package/dist/components/docs/ops/ops.docs.js +10 -302
  162. package/dist/components/docs/product/product.docblocks.js +5 -72
  163. package/dist/components/docs/reference/DocsMarkdownContent.js +2 -196
  164. package/dist/components/docs/reference/DocsReferenceContent.js +3 -256
  165. package/dist/components/docs/reference/DocsReferenceIndexClient.js +2 -127
  166. package/dist/components/docs/reference/DocsReferenceIndexPage.js +2 -206
  167. package/dist/components/docs/reference/DocsReferencePage.js +3 -265
  168. package/dist/components/docs/reference/docsMarkdownParser.js +2 -92
  169. package/dist/components/docs/reference/index.js +4 -470
  170. package/dist/components/docs/safety/SafetyAuditingPage.js +2 -350
  171. package/dist/components/docs/safety/SafetyMigrationsPage.js +2 -359
  172. package/dist/components/docs/safety/SafetyOverviewPage.js +1 -101
  173. package/dist/components/docs/safety/SafetyPDPPage.js +2 -301
  174. package/dist/components/docs/safety/SafetySecurityTrustPage.js +1 -206
  175. package/dist/components/docs/safety/SafetySigningPage.js +3 -90
  176. package/dist/components/docs/safety/SafetyTenantIsolationPage.js +2 -79
  177. package/dist/components/docs/safety/index.js +7 -1480
  178. package/dist/components/docs/shared/StudioPrompt.js +1 -31
  179. package/dist/components/docs/specs/SpecsBuilderControlPlanePage.d.ts +1 -0
  180. package/dist/components/docs/specs/SpecsBuilderControlPlanePage.js +34 -0
  181. package/dist/components/docs/specs/SpecsCapabilitiesPage.js +2 -158
  182. package/dist/components/docs/specs/SpecsConnectPage.d.ts +1 -0
  183. package/dist/components/docs/specs/SpecsConnectPage.js +8 -0
  184. package/dist/components/docs/specs/SpecsDataViewsPage.js +2 -260
  185. package/dist/components/docs/specs/SpecsModuleBundlesPage.d.ts +1 -0
  186. package/dist/components/docs/specs/SpecsModuleBundlesPage.js +67 -0
  187. package/dist/components/docs/specs/SpecsOverlaysPage.js +2 -372
  188. package/dist/components/docs/specs/SpecsOverviewPage.js +1 -186
  189. package/dist/components/docs/specs/SpecsPolicyPage.js +3 -420
  190. package/dist/components/docs/specs/SpecsWorkflowsPage.js +2 -325
  191. package/dist/components/docs/specs/index.d.ts +3 -0
  192. package/dist/components/docs/specs/index.js +109 -1715
  193. package/dist/components/docs/studio/StudioBYOKPage.js +1 -26
  194. package/dist/components/docs/studio/StudioDeploymentsPage.js +1 -26
  195. package/dist/components/docs/studio/StudioGettingStartedPage.js +1 -26
  196. package/dist/components/docs/studio/StudioIntegrationsPage.js +1 -26
  197. package/dist/components/docs/studio/StudioOverviewPage.js +1 -157
  198. package/dist/components/docs/studio/StudioVisualBuilderPage.js +1 -26
  199. package/dist/components/docs/studio/index.js +1 -282
  200. package/dist/components/docs/tech/contracts/tech-docs.docblocks.js +2 -19
  201. package/dist/components/integrations/index.js +2 -600
  202. package/dist/components/integrations/molecules/IntegrationCard.js +1 -100
  203. package/dist/components/integrations/organisms/IntegrationMarketplace.js +1 -214
  204. package/dist/components/integrations/organisms/IntegrationSettings.js +2 -284
  205. package/dist/components/integrations/organisms/KnowledgeSourceList.js +1 -103
  206. package/dist/components/legal/PrivacyTemplate.js +1 -1025
  207. package/dist/components/legal/TermsTemplate.js +1 -941
  208. package/dist/components/legal/index.js +1 -1963
  209. package/dist/components/shared/FeatureGateNotice.js +1 -38
  210. package/dist/components/shared/index.js +1 -38
  211. package/dist/components/shell/WorkspaceHeader.js +1 -100
  212. package/dist/components/shell/WorkspaceProjectShellLayout.js +1 -222
  213. package/dist/components/shell/WorkspaceShellRenderer.js +1 -228
  214. package/dist/components/shell/WorkspaceSidebar.js +1 -68
  215. package/dist/components/shell/index.js +1 -287
  216. package/dist/components/templates/engine/index.js +1 -39
  217. package/dist/components/templates/index.js +11 -965
  218. package/dist/components/templates/messaging/ConversationList.js +2 -83
  219. package/dist/components/templates/messaging/MessageComposer.js +4 -150
  220. package/dist/components/templates/messaging/MessageThread.js +3 -83
  221. package/dist/components/templates/messaging/MessagingWorkspace.js +5 -265
  222. package/dist/components/templates/messaging/index.js +5 -269
  223. package/dist/components/templates/recipes/LanguageSwitcher.js +1 -16
  224. package/dist/components/templates/recipes/RecipeCard.js +1 -80
  225. package/dist/components/templates/recipes/RecipeDetail.js +1 -74
  226. package/dist/components/templates/recipes/RecipeList.js +3 -245
  227. package/dist/components/templates/recipes/index.js +3 -248
  228. package/dist/components/templates/todos/FilterBar.js +1 -107
  229. package/dist/components/templates/todos/TaskForm.js +2 -158
  230. package/dist/components/templates/todos/TaskItem.js +1 -77
  231. package/dist/components/templates/todos/TaskList.js +5 -449
  232. package/dist/components/templates/todos/index.js +5 -452
  233. package/dist/config/contractspec-blueprint.js +1 -123
  234. package/dist/config/contractspec-branding.js +1 -44
  235. package/dist/config/contractspec-routes.js +1 -24
  236. package/dist/config/index.js +1 -126
  237. package/dist/features/contracts-registry.js +1 -178
  238. package/dist/features/docs/docs.contracts.js +1 -17
  239. package/dist/features/docs/index.js +1 -17
  240. package/dist/features/docs.feature.js +1 -33
  241. package/dist/features/index.js +1 -315
  242. package/dist/features/mcp.feature.js +1 -30
  243. package/dist/features/presentations.feature.js +1 -33
  244. package/dist/features/registry.js +1 -116
  245. package/dist/index.js +556 -28593
  246. package/dist/infrastructure/elysia/index.js +1 -35
  247. package/dist/infrastructure/elysia/logger.js +1 -35
  248. package/dist/infrastructure/index.js +1 -35
  249. package/dist/libs/email/client.js +1 -114
  250. package/dist/libs/email/contact.js +12 -165
  251. package/dist/libs/email/newsletter.js +6 -167
  252. package/dist/libs/email/types.js +0 -2
  253. package/dist/libs/email/utils.js +2 -8
  254. package/dist/libs/email/waitlist-application.js +28 -209
  255. package/dist/libs/email/waitlist.js +6 -167
  256. package/dist/libs/email.js +46 -363
  257. package/dist/libs/posthog/client.js +1 -63
  258. package/dist/libs/posthog/native.js +1 -23
  259. package/dist/libs/posthog/server.js +1 -13
  260. package/dist/libs/pricing-examples.js +1 -18
  261. package/dist/node/application/context-storage/index.js +1 -28
  262. package/dist/node/application/index.js +13 -2133
  263. package/dist/node/application/mcp/cliMcp.js +4 -452
  264. package/dist/node/application/mcp/common.js +1 -193
  265. package/dist/node/application/mcp/contractsMcp.js +2 -549
  266. package/dist/node/application/mcp/contractsMcpResources.js +2 -123
  267. package/dist/node/application/mcp/contractsMcpTools.js +1 -199
  268. package/dist/node/application/mcp/docsMcp.catalog.js +3 -381
  269. package/dist/node/application/mcp/docsMcp.data.js +1 -147
  270. package/dist/node/application/mcp/docsMcp.js +6 -1039
  271. package/dist/node/application/mcp/docsMcp.prompts.js +6 -521
  272. package/dist/node/application/mcp/docsMcp.reference.js +3 -235
  273. package/dist/node/application/mcp/docsMcp.resources.js +3 -519
  274. package/dist/node/application/mcp/docsMcp.tools.js +3 -518
  275. package/dist/node/application/mcp/index.js +13 -2106
  276. package/dist/node/application/mcp/internalMcp.js +2 -410
  277. package/dist/node/application/mcp/normalizeMcpRequest.js +1 -21
  278. package/dist/node/application/mcp/providerRankingMcp.js +1 -530
  279. package/dist/node/bundles/LibraryBundle.js +1 -138
  280. package/dist/node/bundles/index.js +1 -138
  281. package/dist/node/components/docs/DocsIndexPage.js +2 -912
  282. package/dist/node/components/docs/advanced/AdvancedMCPPage.js +4 -271
  283. package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -107
  284. package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +2 -118
  285. package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -92
  286. package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +2 -373
  287. package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -99
  288. package/dist/node/components/docs/advanced/index.js +10 -1055
  289. package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +6 -243
  290. package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +3 -160
  291. package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -259
  292. package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -374
  293. package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -166
  294. package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +1 -143
  295. package/dist/node/components/docs/architecture/index.js +20 -1340
  296. package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -245
  297. package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -230
  298. package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -245
  299. package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +1 -202
  300. package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +1 -254
  301. package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -339
  302. package/dist/node/components/docs/comparison/index.js +1 -1510
  303. package/dist/node/components/docs/docsManifest.js +1 -611
  304. package/dist/node/components/docs/ecosystem/IntegrationsPage.js +2 -103
  305. package/dist/node/components/docs/ecosystem/PluginsPage.js +13 -179
  306. package/dist/node/components/docs/ecosystem/RegistryPage.js +7 -100
  307. package/dist/node/components/docs/ecosystem/TemplatesPage.js +3 -141
  308. package/dist/node/components/docs/ecosystem/ecosystem.docblocks.js +2 -48
  309. package/dist/node/components/docs/ecosystem/index.js +23 -569
  310. package/dist/node/components/docs/examples/DocsExamplesPage.js +4 -124
  311. package/dist/node/components/docs/examples/ExampleShowcasePage.js +4 -244
  312. package/dist/node/components/docs/examples/exampleShowcaseData.js +4 -39
  313. package/dist/node/components/docs/examples/index.js +4 -330
  314. package/dist/node/components/docs/generated/docs-index.generated.js +1 -5
  315. package/dist/node/components/docs/generated/index.js +1 -74
  316. package/dist/node/components/docs/generated/loader.js +1 -74
  317. package/dist/node/components/docs/getting-started/CLIPage.js +4 -271
  318. package/dist/node/components/docs/getting-started/CompatibilityPage.js +1 -173
  319. package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +4 -134
  320. package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +1 -194
  321. package/dist/node/components/docs/getting-started/HelloWorldPage.js +5 -183
  322. package/dist/node/components/docs/getting-started/InstallationPage.js +3 -154
  323. package/dist/node/components/docs/getting-started/StartHerePage.js +2 -129
  324. package/dist/node/components/docs/getting-started/TroubleshootingPage.js +2 -168
  325. package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +1 -432
  326. package/dist/node/components/docs/getting-started/getting-started.docblocks.js +4 -41
  327. package/dist/node/components/docs/getting-started/index.js +18 -1869
  328. package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +2 -196
  329. package/dist/node/components/docs/guides/GuideConnectInRepoPage.js +43 -0
  330. package/dist/node/components/docs/guides/GuideContractTypesPage.js +6 -541
  331. package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +3 -207
  332. package/dist/node/components/docs/guides/GuideFirstModuleBundlePage.js +75 -0
  333. package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -209
  334. package/dist/node/components/docs/guides/GuideHostBuilderWorkbenchPage.js +69 -0
  335. package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -754
  336. package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -268
  337. package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +4 -196
  338. package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -169
  339. package/dist/node/components/docs/guides/guides.docblocks.js +11 -75
  340. package/dist/node/components/docs/guides/index.js +213 -2428
  341. package/dist/node/components/docs/index.js +542 -24310
  342. package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -42
  343. package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -105
  344. package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +3 -142
  345. package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +3 -109
  346. package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -79
  347. package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +3 -146
  348. package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +5 -150
  349. package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +5 -140
  350. package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +1 -160
  351. package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +4 -218
  352. package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +4 -300
  353. package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +5 -111
  354. package/dist/node/components/docs/integrations/IntegrationsResendPage.js +3 -102
  355. package/dist/node/components/docs/integrations/IntegrationsS3Page.js +4 -124
  356. package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +3 -144
  357. package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +7 -290
  358. package/dist/node/components/docs/integrations/IntegrationsStripePage.js +6 -327
  359. package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +3 -128
  360. package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -146
  361. package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -156
  362. package/dist/node/components/docs/integrations/index.js +52 -3100
  363. package/dist/node/components/docs/intent/ContractFirstApiPage.js +2 -126
  364. package/dist/node/components/docs/intent/DeterministicCodegenPage.js +2 -148
  365. package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +7 -207
  366. package/dist/node/components/docs/intent/OpenapiAlternativePage.js +3 -201
  367. package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +4 -144
  368. package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -126
  369. package/dist/node/components/docs/intent/index.js +15 -1135
  370. package/dist/node/components/docs/intent/intent-pages.docblocks.js +1 -201
  371. package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +6 -750
  372. package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +4 -175
  373. package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +1 -116
  374. package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +8 -391
  375. package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +6 -302
  376. package/dist/node/components/docs/knowledge/index.js +21 -1730
  377. package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +3 -198
  378. package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +3 -141
  379. package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +4 -80
  380. package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +2 -100
  381. package/dist/node/components/docs/libraries/LibrariesContractsPage.js +2 -284
  382. package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +3 -112
  383. package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +2 -166
  384. package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +3 -186
  385. package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +4 -279
  386. package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +4 -127
  387. package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +2 -173
  388. package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +3 -88
  389. package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -108
  390. package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +5 -130
  391. package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -110
  392. package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -170
  393. package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +4 -114
  394. package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -132
  395. package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +4 -120
  396. package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +2 -200
  397. package/dist/node/components/docs/libraries/LibrariesSLOPage.js +3 -116
  398. package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +3 -273
  399. package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +3 -134
  400. package/dist/node/components/docs/libraries/LibrariesTestingPage.js +3 -133
  401. package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +2 -230
  402. package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -88
  403. package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +2 -181
  404. package/dist/node/components/docs/libraries/index.js +54 -4147
  405. package/dist/node/components/docs/manifesto/ManifestoPage.js +1 -86
  406. package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +2 -132
  407. package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +2 -71
  408. package/dist/node/components/docs/ops/index.js +3 -202
  409. package/dist/node/components/docs/ops/ops-lifecycle.docblocks.js +3 -38
  410. package/dist/node/components/docs/ops/ops-runbooks-a.docblocks.js +3 -94
  411. package/dist/node/components/docs/ops/ops-runbooks-b.docblocks.js +3 -76
  412. package/dist/node/components/docs/ops/ops-slo-tenant.docblocks.js +3 -76
  413. package/dist/node/components/docs/ops/ops-top.docs.js +2 -17
  414. package/dist/node/components/docs/ops/ops.docs.js +10 -302
  415. package/dist/node/components/docs/product/product.docblocks.js +5 -72
  416. package/dist/node/components/docs/reference/DocsMarkdownContent.js +2 -196
  417. package/dist/node/components/docs/reference/DocsReferenceContent.js +3 -256
  418. package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +2 -127
  419. package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +2 -206
  420. package/dist/node/components/docs/reference/DocsReferencePage.js +3 -265
  421. package/dist/node/components/docs/reference/docsMarkdownParser.js +2 -92
  422. package/dist/node/components/docs/reference/index.js +4 -470
  423. package/dist/node/components/docs/safety/SafetyAuditingPage.js +2 -350
  424. package/dist/node/components/docs/safety/SafetyMigrationsPage.js +2 -359
  425. package/dist/node/components/docs/safety/SafetyOverviewPage.js +1 -101
  426. package/dist/node/components/docs/safety/SafetyPDPPage.js +2 -301
  427. package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +1 -206
  428. package/dist/node/components/docs/safety/SafetySigningPage.js +3 -90
  429. package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +2 -79
  430. package/dist/node/components/docs/safety/index.js +7 -1480
  431. package/dist/node/components/docs/shared/StudioPrompt.js +1 -31
  432. package/dist/node/components/docs/specs/SpecsBuilderControlPlanePage.js +33 -0
  433. package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +2 -158
  434. package/dist/node/components/docs/specs/SpecsConnectPage.js +7 -0
  435. package/dist/node/components/docs/specs/SpecsDataViewsPage.js +2 -260
  436. package/dist/node/components/docs/specs/SpecsModuleBundlesPage.js +66 -0
  437. package/dist/node/components/docs/specs/SpecsOverlaysPage.js +2 -372
  438. package/dist/node/components/docs/specs/SpecsOverviewPage.js +1 -186
  439. package/dist/node/components/docs/specs/SpecsPolicyPage.js +3 -420
  440. package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +2 -325
  441. package/dist/node/components/docs/specs/index.js +109 -1715
  442. package/dist/node/components/docs/studio/StudioBYOKPage.js +1 -26
  443. package/dist/node/components/docs/studio/StudioDeploymentsPage.js +1 -26
  444. package/dist/node/components/docs/studio/StudioGettingStartedPage.js +1 -26
  445. package/dist/node/components/docs/studio/StudioIntegrationsPage.js +1 -26
  446. package/dist/node/components/docs/studio/StudioOverviewPage.js +1 -157
  447. package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +1 -26
  448. package/dist/node/components/docs/studio/index.js +1 -282
  449. package/dist/node/components/docs/tech/contracts/tech-docs.docblocks.js +2 -19
  450. package/dist/node/components/integrations/index.js +2 -600
  451. package/dist/node/components/integrations/molecules/IntegrationCard.js +1 -100
  452. package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +1 -214
  453. package/dist/node/components/integrations/organisms/IntegrationSettings.js +2 -284
  454. package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +1 -103
  455. package/dist/node/components/legal/PrivacyTemplate.js +1 -1025
  456. package/dist/node/components/legal/TermsTemplate.js +1 -941
  457. package/dist/node/components/legal/index.js +1 -1963
  458. package/dist/node/components/shared/FeatureGateNotice.js +1 -38
  459. package/dist/node/components/shared/index.js +1 -38
  460. package/dist/node/components/shell/WorkspaceHeader.js +1 -100
  461. package/dist/node/components/shell/WorkspaceProjectShellLayout.js +1 -222
  462. package/dist/node/components/shell/WorkspaceShellRenderer.js +1 -228
  463. package/dist/node/components/shell/WorkspaceSidebar.js +1 -68
  464. package/dist/node/components/shell/index.js +1 -287
  465. package/dist/node/components/templates/engine/index.js +1 -39
  466. package/dist/node/components/templates/index.js +11 -965
  467. package/dist/node/components/templates/messaging/ConversationList.js +2 -83
  468. package/dist/node/components/templates/messaging/MessageComposer.js +4 -150
  469. package/dist/node/components/templates/messaging/MessageThread.js +3 -83
  470. package/dist/node/components/templates/messaging/MessagingWorkspace.js +5 -265
  471. package/dist/node/components/templates/messaging/index.js +5 -269
  472. package/dist/node/components/templates/recipes/LanguageSwitcher.js +1 -16
  473. package/dist/node/components/templates/recipes/RecipeCard.js +1 -80
  474. package/dist/node/components/templates/recipes/RecipeDetail.js +1 -74
  475. package/dist/node/components/templates/recipes/RecipeList.js +3 -245
  476. package/dist/node/components/templates/recipes/index.js +3 -248
  477. package/dist/node/components/templates/todos/FilterBar.js +1 -107
  478. package/dist/node/components/templates/todos/TaskForm.js +2 -158
  479. package/dist/node/components/templates/todos/TaskItem.js +1 -77
  480. package/dist/node/components/templates/todos/TaskList.js +5 -449
  481. package/dist/node/components/templates/todos/index.js +5 -452
  482. package/dist/node/config/contractspec-blueprint.js +1 -123
  483. package/dist/node/config/contractspec-branding.js +1 -44
  484. package/dist/node/config/contractspec-routes.js +1 -24
  485. package/dist/node/config/index.js +1 -126
  486. package/dist/node/features/contracts-registry.js +1 -178
  487. package/dist/node/features/docs/docs.contracts.js +1 -17
  488. package/dist/node/features/docs/index.js +1 -17
  489. package/dist/node/features/docs.feature.js +1 -33
  490. package/dist/node/features/index.js +1 -315
  491. package/dist/node/features/mcp.feature.js +1 -30
  492. package/dist/node/features/presentations.feature.js +1 -33
  493. package/dist/node/features/registry.js +1 -116
  494. package/dist/node/index.js +556 -28593
  495. package/dist/node/infrastructure/elysia/index.js +1 -35
  496. package/dist/node/infrastructure/elysia/logger.js +1 -35
  497. package/dist/node/infrastructure/index.js +1 -35
  498. package/dist/node/libs/email/client.js +1 -114
  499. package/dist/node/libs/email/contact.js +12 -165
  500. package/dist/node/libs/email/newsletter.js +6 -167
  501. package/dist/node/libs/email/types.js +0 -2
  502. package/dist/node/libs/email/utils.js +2 -8
  503. package/dist/node/libs/email/waitlist-application.js +28 -209
  504. package/dist/node/libs/email/waitlist.js +6 -167
  505. package/dist/node/libs/email.js +46 -363
  506. package/dist/node/libs/posthog/client.js +1 -63
  507. package/dist/node/libs/posthog/native.js +1 -23
  508. package/dist/node/libs/posthog/server.js +1 -13
  509. package/dist/node/libs/pricing-examples.js +1 -18
  510. package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -97
  511. package/dist/node/presentation/features/atoms/FeatureIcon/index.js +1 -97
  512. package/dist/node/presentation/features/atoms/index.js +1 -97
  513. package/dist/node/presentation/features/hooks/index.js +1 -397
  514. package/dist/node/presentation/features/hooks/useContractsRegistry.js +1 -289
  515. package/dist/node/presentation/features/hooks/useFeatureFilters.js +1 -75
  516. package/dist/node/presentation/features/hooks/useFeatureRegistry.js +1 -147
  517. package/dist/node/presentation/features/hooks/useRelatedDocs.js +1 -28
  518. package/dist/node/presentation/features/index.js +1 -3063
  519. package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -366
  520. package/dist/node/presentation/features/molecules/FeatureCard/index.js +1 -366
  521. package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -50
  522. package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -50
  523. package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -92
  524. package/dist/node/presentation/features/molecules/FeatureFilters/index.js +1 -92
  525. package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -176
  526. package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +1 -176
  527. package/dist/node/presentation/features/molecules/index.js +1 -505
  528. package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +1 -304
  529. package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -154
  530. package/dist/node/presentation/features/organisms/FeatureDetail/index.js +1 -154
  531. package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -909
  532. package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +1 -909
  533. package/dist/node/presentation/features/organisms/FeatureEventsList.js +1 -302
  534. package/dist/node/presentation/features/organisms/FeatureFormsList.js +1 -302
  535. package/dist/node/presentation/features/organisms/FeatureOperationsList.js +1 -180
  536. package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +1 -304
  537. package/dist/node/presentation/features/organisms/index.js +1 -1359
  538. package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -332
  539. package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -332
  540. package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -342
  541. package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -342
  542. package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -303
  543. package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -303
  544. package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -340
  545. package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +1 -340
  546. package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -329
  547. package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -329
  548. package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -340
  549. package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +1 -340
  550. package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -302
  551. package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -302
  552. package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -218
  553. package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -218
  554. package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -187
  555. package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -187
  556. package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -306
  557. package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -306
  558. package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -342
  559. package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -342
  560. package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -97
  561. package/dist/presentation/features/atoms/FeatureIcon/index.js +1 -97
  562. package/dist/presentation/features/atoms/index.js +1 -97
  563. package/dist/presentation/features/hooks/index.js +1 -397
  564. package/dist/presentation/features/hooks/useContractsRegistry.js +1 -289
  565. package/dist/presentation/features/hooks/useFeatureFilters.js +1 -75
  566. package/dist/presentation/features/hooks/useFeatureRegistry.js +1 -147
  567. package/dist/presentation/features/hooks/useRelatedDocs.js +1 -28
  568. package/dist/presentation/features/index.js +1 -3063
  569. package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -366
  570. package/dist/presentation/features/molecules/FeatureCard/index.js +1 -366
  571. package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -50
  572. package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -50
  573. package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -92
  574. package/dist/presentation/features/molecules/FeatureFilters/index.js +1 -92
  575. package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -176
  576. package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +1 -176
  577. package/dist/presentation/features/molecules/index.js +1 -505
  578. package/dist/presentation/features/organisms/FeatureDataViewsList.js +1 -304
  579. package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -154
  580. package/dist/presentation/features/organisms/FeatureDetail/index.js +1 -154
  581. package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -909
  582. package/dist/presentation/features/organisms/FeatureDiscovery/index.js +1 -909
  583. package/dist/presentation/features/organisms/FeatureEventsList.js +1 -302
  584. package/dist/presentation/features/organisms/FeatureFormsList.js +1 -302
  585. package/dist/presentation/features/organisms/FeatureOperationsList.js +1 -180
  586. package/dist/presentation/features/organisms/FeaturePresentationsList.js +1 -304
  587. package/dist/presentation/features/organisms/index.js +1 -1359
  588. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -332
  589. package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -332
  590. package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -342
  591. package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -342
  592. package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -303
  593. package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -303
  594. package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -340
  595. package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +1 -340
  596. package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -329
  597. package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -329
  598. package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -340
  599. package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +1 -340
  600. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -302
  601. package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -302
  602. package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -218
  603. package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -218
  604. package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -187
  605. package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -187
  606. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -306
  607. package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -306
  608. package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -342
  609. package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -342
  610. package/package.json +103 -31
  611. package/src/components/docs/DocsIndexPage.tsx +55 -0
  612. package/src/components/docs/architecture/ArchitectureControlPlanePage.tsx +19 -0
  613. package/src/components/docs/architecture/ArchitectureOverviewPage.tsx +34 -0
  614. package/src/components/docs/docsManifest.test.ts +70 -0
  615. package/src/components/docs/docsManifest.ts +71 -1
  616. package/src/components/docs/ecosystem/PluginsPage.tsx +24 -10
  617. package/src/components/docs/ecosystem/RegistryPage.tsx +11 -6
  618. package/src/components/docs/generated/docs-index._common.json +206 -273
  619. package/src/components/docs/generated/docs-index.control-plane.json +18 -0
  620. package/src/components/docs/generated/docs-index.defineExample.json +10 -0
  621. package/src/components/docs/generated/docs-index.manifest.json +22 -12
  622. package/src/components/docs/generated/docs-index.platform-acp.json +64 -0
  623. package/src/components/docs/generated/docs-index.platform-agent.json +89 -1
  624. package/src/components/docs/generated/docs-index.platform-context.json +48 -0
  625. package/src/components/docs/generated/docs-index.platform-control-plane.json +72 -0
  626. package/src/components/docs/generated/docs-index.platform-database.json +40 -0
  627. package/src/components/docs/generated/docs-index.platform-docs.json +64 -0
  628. package/src/components/docs/generated/docs-index.platform-provider-ranking.json +89 -1
  629. package/src/components/docs/generated/docs-index.pocket-family-office.json +8 -0
  630. package/src/components/docs/generated/docs-index.unknown.json +8 -0
  631. package/src/components/docs/guides/GuideConnectInRepoPage.tsx +184 -0
  632. package/src/components/docs/guides/GuideFirstModuleBundlePage.tsx +182 -0
  633. package/src/components/docs/guides/GuideHostBuilderWorkbenchPage.tsx +230 -0
  634. package/src/components/docs/guides/GuidesIndexPage.tsx +21 -0
  635. package/src/components/docs/guides/index.ts +3 -0
  636. package/src/components/docs/specs/SpecsBuilderControlPlanePage.tsx +210 -0
  637. package/src/components/docs/specs/SpecsConnectPage.tsx +162 -0
  638. package/src/components/docs/specs/SpecsModuleBundlesPage.tsx +223 -0
  639. package/src/components/docs/specs/SpecsOverlaysPage.tsx +20 -0
  640. package/src/components/docs/specs/SpecsOverviewPage.tsx +44 -0
  641. package/src/components/docs/specs/index.ts +3 -0
  642. package/src/components/docs/studio/StudioOverviewPage.tsx +26 -0
  643. package/src/infrastructure/elysia/logger.ts +11 -3
@@ -1,1026 +1,2 @@
1
1
  // @bun
2
- // src/components/legal/PrivacyTemplate.tsx
3
- import { jsx, jsxs } from "react/jsx-runtime";
4
- var metadata = {
5
- title: "Privacy Policy | ContractSpec",
6
- description: "Learn how ContractSpec collects, uses, and protects your personal data in compliance with GDPR."
7
- };
8
- function PrivacyTemplate() {
9
- return /* @__PURE__ */ jsx("main", {
10
- className: "flex grow flex-col items-center justify-center pt-24",
11
- children: /* @__PURE__ */ jsx("section", {
12
- className: "section-padding",
13
- children: /* @__PURE__ */ jsxs("div", {
14
- className: "prose prose-invert mx-auto max-w-3xl",
15
- children: [
16
- /* @__PURE__ */ jsx("h1", {
17
- className: "mb-4 font-bold text-4xl",
18
- children: "Privacy Policy"
19
- }),
20
- /* @__PURE__ */ jsx("p", {
21
- className: "mb-8 text-muted-foreground",
22
- children: "Last updated: December 18, 2025"
23
- }),
24
- /* @__PURE__ */ jsxs("section", {
25
- className: "space-y-4",
26
- children: [
27
- /* @__PURE__ */ jsx("h2", {
28
- className: "font-bold text-2xl text-foreground",
29
- children: "1. Who We Are"
30
- }),
31
- /* @__PURE__ */ jsxs("p", {
32
- className: "text-muted-foreground",
33
- children: [
34
- /* @__PURE__ */ jsx("strong", {
35
- className: "text-foreground",
36
- children: "ContractSpec"
37
- }),
38
- " is a brand of",
39
- " ",
40
- /* @__PURE__ */ jsx("strong", {
41
- className: "text-foreground",
42
- children: "CHAMAN VENTURES"
43
- }),
44
- ", a simplified joint-stock company (SASU) registered in France."
45
- ]
46
- }),
47
- /* @__PURE__ */ jsxs("div", {
48
- className: "rounded-lg border border-white/10 bg-white/5 p-4 text-muted-foreground",
49
- children: [
50
- /* @__PURE__ */ jsx("p", {
51
- className: "mb-2",
52
- children: /* @__PURE__ */ jsx("strong", {
53
- className: "text-foreground",
54
- children: "Data Controller:"
55
- })
56
- }),
57
- /* @__PURE__ */ jsxs("ul", {
58
- className: "list-none space-y-1 pl-0",
59
- children: [
60
- /* @__PURE__ */ jsx("li", {
61
- children: "CHAMAN VENTURES, SASU"
62
- }),
63
- /* @__PURE__ */ jsx("li", {
64
- children: "RCS Paris \u2022 SIREN 989 498 902"
65
- }),
66
- /* @__PURE__ */ jsx("li", {
67
- children: "229 rue Saint-Honor\xE9, 75001 Paris, France"
68
- }),
69
- /* @__PURE__ */ jsxs("li", {
70
- children: [
71
- "Contact:",
72
- " ",
73
- /* @__PURE__ */ jsx("a", {
74
- href: "mailto:privacy@contractspec.io",
75
- className: "text-primary hover:underline",
76
- children: "privacy@contractspec.io"
77
- })
78
- ]
79
- })
80
- ]
81
- })
82
- ]
83
- }),
84
- /* @__PURE__ */ jsx("p", {
85
- className: "text-muted-foreground",
86
- children: "We are responsible for deciding how we hold and use personal data about you. We are required under data protection legislation to notify you of the information contained in this privacy policy."
87
- })
88
- ]
89
- }),
90
- /* @__PURE__ */ jsxs("section", {
91
- className: "mt-10 space-y-4",
92
- children: [
93
- /* @__PURE__ */ jsx("h2", {
94
- className: "font-bold text-2xl text-foreground",
95
- children: "2. What This Policy Covers"
96
- }),
97
- /* @__PURE__ */ jsx("p", {
98
- className: "text-muted-foreground",
99
- children: "This privacy policy explains:"
100
- }),
101
- /* @__PURE__ */ jsxs("ul", {
102
- className: "list-disc space-y-2 pl-6 text-muted-foreground",
103
- children: [
104
- /* @__PURE__ */ jsx("li", {
105
- children: "What personal data we collect through the ContractSpec website and services"
106
- }),
107
- /* @__PURE__ */ jsx("li", {
108
- children: "Why we collect and process your data"
109
- }),
110
- /* @__PURE__ */ jsx("li", {
111
- children: "How we store and protect your data"
112
- }),
113
- /* @__PURE__ */ jsx("li", {
114
- children: "Who we may share your data with"
115
- }),
116
- /* @__PURE__ */ jsx("li", {
117
- children: "Your rights under the General Data Protection Regulation (GDPR)"
118
- })
119
- ]
120
- }),
121
- /* @__PURE__ */ jsx("p", {
122
- className: "text-muted-foreground",
123
- children: "This policy applies to visitors of our website, users who sign up for our waitlist or contact us, and customers who use our services."
124
- })
125
- ]
126
- }),
127
- /* @__PURE__ */ jsxs("section", {
128
- className: "mt-10 space-y-4",
129
- children: [
130
- /* @__PURE__ */ jsx("h2", {
131
- className: "font-bold text-2xl text-foreground",
132
- children: "3. Data We Collect"
133
- }),
134
- /* @__PURE__ */ jsx("p", {
135
- className: "text-muted-foreground",
136
- children: "We collect different types of data depending on how you interact with ContractSpec:"
137
- }),
138
- /* @__PURE__ */ jsx("div", {
139
- className: "overflow-x-auto",
140
- children: /* @__PURE__ */ jsxs("table", {
141
- className: "w-full border-collapse text-muted-foreground text-sm",
142
- children: [
143
- /* @__PURE__ */ jsx("thead", {
144
- children: /* @__PURE__ */ jsxs("tr", {
145
- className: "border-white/20 border-b",
146
- children: [
147
- /* @__PURE__ */ jsx("th", {
148
- className: "py-3 pr-4 text-left font-semibold text-foreground",
149
- children: "Category"
150
- }),
151
- /* @__PURE__ */ jsx("th", {
152
- className: "py-3 pr-4 text-left font-semibold text-foreground",
153
- children: "Data Collected"
154
- }),
155
- /* @__PURE__ */ jsx("th", {
156
- className: "py-3 text-left font-semibold text-foreground",
157
- children: "When Collected"
158
- })
159
- ]
160
- })
161
- }),
162
- /* @__PURE__ */ jsxs("tbody", {
163
- children: [
164
- /* @__PURE__ */ jsxs("tr", {
165
- className: "border-white/10 border-b",
166
- children: [
167
- /* @__PURE__ */ jsx("td", {
168
- className: "py-3 pr-4 font-medium",
169
- children: "Website Analytics"
170
- }),
171
- /* @__PURE__ */ jsx("td", {
172
- className: "py-3 pr-4",
173
- children: "Page views, click events, device type, browser, approximate location (country level), session duration, referral source"
174
- }),
175
- /* @__PURE__ */ jsx("td", {
176
- className: "py-3",
177
- children: "When browsing our website (with consent in EU/EEA)"
178
- })
179
- ]
180
- }),
181
- /* @__PURE__ */ jsxs("tr", {
182
- className: "border-white/10 border-b",
183
- children: [
184
- /* @__PURE__ */ jsx("td", {
185
- className: "py-3 pr-4 font-medium",
186
- children: "Contact / Waitlist"
187
- }),
188
- /* @__PURE__ */ jsx("td", {
189
- className: "py-3 pr-4",
190
- children: "Name, email address, message content"
191
- }),
192
- /* @__PURE__ */ jsx("td", {
193
- className: "py-3",
194
- children: "When you submit a form or join our waitlist"
195
- })
196
- ]
197
- }),
198
- /* @__PURE__ */ jsxs("tr", {
199
- className: "border-white/10 border-b",
200
- children: [
201
- /* @__PURE__ */ jsx("td", {
202
- className: "py-3 pr-4 font-medium",
203
- children: "Account Data"
204
- }),
205
- /* @__PURE__ */ jsxs("td", {
206
- className: "py-3 pr-4",
207
- children: [
208
- /* @__PURE__ */ jsx("em", {
209
- children: "Not yet applicable"
210
- }),
211
- " \u2014 We do not currently offer user accounts. This section will be updated when accounts are introduced."
212
- ]
213
- }),
214
- /* @__PURE__ */ jsx("td", {
215
- className: "py-3",
216
- children: "\u2014"
217
- })
218
- ]
219
- }),
220
- /* @__PURE__ */ jsxs("tr", {
221
- className: "border-white/10 border-b",
222
- children: [
223
- /* @__PURE__ */ jsx("td", {
224
- className: "py-3 pr-4 font-medium",
225
- children: "Billing Data"
226
- }),
227
- /* @__PURE__ */ jsxs("td", {
228
- className: "py-3 pr-4",
229
- children: [
230
- /* @__PURE__ */ jsx("em", {
231
- children: "Not yet applicable"
232
- }),
233
- " \u2014 We do not currently process payments. This section will be updated when billing is introduced."
234
- ]
235
- }),
236
- /* @__PURE__ */ jsx("td", {
237
- className: "py-3",
238
- children: "\u2014"
239
- })
240
- ]
241
- })
242
- ]
243
- })
244
- ]
245
- })
246
- })
247
- ]
248
- }),
249
- /* @__PURE__ */ jsxs("section", {
250
- className: "mt-10 space-y-4",
251
- children: [
252
- /* @__PURE__ */ jsx("h2", {
253
- className: "font-bold text-2xl text-foreground",
254
- children: "4. Why We Process Data (Purposes & Legal Bases)"
255
- }),
256
- /* @__PURE__ */ jsx("p", {
257
- className: "text-muted-foreground",
258
- children: "Under GDPR, we must have a lawful basis for processing your personal data. We rely on the following:"
259
- }),
260
- /* @__PURE__ */ jsx("div", {
261
- className: "overflow-x-auto",
262
- children: /* @__PURE__ */ jsxs("table", {
263
- className: "w-full border-collapse text-muted-foreground text-sm",
264
- children: [
265
- /* @__PURE__ */ jsx("thead", {
266
- children: /* @__PURE__ */ jsxs("tr", {
267
- className: "border-white/20 border-b",
268
- children: [
269
- /* @__PURE__ */ jsx("th", {
270
- className: "py-3 pr-4 text-left font-semibold text-foreground",
271
- children: "Purpose"
272
- }),
273
- /* @__PURE__ */ jsx("th", {
274
- className: "py-3 pr-4 text-left font-semibold text-foreground",
275
- children: "Legal Basis"
276
- }),
277
- /* @__PURE__ */ jsx("th", {
278
- className: "py-3 text-left font-semibold text-foreground",
279
- children: "Details"
280
- })
281
- ]
282
- })
283
- }),
284
- /* @__PURE__ */ jsxs("tbody", {
285
- children: [
286
- /* @__PURE__ */ jsxs("tr", {
287
- className: "border-white/10 border-b",
288
- children: [
289
- /* @__PURE__ */ jsx("td", {
290
- className: "py-3 pr-4 font-medium",
291
- children: "Website operation & security"
292
- }),
293
- /* @__PURE__ */ jsx("td", {
294
- className: "py-3 pr-4",
295
- children: "Legitimate interest"
296
- }),
297
- /* @__PURE__ */ jsx("td", {
298
- className: "py-3",
299
- children: "Ensuring our website functions correctly, preventing abuse, and maintaining security"
300
- })
301
- ]
302
- }),
303
- /* @__PURE__ */ jsxs("tr", {
304
- className: "border-white/10 border-b",
305
- children: [
306
- /* @__PURE__ */ jsx("td", {
307
- className: "py-3 pr-4 font-medium",
308
- children: "Analytics & improvement"
309
- }),
310
- /* @__PURE__ */ jsx("td", {
311
- className: "py-3 pr-4",
312
- children: "Consent"
313
- }),
314
- /* @__PURE__ */ jsx("td", {
315
- className: "py-3",
316
- children: "Understanding how users interact with our site to improve our services (gated behind consent in EU/EEA)"
317
- })
318
- ]
319
- }),
320
- /* @__PURE__ */ jsxs("tr", {
321
- className: "border-white/10 border-b",
322
- children: [
323
- /* @__PURE__ */ jsx("td", {
324
- className: "py-3 pr-4 font-medium",
325
- children: "Responding to enquiries"
326
- }),
327
- /* @__PURE__ */ jsx("td", {
328
- className: "py-3 pr-4",
329
- children: "Legitimate interest / Contract"
330
- }),
331
- /* @__PURE__ */ jsx("td", {
332
- className: "py-3",
333
- children: "Responding to your questions, processing waitlist requests, or pre-contractual discussions"
334
- })
335
- ]
336
- }),
337
- /* @__PURE__ */ jsxs("tr", {
338
- className: "border-white/10 border-b",
339
- children: [
340
- /* @__PURE__ */ jsx("td", {
341
- className: "py-3 pr-4 font-medium",
342
- children: "Service delivery"
343
- }),
344
- /* @__PURE__ */ jsx("td", {
345
- className: "py-3 pr-4",
346
- children: "Contract"
347
- }),
348
- /* @__PURE__ */ jsx("td", {
349
- className: "py-3",
350
- children: "If/when you become a customer, processing your data is necessary to fulfil our contractual obligations"
351
- })
352
- ]
353
- }),
354
- /* @__PURE__ */ jsxs("tr", {
355
- className: "border-white/10 border-b",
356
- children: [
357
- /* @__PURE__ */ jsx("td", {
358
- className: "py-3 pr-4 font-medium",
359
- children: "Legal compliance"
360
- }),
361
- /* @__PURE__ */ jsx("td", {
362
- className: "py-3 pr-4",
363
- children: "Legal obligation"
364
- }),
365
- /* @__PURE__ */ jsx("td", {
366
- className: "py-3",
367
- children: "Complying with applicable laws, regulations, or legal processes"
368
- })
369
- ]
370
- })
371
- ]
372
- })
373
- ]
374
- })
375
- })
376
- ]
377
- }),
378
- /* @__PURE__ */ jsxs("section", {
379
- className: "mt-10 space-y-4",
380
- children: [
381
- /* @__PURE__ */ jsx("h2", {
382
- className: "font-bold text-2xl text-foreground",
383
- children: "5. Cookies & Tracking"
384
- }),
385
- /* @__PURE__ */ jsxs("p", {
386
- className: "text-muted-foreground",
387
- children: [
388
- "We use ",
389
- /* @__PURE__ */ jsx("strong", {
390
- className: "text-foreground",
391
- children: "PostHog"
392
- }),
393
- " for product analytics to understand how visitors use our website. PostHog may use cookies or similar technologies to collect this information."
394
- ]
395
- }),
396
- /* @__PURE__ */ jsx("h3", {
397
- className: "mt-6 font-semibold text-foreground text-xl",
398
- children: "Consent in the EU/EEA"
399
- }),
400
- /* @__PURE__ */ jsx("p", {
401
- className: "text-muted-foreground",
402
- children: "If you are located in the European Union or European Economic Area, we gate analytics tracking behind your explicit consent. Analytics cookies will not be set until you opt-in through our cookie consent mechanism."
403
- }),
404
- /* @__PURE__ */ jsx("h3", {
405
- className: "mt-6 font-semibold text-foreground text-xl",
406
- children: "Withdrawing Consent / Opting Out"
407
- }),
408
- /* @__PURE__ */ jsx("p", {
409
- className: "text-muted-foreground",
410
- children: "You can withdraw consent or opt out at any time:"
411
- }),
412
- /* @__PURE__ */ jsxs("ul", {
413
- className: "list-disc space-y-2 pl-6 text-muted-foreground",
414
- children: [
415
- /* @__PURE__ */ jsxs("li", {
416
- children: [
417
- /* @__PURE__ */ jsx("strong", {
418
- children: "Cookie settings:"
419
- }),
420
- " Use the cookie preferences link in our website footer to manage your consent"
421
- ]
422
- }),
423
- /* @__PURE__ */ jsxs("li", {
424
- children: [
425
- /* @__PURE__ */ jsx("strong", {
426
- children: "Browser settings:"
427
- }),
428
- " Configure your browser to reject cookies or alert you when cookies are being set"
429
- ]
430
- }),
431
- /* @__PURE__ */ jsxs("li", {
432
- children: [
433
- /* @__PURE__ */ jsx("strong", {
434
- children: "PostHog opt-out:"
435
- }),
436
- ' PostHog respects "Do Not Track" browser signals where applicable'
437
- ]
438
- })
439
- ]
440
- }),
441
- /* @__PURE__ */ jsx("p", {
442
- className: "text-muted-foreground",
443
- children: "Note: Rejecting analytics cookies will not affect your ability to use our website."
444
- })
445
- ]
446
- }),
447
- /* @__PURE__ */ jsxs("section", {
448
- className: "mt-10 space-y-4",
449
- children: [
450
- /* @__PURE__ */ jsx("h2", {
451
- className: "font-bold text-2xl text-foreground",
452
- children: "6. Sub-processors & Recipients"
453
- }),
454
- /* @__PURE__ */ jsx("p", {
455
- className: "text-muted-foreground",
456
- children: "We share data with the following third-party service providers who process data on our behalf:"
457
- }),
458
- /* @__PURE__ */ jsx("div", {
459
- className: "overflow-x-auto",
460
- children: /* @__PURE__ */ jsxs("table", {
461
- className: "w-full border-collapse text-muted-foreground text-sm",
462
- children: [
463
- /* @__PURE__ */ jsx("thead", {
464
- children: /* @__PURE__ */ jsxs("tr", {
465
- className: "border-white/20 border-b",
466
- children: [
467
- /* @__PURE__ */ jsx("th", {
468
- className: "py-3 pr-4 text-left font-semibold text-foreground",
469
- children: "Provider"
470
- }),
471
- /* @__PURE__ */ jsx("th", {
472
- className: "py-3 pr-4 text-left font-semibold text-foreground",
473
- children: "Purpose"
474
- }),
475
- /* @__PURE__ */ jsx("th", {
476
- className: "py-3 text-left font-semibold text-foreground",
477
- children: "Location"
478
- })
479
- ]
480
- })
481
- }),
482
- /* @__PURE__ */ jsxs("tbody", {
483
- children: [
484
- /* @__PURE__ */ jsxs("tr", {
485
- className: "border-white/10 border-b",
486
- children: [
487
- /* @__PURE__ */ jsx("td", {
488
- className: "py-3 pr-4 font-medium",
489
- children: "PostHog"
490
- }),
491
- /* @__PURE__ */ jsx("td", {
492
- className: "py-3 pr-4",
493
- children: "Product analytics"
494
- }),
495
- /* @__PURE__ */ jsx("td", {
496
- className: "py-3",
497
- children: "EU (PostHog Cloud EU) or US"
498
- })
499
- ]
500
- }),
501
- /* @__PURE__ */ jsxs("tr", {
502
- className: "border-white/10 border-b",
503
- children: [
504
- /* @__PURE__ */ jsx("td", {
505
- className: "py-3 pr-4 font-medium",
506
- children: "Vercel"
507
- }),
508
- /* @__PURE__ */ jsx("td", {
509
- className: "py-3 pr-4",
510
- children: "Website hosting & CDN"
511
- }),
512
- /* @__PURE__ */ jsx("td", {
513
- className: "py-3",
514
- children: "Global (including EU regions)"
515
- })
516
- ]
517
- }),
518
- /* @__PURE__ */ jsxs("tr", {
519
- className: "border-white/10 border-b",
520
- children: [
521
- /* @__PURE__ */ jsx("td", {
522
- className: "py-3 pr-4 font-medium",
523
- children: "Scaleway"
524
- }),
525
- /* @__PURE__ */ jsx("td", {
526
- className: "py-3 pr-4",
527
- children: "Cloud infrastructure"
528
- }),
529
- /* @__PURE__ */ jsx("td", {
530
- className: "py-3",
531
- children: "France / EU"
532
- })
533
- ]
534
- }),
535
- /* @__PURE__ */ jsxs("tr", {
536
- className: "border-white/10 border-b",
537
- children: [
538
- /* @__PURE__ */ jsxs("td", {
539
- className: "py-3 pr-4 font-medium",
540
- children: [
541
- "Email provider ",
542
- /* @__PURE__ */ jsx("em", {
543
- children: "(TBD)"
544
- })
545
- ]
546
- }),
547
- /* @__PURE__ */ jsx("td", {
548
- className: "py-3 pr-4",
549
- children: "Transactional & marketing emails"
550
- }),
551
- /* @__PURE__ */ jsx("td", {
552
- className: "py-3",
553
- children: /* @__PURE__ */ jsx("em", {
554
- children: "To be confirmed"
555
- })
556
- })
557
- ]
558
- }),
559
- /* @__PURE__ */ jsxs("tr", {
560
- className: "border-white/10 border-b",
561
- children: [
562
- /* @__PURE__ */ jsxs("td", {
563
- className: "py-3 pr-4 font-medium",
564
- children: [
565
- "Error tracking ",
566
- /* @__PURE__ */ jsx("em", {
567
- children: "(TBD)"
568
- })
569
- ]
570
- }),
571
- /* @__PURE__ */ jsx("td", {
572
- className: "py-3 pr-4",
573
- children: "Application error monitoring"
574
- }),
575
- /* @__PURE__ */ jsx("td", {
576
- className: "py-3",
577
- children: /* @__PURE__ */ jsx("em", {
578
- children: "To be confirmed"
579
- })
580
- })
581
- ]
582
- }),
583
- /* @__PURE__ */ jsxs("tr", {
584
- className: "border-white/10 border-b",
585
- children: [
586
- /* @__PURE__ */ jsxs("td", {
587
- className: "py-3 pr-4 font-medium",
588
- children: [
589
- "Payment processor ",
590
- /* @__PURE__ */ jsx("em", {
591
- children: "(TBD)"
592
- })
593
- ]
594
- }),
595
- /* @__PURE__ */ jsx("td", {
596
- className: "py-3 pr-4",
597
- children: "Billing & subscription management"
598
- }),
599
- /* @__PURE__ */ jsx("td", {
600
- className: "py-3",
601
- children: /* @__PURE__ */ jsx("em", {
602
- children: "To be confirmed"
603
- })
604
- })
605
- ]
606
- })
607
- ]
608
- })
609
- ]
610
- })
611
- }),
612
- /* @__PURE__ */ jsx("p", {
613
- className: "mt-4 text-muted-foreground",
614
- children: "We carefully select our sub-processors and require them to maintain appropriate security measures and only process data according to our instructions."
615
- })
616
- ]
617
- }),
618
- /* @__PURE__ */ jsxs("section", {
619
- className: "mt-10 space-y-4",
620
- children: [
621
- /* @__PURE__ */ jsx("h2", {
622
- className: "font-bold text-2xl text-foreground",
623
- children: "7. International Data Transfers"
624
- }),
625
- /* @__PURE__ */ jsx("p", {
626
- className: "text-muted-foreground",
627
- children: "As a France-based company, we aim to keep your data within the European Union wherever possible."
628
- }),
629
- /* @__PURE__ */ jsx("p", {
630
- className: "text-muted-foreground",
631
- children: "However, some of our service providers may process data outside the EU/EEA. When this occurs, we ensure appropriate safeguards are in place, such as:"
632
- }),
633
- /* @__PURE__ */ jsxs("ul", {
634
- className: "list-disc space-y-2 pl-6 text-muted-foreground",
635
- children: [
636
- /* @__PURE__ */ jsxs("li", {
637
- children: [
638
- /* @__PURE__ */ jsx("strong", {
639
- children: "Standard Contractual Clauses (SCCs)"
640
- }),
641
- " approved by the European Commission"
642
- ]
643
- }),
644
- /* @__PURE__ */ jsxs("li", {
645
- children: [
646
- /* @__PURE__ */ jsx("strong", {
647
- children: "Adequacy decisions"
648
- }),
649
- " where the recipient country has been deemed to provide adequate protection"
650
- ]
651
- }),
652
- /* @__PURE__ */ jsxs("li", {
653
- children: [
654
- /* @__PURE__ */ jsx("strong", {
655
- children: "Binding Corporate Rules"
656
- }),
657
- " where applicable"
658
- ]
659
- })
660
- ]
661
- }),
662
- /* @__PURE__ */ jsxs("p", {
663
- className: "text-muted-foreground",
664
- children: [
665
- "You may request more information about these safeguards by contacting us at",
666
- " ",
667
- /* @__PURE__ */ jsx("a", {
668
- href: "mailto:privacy@contractspec.io",
669
- className: "text-primary hover:underline",
670
- children: "privacy@contractspec.io"
671
- }),
672
- "."
673
- ]
674
- })
675
- ]
676
- }),
677
- /* @__PURE__ */ jsxs("section", {
678
- className: "mt-10 space-y-4",
679
- children: [
680
- /* @__PURE__ */ jsx("h2", {
681
- className: "font-bold text-2xl text-foreground",
682
- children: "8. Data Retention"
683
- }),
684
- /* @__PURE__ */ jsx("p", {
685
- className: "text-muted-foreground",
686
- children: "We retain your personal data only for as long as necessary to fulfil the purposes for which it was collected:"
687
- }),
688
- /* @__PURE__ */ jsx("div", {
689
- className: "overflow-x-auto",
690
- children: /* @__PURE__ */ jsxs("table", {
691
- className: "w-full border-collapse text-muted-foreground text-sm",
692
- children: [
693
- /* @__PURE__ */ jsx("thead", {
694
- children: /* @__PURE__ */ jsxs("tr", {
695
- className: "border-white/20 border-b",
696
- children: [
697
- /* @__PURE__ */ jsx("th", {
698
- className: "py-3 pr-4 text-left font-semibold text-foreground",
699
- children: "Data Type"
700
- }),
701
- /* @__PURE__ */ jsx("th", {
702
- className: "py-3 text-left font-semibold text-foreground",
703
- children: "Retention Period"
704
- })
705
- ]
706
- })
707
- }),
708
- /* @__PURE__ */ jsxs("tbody", {
709
- children: [
710
- /* @__PURE__ */ jsxs("tr", {
711
- className: "border-white/10 border-b",
712
- children: [
713
- /* @__PURE__ */ jsx("td", {
714
- className: "py-3 pr-4 font-medium",
715
- children: "Analytics data"
716
- }),
717
- /* @__PURE__ */ jsx("td", {
718
- className: "py-3",
719
- children: "24 months from collection"
720
- })
721
- ]
722
- }),
723
- /* @__PURE__ */ jsxs("tr", {
724
- className: "border-white/10 border-b",
725
- children: [
726
- /* @__PURE__ */ jsx("td", {
727
- className: "py-3 pr-4 font-medium",
728
- children: "Waitlist / contact form data"
729
- }),
730
- /* @__PURE__ */ jsx("td", {
731
- className: "py-3",
732
- children: "Until you request deletion or 24 months after last interaction"
733
- })
734
- ]
735
- }),
736
- /* @__PURE__ */ jsxs("tr", {
737
- className: "border-white/10 border-b",
738
- children: [
739
- /* @__PURE__ */ jsx("td", {
740
- className: "py-3 pr-4 font-medium",
741
- children: "Account data (when applicable)"
742
- }),
743
- /* @__PURE__ */ jsx("td", {
744
- className: "py-3",
745
- children: "Duration of account plus 12 months after closure"
746
- })
747
- ]
748
- }),
749
- /* @__PURE__ */ jsxs("tr", {
750
- className: "border-white/10 border-b",
751
- children: [
752
- /* @__PURE__ */ jsx("td", {
753
- className: "py-3 pr-4 font-medium",
754
- children: "Billing records (when applicable)"
755
- }),
756
- /* @__PURE__ */ jsx("td", {
757
- className: "py-3",
758
- children: "10 years (French legal requirement)"
759
- })
760
- ]
761
- })
762
- ]
763
- })
764
- ]
765
- })
766
- }),
767
- /* @__PURE__ */ jsx("p", {
768
- className: "mt-4 text-muted-foreground",
769
- children: "We may retain certain data longer if required by law or to establish, exercise, or defend legal claims."
770
- })
771
- ]
772
- }),
773
- /* @__PURE__ */ jsxs("section", {
774
- className: "mt-10 space-y-4",
775
- children: [
776
- /* @__PURE__ */ jsx("h2", {
777
- className: "font-bold text-2xl text-foreground",
778
- children: "9. Your Rights Under GDPR"
779
- }),
780
- /* @__PURE__ */ jsx("p", {
781
- className: "text-muted-foreground",
782
- children: "As a data subject in the EU, you have the following rights:"
783
- }),
784
- /* @__PURE__ */ jsxs("ul", {
785
- className: "list-disc space-y-3 pl-6 text-muted-foreground",
786
- children: [
787
- /* @__PURE__ */ jsxs("li", {
788
- children: [
789
- /* @__PURE__ */ jsx("strong", {
790
- className: "text-foreground",
791
- children: "Right to access"
792
- }),
793
- " \u2014 Request a copy of the personal data we hold about you"
794
- ]
795
- }),
796
- /* @__PURE__ */ jsxs("li", {
797
- children: [
798
- /* @__PURE__ */ jsx("strong", {
799
- className: "text-foreground",
800
- children: "Right to rectification"
801
- }),
802
- " ",
803
- "\u2014 Request correction of inaccurate or incomplete data"
804
- ]
805
- }),
806
- /* @__PURE__ */ jsxs("li", {
807
- children: [
808
- /* @__PURE__ */ jsx("strong", {
809
- className: "text-foreground",
810
- children: 'Right to erasure ("right to be forgotten")'
811
- }),
812
- " ",
813
- "\u2014 Request deletion of your personal data in certain circumstances"
814
- ]
815
- }),
816
- /* @__PURE__ */ jsxs("li", {
817
- children: [
818
- /* @__PURE__ */ jsx("strong", {
819
- className: "text-foreground",
820
- children: "Right to restriction"
821
- }),
822
- " ",
823
- "\u2014 Request that we limit how we use your data"
824
- ]
825
- }),
826
- /* @__PURE__ */ jsxs("li", {
827
- children: [
828
- /* @__PURE__ */ jsx("strong", {
829
- className: "text-foreground",
830
- children: "Right to data portability"
831
- }),
832
- " ",
833
- "\u2014 Receive your data in a structured, machine-readable format"
834
- ]
835
- }),
836
- /* @__PURE__ */ jsxs("li", {
837
- children: [
838
- /* @__PURE__ */ jsx("strong", {
839
- className: "text-foreground",
840
- children: "Right to object"
841
- }),
842
- " \u2014 Object to processing based on legitimate interests or direct marketing"
843
- ]
844
- }),
845
- /* @__PURE__ */ jsxs("li", {
846
- children: [
847
- /* @__PURE__ */ jsx("strong", {
848
- className: "text-foreground",
849
- children: "Right to withdraw consent"
850
- }),
851
- " ",
852
- "\u2014 Where processing is based on consent, withdraw it at any time"
853
- ]
854
- })
855
- ]
856
- }),
857
- /* @__PURE__ */ jsxs("p", {
858
- className: "mt-4 text-muted-foreground",
859
- children: [
860
- "To exercise any of these rights, please contact us at",
861
- " ",
862
- /* @__PURE__ */ jsx("a", {
863
- href: "mailto:privacy@contractspec.io",
864
- className: "text-primary hover:underline",
865
- children: "privacy@contractspec.io"
866
- }),
867
- ". We will respond within one month as required by GDPR."
868
- ]
869
- })
870
- ]
871
- }),
872
- /* @__PURE__ */ jsxs("section", {
873
- className: "mt-10 space-y-4",
874
- children: [
875
- /* @__PURE__ */ jsx("h2", {
876
- className: "font-bold text-2xl text-foreground",
877
- children: "10. Security"
878
- }),
879
- /* @__PURE__ */ jsx("p", {
880
- className: "text-muted-foreground",
881
- children: "We implement appropriate technical and organisational measures to protect your personal data against unauthorised access, alteration, disclosure, or destruction. These measures include:"
882
- }),
883
- /* @__PURE__ */ jsxs("ul", {
884
- className: "list-disc space-y-2 pl-6 text-muted-foreground",
885
- children: [
886
- /* @__PURE__ */ jsx("li", {
887
- children: "Encryption of data in transit (TLS/HTTPS)"
888
- }),
889
- /* @__PURE__ */ jsx("li", {
890
- children: "Encryption of data at rest where appropriate"
891
- }),
892
- /* @__PURE__ */ jsx("li", {
893
- children: "Access controls and authentication"
894
- }),
895
- /* @__PURE__ */ jsx("li", {
896
- children: "Regular security reviews and updates"
897
- }),
898
- /* @__PURE__ */ jsx("li", {
899
- children: "Careful vetting of sub-processors"
900
- })
901
- ]
902
- }),
903
- /* @__PURE__ */ jsx("p", {
904
- className: "text-muted-foreground",
905
- children: "While we strive to protect your data, no method of transmission over the Internet or electronic storage is 100% secure. We cannot guarantee absolute security but are committed to continuous improvement."
906
- })
907
- ]
908
- }),
909
- /* @__PURE__ */ jsxs("section", {
910
- className: "mt-10 space-y-4",
911
- children: [
912
- /* @__PURE__ */ jsx("h2", {
913
- className: "font-bold text-2xl text-foreground",
914
- children: "11. Contact & Complaints"
915
- }),
916
- /* @__PURE__ */ jsx("p", {
917
- className: "text-muted-foreground",
918
- children: "If you have any questions, concerns, or requests regarding this privacy policy or our data practices, please contact us:"
919
- }),
920
- /* @__PURE__ */ jsxs("div", {
921
- className: "rounded-lg border border-white/10 bg-white/5 p-4 text-muted-foreground",
922
- children: [
923
- /* @__PURE__ */ jsxs("p", {
924
- children: [
925
- /* @__PURE__ */ jsx("strong", {
926
- className: "text-foreground",
927
- children: "Email:"
928
- }),
929
- " ",
930
- /* @__PURE__ */ jsx("a", {
931
- href: "mailto:privacy@contractspec.io",
932
- className: "text-primary hover:underline",
933
- children: "privacy@contractspec.io"
934
- })
935
- ]
936
- }),
937
- /* @__PURE__ */ jsxs("p", {
938
- className: "mt-2",
939
- children: [
940
- /* @__PURE__ */ jsx("strong", {
941
- className: "text-foreground",
942
- children: "Address:"
943
- }),
944
- " CHAMAN VENTURES, 229 rue Saint-Honor\xE9, 75001 Paris, France"
945
- ]
946
- })
947
- ]
948
- }),
949
- /* @__PURE__ */ jsx("h3", {
950
- className: "mt-6 font-semibold text-foreground text-xl",
951
- children: "Supervisory Authority"
952
- }),
953
- /* @__PURE__ */ jsx("p", {
954
- className: "text-muted-foreground",
955
- children: "If you are not satisfied with our response or believe we are processing your data unlawfully, you have the right to lodge a complaint with a supervisory authority. In France, the relevant authority is:"
956
- }),
957
- /* @__PURE__ */ jsxs("div", {
958
- className: "rounded-lg border border-white/10 bg-white/5 p-4 text-muted-foreground",
959
- children: [
960
- /* @__PURE__ */ jsx("p", {
961
- children: /* @__PURE__ */ jsx("strong", {
962
- className: "text-foreground",
963
- children: "Commission Nationale de l'Informatique et des Libert\xE9s (CNIL)"
964
- })
965
- }),
966
- /* @__PURE__ */ jsx("p", {
967
- children: "3 Place de Fontenoy, TSA 80715, 75334 Paris Cedex 07"
968
- }),
969
- /* @__PURE__ */ jsxs("p", {
970
- children: [
971
- "Website:",
972
- " ",
973
- /* @__PURE__ */ jsx("a", {
974
- href: "https://www.cnil.fr",
975
- target: "_blank",
976
- rel: "noopener noreferrer",
977
- className: "text-primary hover:underline",
978
- children: "www.cnil.fr"
979
- })
980
- ]
981
- })
982
- ]
983
- })
984
- ]
985
- }),
986
- /* @__PURE__ */ jsxs("section", {
987
- className: "mt-10 space-y-4",
988
- children: [
989
- /* @__PURE__ */ jsx("h2", {
990
- className: "font-bold text-2xl text-foreground",
991
- children: "12. Changes to This Policy"
992
- }),
993
- /* @__PURE__ */ jsx("p", {
994
- className: "text-muted-foreground",
995
- children: 'We may update this privacy policy from time to time to reflect changes in our practices, technology, legal requirements, or for other operational reasons. We will notify you of any material changes by updating the "Last updated" date at the top of this page.'
996
- }),
997
- /* @__PURE__ */ jsx("p", {
998
- className: "text-muted-foreground",
999
- children: "We encourage you to review this policy periodically to stay informed about how we protect your data."
1000
- })
1001
- ]
1002
- }),
1003
- /* @__PURE__ */ jsx("div", {
1004
- className: "mt-12 border-white/10 border-t pt-8",
1005
- children: /* @__PURE__ */ jsxs("p", {
1006
- className: "text-muted-foreground text-sm",
1007
- children: [
1008
- "For questions about this privacy policy, please contact us at",
1009
- " ",
1010
- /* @__PURE__ */ jsx("a", {
1011
- href: "mailto:privacy@contractspec.io",
1012
- className: "text-primary hover:underline",
1013
- children: "privacy@contractspec.io"
1014
- })
1015
- ]
1016
- })
1017
- })
1018
- ]
1019
- })
1020
- })
1021
- });
1022
- }
1023
- export {
1024
- metadata,
1025
- PrivacyTemplate
1026
- };
2
+ import{jsx as b,jsxs as d}from"react/jsx-runtime";var k={title:"Privacy Policy | ContractSpec",description:"Learn how ContractSpec collects, uses, and protects your personal data in compliance with GDPR."};function q(){return b("main",{className:"flex grow flex-col items-center justify-center pt-24",children:b("section",{className:"section-padding",children:d("div",{className:"prose prose-invert mx-auto max-w-3xl",children:[b("h1",{className:"mb-4 font-bold text-4xl",children:"Privacy Policy"}),b("p",{className:"mb-8 text-muted-foreground",children:"Last updated: December 18, 2025"}),d("section",{className:"space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"1. Who We Are"}),d("p",{className:"text-muted-foreground",children:[b("strong",{className:"text-foreground",children:"ContractSpec"})," is a brand of"," ",b("strong",{className:"text-foreground",children:"CHAMAN VENTURES"}),", a simplified joint-stock company (SASU) registered in France."]}),d("div",{className:"rounded-lg border border-white/10 bg-white/5 p-4 text-muted-foreground",children:[b("p",{className:"mb-2",children:b("strong",{className:"text-foreground",children:"Data Controller:"})}),d("ul",{className:"list-none space-y-1 pl-0",children:[b("li",{children:"CHAMAN VENTURES, SASU"}),b("li",{children:"RCS Paris \u2022 SIREN 989 498 902"}),b("li",{children:"229 rue Saint-Honor\xE9, 75001 Paris, France"}),d("li",{children:["Contact:"," ",b("a",{href:"mailto:privacy@contractspec.io",className:"text-primary hover:underline",children:"privacy@contractspec.io"})]})]})]}),b("p",{className:"text-muted-foreground",children:"We are responsible for deciding how we hold and use personal data about you. We are required under data protection legislation to notify you of the information contained in this privacy policy."})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"2. What This Policy Covers"}),b("p",{className:"text-muted-foreground",children:"This privacy policy explains:"}),d("ul",{className:"list-disc space-y-2 pl-6 text-muted-foreground",children:[b("li",{children:"What personal data we collect through the ContractSpec website and services"}),b("li",{children:"Why we collect and process your data"}),b("li",{children:"How we store and protect your data"}),b("li",{children:"Who we may share your data with"}),b("li",{children:"Your rights under the General Data Protection Regulation (GDPR)"})]}),b("p",{className:"text-muted-foreground",children:"This policy applies to visitors of our website, users who sign up for our waitlist or contact us, and customers who use our services."})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"3. Data We Collect"}),b("p",{className:"text-muted-foreground",children:"We collect different types of data depending on how you interact with ContractSpec:"}),b("div",{className:"overflow-x-auto",children:d("table",{className:"w-full border-collapse text-muted-foreground text-sm",children:[b("thead",{children:d("tr",{className:"border-white/20 border-b",children:[b("th",{className:"py-3 pr-4 text-left font-semibold text-foreground",children:"Category"}),b("th",{className:"py-3 pr-4 text-left font-semibold text-foreground",children:"Data Collected"}),b("th",{className:"py-3 text-left font-semibold text-foreground",children:"When Collected"})]})}),d("tbody",{children:[d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Website Analytics"}),b("td",{className:"py-3 pr-4",children:"Page views, click events, device type, browser, approximate location (country level), session duration, referral source"}),b("td",{className:"py-3",children:"When browsing our website (with consent in EU/EEA)"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Contact / Waitlist"}),b("td",{className:"py-3 pr-4",children:"Name, email address, message content"}),b("td",{className:"py-3",children:"When you submit a form or join our waitlist"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Account Data"}),d("td",{className:"py-3 pr-4",children:[b("em",{children:"Not yet applicable"})," \u2014 We do not currently offer user accounts. This section will be updated when accounts are introduced."]}),b("td",{className:"py-3",children:"\u2014"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Billing Data"}),d("td",{className:"py-3 pr-4",children:[b("em",{children:"Not yet applicable"})," \u2014 We do not currently process payments. This section will be updated when billing is introduced."]}),b("td",{className:"py-3",children:"\u2014"})]})]})]})})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"4. Why We Process Data (Purposes & Legal Bases)"}),b("p",{className:"text-muted-foreground",children:"Under GDPR, we must have a lawful basis for processing your personal data. We rely on the following:"}),b("div",{className:"overflow-x-auto",children:d("table",{className:"w-full border-collapse text-muted-foreground text-sm",children:[b("thead",{children:d("tr",{className:"border-white/20 border-b",children:[b("th",{className:"py-3 pr-4 text-left font-semibold text-foreground",children:"Purpose"}),b("th",{className:"py-3 pr-4 text-left font-semibold text-foreground",children:"Legal Basis"}),b("th",{className:"py-3 text-left font-semibold text-foreground",children:"Details"})]})}),d("tbody",{children:[d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Website operation & security"}),b("td",{className:"py-3 pr-4",children:"Legitimate interest"}),b("td",{className:"py-3",children:"Ensuring our website functions correctly, preventing abuse, and maintaining security"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Analytics & improvement"}),b("td",{className:"py-3 pr-4",children:"Consent"}),b("td",{className:"py-3",children:"Understanding how users interact with our site to improve our services (gated behind consent in EU/EEA)"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Responding to enquiries"}),b("td",{className:"py-3 pr-4",children:"Legitimate interest / Contract"}),b("td",{className:"py-3",children:"Responding to your questions, processing waitlist requests, or pre-contractual discussions"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Service delivery"}),b("td",{className:"py-3 pr-4",children:"Contract"}),b("td",{className:"py-3",children:"If/when you become a customer, processing your data is necessary to fulfil our contractual obligations"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Legal compliance"}),b("td",{className:"py-3 pr-4",children:"Legal obligation"}),b("td",{className:"py-3",children:"Complying with applicable laws, regulations, or legal processes"})]})]})]})})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"5. Cookies & Tracking"}),d("p",{className:"text-muted-foreground",children:["We use ",b("strong",{className:"text-foreground",children:"PostHog"})," for product analytics to understand how visitors use our website. PostHog may use cookies or similar technologies to collect this information."]}),b("h3",{className:"mt-6 font-semibold text-foreground text-xl",children:"Consent in the EU/EEA"}),b("p",{className:"text-muted-foreground",children:"If you are located in the European Union or European Economic Area, we gate analytics tracking behind your explicit consent. Analytics cookies will not be set until you opt-in through our cookie consent mechanism."}),b("h3",{className:"mt-6 font-semibold text-foreground text-xl",children:"Withdrawing Consent / Opting Out"}),b("p",{className:"text-muted-foreground",children:"You can withdraw consent or opt out at any time:"}),d("ul",{className:"list-disc space-y-2 pl-6 text-muted-foreground",children:[d("li",{children:[b("strong",{children:"Cookie settings:"})," Use the cookie preferences link in our website footer to manage your consent"]}),d("li",{children:[b("strong",{children:"Browser settings:"})," Configure your browser to reject cookies or alert you when cookies are being set"]}),d("li",{children:[b("strong",{children:"PostHog opt-out:"}),' PostHog respects "Do Not Track" browser signals where applicable']})]}),b("p",{className:"text-muted-foreground",children:"Note: Rejecting analytics cookies will not affect your ability to use our website."})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"6. Sub-processors & Recipients"}),b("p",{className:"text-muted-foreground",children:"We share data with the following third-party service providers who process data on our behalf:"}),b("div",{className:"overflow-x-auto",children:d("table",{className:"w-full border-collapse text-muted-foreground text-sm",children:[b("thead",{children:d("tr",{className:"border-white/20 border-b",children:[b("th",{className:"py-3 pr-4 text-left font-semibold text-foreground",children:"Provider"}),b("th",{className:"py-3 pr-4 text-left font-semibold text-foreground",children:"Purpose"}),b("th",{className:"py-3 text-left font-semibold text-foreground",children:"Location"})]})}),d("tbody",{children:[d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"PostHog"}),b("td",{className:"py-3 pr-4",children:"Product analytics"}),b("td",{className:"py-3",children:"EU (PostHog Cloud EU) or US"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Vercel"}),b("td",{className:"py-3 pr-4",children:"Website hosting & CDN"}),b("td",{className:"py-3",children:"Global (including EU regions)"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Scaleway"}),b("td",{className:"py-3 pr-4",children:"Cloud infrastructure"}),b("td",{className:"py-3",children:"France / EU"})]}),d("tr",{className:"border-white/10 border-b",children:[d("td",{className:"py-3 pr-4 font-medium",children:["Email provider ",b("em",{children:"(TBD)"})]}),b("td",{className:"py-3 pr-4",children:"Transactional & marketing emails"}),b("td",{className:"py-3",children:b("em",{children:"To be confirmed"})})]}),d("tr",{className:"border-white/10 border-b",children:[d("td",{className:"py-3 pr-4 font-medium",children:["Error tracking ",b("em",{children:"(TBD)"})]}),b("td",{className:"py-3 pr-4",children:"Application error monitoring"}),b("td",{className:"py-3",children:b("em",{children:"To be confirmed"})})]}),d("tr",{className:"border-white/10 border-b",children:[d("td",{className:"py-3 pr-4 font-medium",children:["Payment processor ",b("em",{children:"(TBD)"})]}),b("td",{className:"py-3 pr-4",children:"Billing & subscription management"}),b("td",{className:"py-3",children:b("em",{children:"To be confirmed"})})]})]})]})}),b("p",{className:"mt-4 text-muted-foreground",children:"We carefully select our sub-processors and require them to maintain appropriate security measures and only process data according to our instructions."})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"7. International Data Transfers"}),b("p",{className:"text-muted-foreground",children:"As a France-based company, we aim to keep your data within the European Union wherever possible."}),b("p",{className:"text-muted-foreground",children:"However, some of our service providers may process data outside the EU/EEA. When this occurs, we ensure appropriate safeguards are in place, such as:"}),d("ul",{className:"list-disc space-y-2 pl-6 text-muted-foreground",children:[d("li",{children:[b("strong",{children:"Standard Contractual Clauses (SCCs)"})," approved by the European Commission"]}),d("li",{children:[b("strong",{children:"Adequacy decisions"})," where the recipient country has been deemed to provide adequate protection"]}),d("li",{children:[b("strong",{children:"Binding Corporate Rules"})," where applicable"]})]}),d("p",{className:"text-muted-foreground",children:["You may request more information about these safeguards by contacting us at"," ",b("a",{href:"mailto:privacy@contractspec.io",className:"text-primary hover:underline",children:"privacy@contractspec.io"}),"."]})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"8. Data Retention"}),b("p",{className:"text-muted-foreground",children:"We retain your personal data only for as long as necessary to fulfil the purposes for which it was collected:"}),b("div",{className:"overflow-x-auto",children:d("table",{className:"w-full border-collapse text-muted-foreground text-sm",children:[b("thead",{children:d("tr",{className:"border-white/20 border-b",children:[b("th",{className:"py-3 pr-4 text-left font-semibold text-foreground",children:"Data Type"}),b("th",{className:"py-3 text-left font-semibold text-foreground",children:"Retention Period"})]})}),d("tbody",{children:[d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Analytics data"}),b("td",{className:"py-3",children:"24 months from collection"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Waitlist / contact form data"}),b("td",{className:"py-3",children:"Until you request deletion or 24 months after last interaction"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Account data (when applicable)"}),b("td",{className:"py-3",children:"Duration of account plus 12 months after closure"})]}),d("tr",{className:"border-white/10 border-b",children:[b("td",{className:"py-3 pr-4 font-medium",children:"Billing records (when applicable)"}),b("td",{className:"py-3",children:"10 years (French legal requirement)"})]})]})]})}),b("p",{className:"mt-4 text-muted-foreground",children:"We may retain certain data longer if required by law or to establish, exercise, or defend legal claims."})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"9. Your Rights Under GDPR"}),b("p",{className:"text-muted-foreground",children:"As a data subject in the EU, you have the following rights:"}),d("ul",{className:"list-disc space-y-3 pl-6 text-muted-foreground",children:[d("li",{children:[b("strong",{className:"text-foreground",children:"Right to access"})," \u2014 Request a copy of the personal data we hold about you"]}),d("li",{children:[b("strong",{className:"text-foreground",children:"Right to rectification"})," ","\u2014 Request correction of inaccurate or incomplete data"]}),d("li",{children:[b("strong",{className:"text-foreground",children:'Right to erasure ("right to be forgotten")'})," ","\u2014 Request deletion of your personal data in certain circumstances"]}),d("li",{children:[b("strong",{className:"text-foreground",children:"Right to restriction"})," ","\u2014 Request that we limit how we use your data"]}),d("li",{children:[b("strong",{className:"text-foreground",children:"Right to data portability"})," ","\u2014 Receive your data in a structured, machine-readable format"]}),d("li",{children:[b("strong",{className:"text-foreground",children:"Right to object"})," \u2014 Object to processing based on legitimate interests or direct marketing"]}),d("li",{children:[b("strong",{className:"text-foreground",children:"Right to withdraw consent"})," ","\u2014 Where processing is based on consent, withdraw it at any time"]})]}),d("p",{className:"mt-4 text-muted-foreground",children:["To exercise any of these rights, please contact us at"," ",b("a",{href:"mailto:privacy@contractspec.io",className:"text-primary hover:underline",children:"privacy@contractspec.io"}),". We will respond within one month as required by GDPR."]})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"10. Security"}),b("p",{className:"text-muted-foreground",children:"We implement appropriate technical and organisational measures to protect your personal data against unauthorised access, alteration, disclosure, or destruction. These measures include:"}),d("ul",{className:"list-disc space-y-2 pl-6 text-muted-foreground",children:[b("li",{children:"Encryption of data in transit (TLS/HTTPS)"}),b("li",{children:"Encryption of data at rest where appropriate"}),b("li",{children:"Access controls and authentication"}),b("li",{children:"Regular security reviews and updates"}),b("li",{children:"Careful vetting of sub-processors"})]}),b("p",{className:"text-muted-foreground",children:"While we strive to protect your data, no method of transmission over the Internet or electronic storage is 100% secure. We cannot guarantee absolute security but are committed to continuous improvement."})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"11. Contact & Complaints"}),b("p",{className:"text-muted-foreground",children:"If you have any questions, concerns, or requests regarding this privacy policy or our data practices, please contact us:"}),d("div",{className:"rounded-lg border border-white/10 bg-white/5 p-4 text-muted-foreground",children:[d("p",{children:[b("strong",{className:"text-foreground",children:"Email:"})," ",b("a",{href:"mailto:privacy@contractspec.io",className:"text-primary hover:underline",children:"privacy@contractspec.io"})]}),d("p",{className:"mt-2",children:[b("strong",{className:"text-foreground",children:"Address:"})," CHAMAN VENTURES, 229 rue Saint-Honor\xE9, 75001 Paris, France"]})]}),b("h3",{className:"mt-6 font-semibold text-foreground text-xl",children:"Supervisory Authority"}),b("p",{className:"text-muted-foreground",children:"If you are not satisfied with our response or believe we are processing your data unlawfully, you have the right to lodge a complaint with a supervisory authority. In France, the relevant authority is:"}),d("div",{className:"rounded-lg border border-white/10 bg-white/5 p-4 text-muted-foreground",children:[b("p",{children:b("strong",{className:"text-foreground",children:"Commission Nationale de l'Informatique et des Libert\xE9s (CNIL)"})}),b("p",{children:"3 Place de Fontenoy, TSA 80715, 75334 Paris Cedex 07"}),d("p",{children:["Website:"," ",b("a",{href:"https://www.cnil.fr",target:"_blank",rel:"noopener noreferrer",className:"text-primary hover:underline",children:"www.cnil.fr"})]})]})]}),d("section",{className:"mt-10 space-y-4",children:[b("h2",{className:"font-bold text-2xl text-foreground",children:"12. Changes to This Policy"}),b("p",{className:"text-muted-foreground",children:'We may update this privacy policy from time to time to reflect changes in our practices, technology, legal requirements, or for other operational reasons. We will notify you of any material changes by updating the "Last updated" date at the top of this page.'}),b("p",{className:"text-muted-foreground",children:"We encourage you to review this policy periodically to stay informed about how we protect your data."})]}),b("div",{className:"mt-12 border-white/10 border-t pt-8",children:d("p",{className:"text-muted-foreground text-sm",children:["For questions about this privacy policy, please contact us at"," ",b("a",{href:"mailto:privacy@contractspec.io",className:"text-primary hover:underline",children:"privacy@contractspec.io"})]})})]})})})}export{k as metadata,q as PrivacyTemplate};