@almadar/std 15.15.0 → 15.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  2. package/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  3. package/behaviors/registry/app/atoms/std-application.orb +300 -188
  4. package/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  5. package/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  6. package/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  7. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  8. package/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  9. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  10. package/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  11. package/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  12. package/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  13. package/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  14. package/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  15. package/behaviors/registry/app/atoms/std-donor.orb +191 -156
  16. package/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  17. package/behaviors/registry/app/atoms/std-driver.orb +440 -202
  18. package/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  19. package/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  20. package/behaviors/registry/app/atoms/std-event.orb +309 -178
  21. package/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  22. package/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  23. package/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  24. package/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  25. package/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  26. package/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  27. package/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  28. package/behaviors/registry/app/atoms/std-lease.orb +411 -178
  29. package/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  30. package/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  31. package/behaviors/registry/app/atoms/std-matter.orb +415 -189
  32. package/behaviors/registry/app/atoms/std-membership.orb +387 -167
  33. package/behaviors/registry/app/atoms/std-menu.orb +232 -175
  34. package/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  35. package/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  36. package/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  37. package/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  38. package/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  39. package/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  40. package/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  41. package/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  42. package/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  43. package/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  44. package/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  45. package/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  46. package/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  47. package/behaviors/registry/app/atoms/std-segment.orb +173 -139
  48. package/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  49. package/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  50. package/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  51. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  52. package/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  53. package/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  54. package/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  55. package/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  56. package/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  57. package/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  58. package/behaviors/registry/app/atoms/std-trial.orb +401 -183
  59. package/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  60. package/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  61. package/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  62. package/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  63. package/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  64. package/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  65. package/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  66. package/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  67. package/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  68. package/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  69. package/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  70. package/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  71. package/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  72. package/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  73. package/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  74. package/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  75. package/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  76. package/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  77. package/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  78. package/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  79. package/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  80. package/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  81. package/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  82. package/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  83. package/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  84. package/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  85. package/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  86. package/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  87. package/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  88. package/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  89. package/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  90. package/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  91. package/dist/behaviors/behaviors-registry.json +2913 -156
  92. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +423 -171
  93. package/dist/behaviors/registry/app/atoms/std-applicant.orb +207 -165
  94. package/dist/behaviors/registry/app/atoms/std-application.orb +300 -188
  95. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +370 -215
  96. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +382 -167
  97. package/dist/behaviors/registry/app/atoms/std-change-order.orb +458 -194
  98. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  99. package/dist/behaviors/registry/app/atoms/std-checkin.orb +215 -151
  100. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +322 -133
  101. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +343 -170
  102. package/dist/behaviors/registry/app/atoms/std-class-session.orb +321 -190
  103. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +353 -182
  104. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +376 -157
  105. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +214 -143
  106. package/dist/behaviors/registry/app/atoms/std-donor.orb +191 -156
  107. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +409 -170
  108. package/dist/behaviors/registry/app/atoms/std-driver.orb +440 -202
  109. package/dist/behaviors/registry/app/atoms/std-dunning.orb +431 -167
  110. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +386 -143
  111. package/dist/behaviors/registry/app/atoms/std-event.orb +309 -178
  112. package/dist/behaviors/registry/app/atoms/std-form-builder.orb +353 -220
  113. package/dist/behaviors/registry/app/atoms/std-health-score.orb +218 -183
  114. package/dist/behaviors/registry/app/atoms/std-help-article.orb +425 -162
  115. package/dist/behaviors/registry/app/atoms/std-help-category.orb +409 -166
  116. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +311 -138
  117. package/dist/behaviors/registry/app/atoms/std-invoice.orb +349 -211
  118. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +308 -184
  119. package/dist/behaviors/registry/app/atoms/std-lease.orb +411 -178
  120. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +266 -195
  121. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +396 -177
  122. package/dist/behaviors/registry/app/atoms/std-matter.orb +415 -189
  123. package/dist/behaviors/registry/app/atoms/std-membership.orb +387 -167
  124. package/dist/behaviors/registry/app/atoms/std-menu.orb +232 -175
  125. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +224 -167
  126. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +390 -138
  127. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +242 -133
  128. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +428 -176
  129. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +211 -145
  130. package/dist/behaviors/registry/app/atoms/std-receipt.orb +248 -177
  131. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +421 -149
  132. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +382 -153
  133. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +476 -176
  134. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +246 -176
  135. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +213 -150
  136. package/dist/behaviors/registry/app/atoms/std-rfi.orb +365 -210
  137. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +195 -146
  138. package/dist/behaviors/registry/app/atoms/std-segment.orb +173 -139
  139. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +205 -135
  140. package/dist/behaviors/registry/app/atoms/std-submittal.orb +323 -166
  141. package/dist/behaviors/registry/app/atoms/std-table-map.orb +187 -63
  142. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +290 -202
  143. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +156 -128
  144. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +255 -189
  145. package/dist/behaviors/registry/app/atoms/std-tenant.orb +375 -147
  146. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +463 -150
  147. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +259 -150
  148. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +292 -183
  149. package/dist/behaviors/registry/app/atoms/std-trial.orb +401 -183
  150. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +447 -205
  151. package/dist/behaviors/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  152. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +308 -177
  153. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +211 -141
  154. package/dist/behaviors/registry/app/atoms/std-work-order.orb +374 -219
  155. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +282 -195
  156. package/dist/behaviors/registry/core/atoms/std-approval-gate.orb +703 -0
  157. package/dist/behaviors/registry/core/atoms/std-audit-capture.orb +150 -64
  158. package/dist/behaviors/registry/core/atoms/std-data-erasure.orb +546 -0
  159. package/dist/behaviors/registry/core/atoms/std-lifecycle.orb +343 -0
  160. package/dist/behaviors/registry/core/atoms/std-notify-on-event.orb +132 -46
  161. package/dist/behaviors/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  162. package/dist/behaviors/registry/marketing/atoms/std-marketing-article.orb +96 -0
  163. package/dist/behaviors/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  164. package/dist/behaviors/registry/marketing/atoms/std-marketing-community.orb +134 -0
  165. package/dist/behaviors/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  166. package/dist/behaviors/registry/marketing/atoms/std-marketing-features.orb +193 -0
  167. package/dist/behaviors/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  168. package/dist/behaviors/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  169. package/dist/behaviors/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  170. package/dist/behaviors/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  171. package/dist/behaviors/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  172. package/dist/behaviors/registry/marketing/atoms/std-marketing-split.orb +135 -0
  173. package/dist/behaviors/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  174. package/dist/behaviors/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  175. package/dist/behaviors/registry/marketing/atoms/std-marketing-team.orb +192 -0
  176. package/dist/behaviors/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  177. package/dist/behaviors/registry/marketing/molecules/std-about-page.orb +440 -0
  178. package/dist/behaviors/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  179. package/dist/behaviors/registry/marketing/molecules/std-landing-page.orb +521 -0
  180. package/dist/behaviors/registry/marketing/molecules/std-pricing-page.orb +406 -0
  181. package/dist/behaviors/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  182. package/dist/behaviors-registry.json +2913 -156
  183. package/dist/registry/app/atoms/std-ap-bill.orb +423 -171
  184. package/dist/registry/app/atoms/std-applicant.orb +207 -165
  185. package/dist/registry/app/atoms/std-application.orb +300 -188
  186. package/dist/registry/app/atoms/std-approval-request.orb +370 -215
  187. package/dist/registry/app/atoms/std-campaign-goal.orb +382 -167
  188. package/dist/registry/app/atoms/std-change-order.orb +458 -194
  189. package/dist/registry/app/atoms/std-chart-of-accounts.orb +201 -130
  190. package/dist/registry/app/atoms/std-checkin.orb +215 -151
  191. package/dist/registry/app/atoms/std-checkout-terminal.orb +322 -133
  192. package/dist/registry/app/atoms/std-class-roster.orb +343 -170
  193. package/dist/registry/app/atoms/std-class-session.orb +321 -190
  194. package/dist/registry/app/atoms/std-court-deadline.orb +353 -182
  195. package/dist/registry/app/atoms/std-customer-account.orb +376 -157
  196. package/dist/registry/app/atoms/std-donation-receipt.orb +214 -143
  197. package/dist/registry/app/atoms/std-donor.orb +191 -156
  198. package/dist/registry/app/atoms/std-drip-sequence.orb +409 -170
  199. package/dist/registry/app/atoms/std-driver.orb +440 -202
  200. package/dist/registry/app/atoms/std-dunning.orb +431 -167
  201. package/dist/registry/app/atoms/std-email-broadcast.orb +386 -143
  202. package/dist/registry/app/atoms/std-event.orb +309 -178
  203. package/dist/registry/app/atoms/std-form-builder.orb +353 -220
  204. package/dist/registry/app/atoms/std-health-score.orb +218 -183
  205. package/dist/registry/app/atoms/std-help-article.orb +425 -162
  206. package/dist/registry/app/atoms/std-help-category.orb +409 -166
  207. package/dist/registry/app/atoms/std-interview-slot.orb +311 -138
  208. package/dist/registry/app/atoms/std-invoice.orb +349 -211
  209. package/dist/registry/app/atoms/std-kitchen-display.orb +308 -184
  210. package/dist/registry/app/atoms/std-lease.orb +411 -178
  211. package/dist/registry/app/atoms/std-ledger-entry.orb +266 -195
  212. package/dist/registry/app/atoms/std-maintenance-request.orb +396 -177
  213. package/dist/registry/app/atoms/std-matter.orb +415 -189
  214. package/dist/registry/app/atoms/std-membership.orb +387 -167
  215. package/dist/registry/app/atoms/std-menu.orb +232 -175
  216. package/dist/registry/app/atoms/std-modifier-group.orb +224 -167
  217. package/dist/registry/app/atoms/std-nps-survey.orb +390 -138
  218. package/dist/registry/app/atoms/std-offer-letter.orb +242 -133
  219. package/dist/registry/app/atoms/std-payout-ledger.orb +428 -176
  220. package/dist/registry/app/atoms/std-question-bank.orb +211 -145
  221. package/dist/registry/app/atoms/std-receipt.orb +248 -177
  222. package/dist/registry/app/atoms/std-recurring-charge.orb +421 -149
  223. package/dist/registry/app/atoms/std-renewal-risk.orb +382 -153
  224. package/dist/registry/app/atoms/std-rent-charge.orb +476 -176
  225. package/dist/registry/app/atoms/std-reorder-rule.orb +246 -176
  226. package/dist/registry/app/atoms/std-response-collector.orb +213 -150
  227. package/dist/registry/app/atoms/std-rfi.orb +365 -210
  228. package/dist/registry/app/atoms/std-route-optimize.orb +195 -146
  229. package/dist/registry/app/atoms/std-segment.orb +173 -139
  230. package/dist/registry/app/atoms/std-stock-level.orb +205 -135
  231. package/dist/registry/app/atoms/std-submittal.orb +323 -166
  232. package/dist/registry/app/atoms/std-table-map.orb +187 -63
  233. package/dist/registry/app/atoms/std-technician-dispatch.orb +290 -202
  234. package/dist/registry/app/atoms/std-telematics-event.orb +156 -128
  235. package/dist/registry/app/atoms/std-template-editor.orb +255 -189
  236. package/dist/registry/app/atoms/std-tenant.orb +375 -147
  237. package/dist/registry/app/atoms/std-ticket-tier.orb +463 -150
  238. package/dist/registry/app/atoms/std-time-entry.orb +259 -150
  239. package/dist/registry/app/atoms/std-timesheet.orb +292 -183
  240. package/dist/registry/app/atoms/std-trial.orb +401 -183
  241. package/dist/registry/app/atoms/std-vehicle.orb +447 -205
  242. package/dist/registry/app/atoms/std-vendor-onboarding.orb +289 -245
  243. package/dist/registry/app/atoms/std-waitlist.orb +308 -177
  244. package/dist/registry/app/atoms/std-warehouse.orb +211 -141
  245. package/dist/registry/app/atoms/std-work-order.orb +374 -219
  246. package/dist/registry/app/organisms/std-subscription-billing.orb +282 -195
  247. package/dist/registry/core/atoms/std-approval-gate.orb +703 -0
  248. package/dist/registry/core/atoms/std-audit-capture.orb +150 -64
  249. package/dist/registry/core/atoms/std-data-erasure.orb +546 -0
  250. package/dist/registry/core/atoms/std-lifecycle.orb +343 -0
  251. package/dist/registry/core/atoms/std-notify-on-event.orb +132 -46
  252. package/dist/registry/core/atoms/std-reminder-scheduler.orb +330 -0
  253. package/dist/registry/marketing/atoms/std-marketing-article.orb +96 -0
  254. package/dist/registry/marketing/atoms/std-marketing-case-studies.orb +243 -0
  255. package/dist/registry/marketing/atoms/std-marketing-community.orb +134 -0
  256. package/dist/registry/marketing/atoms/std-marketing-cta.orb +206 -0
  257. package/dist/registry/marketing/atoms/std-marketing-features.orb +193 -0
  258. package/dist/registry/marketing/atoms/std-marketing-footer.orb +192 -0
  259. package/dist/registry/marketing/atoms/std-marketing-hero.orb +262 -0
  260. package/dist/registry/marketing/atoms/std-marketing-nav.orb +190 -0
  261. package/dist/registry/marketing/atoms/std-marketing-pricing.orb +232 -0
  262. package/dist/registry/marketing/atoms/std-marketing-showcase.orb +276 -0
  263. package/dist/registry/marketing/atoms/std-marketing-split.orb +135 -0
  264. package/dist/registry/marketing/atoms/std-marketing-stats.orb +120 -0
  265. package/dist/registry/marketing/atoms/std-marketing-steps.orb +179 -0
  266. package/dist/registry/marketing/atoms/std-marketing-team.orb +192 -0
  267. package/dist/registry/marketing/atoms/std-marketing-testimonials.orb +124 -0
  268. package/dist/registry/marketing/molecules/std-about-page.orb +440 -0
  269. package/dist/registry/marketing/molecules/std-feature-detail-page.orb +371 -0
  270. package/dist/registry/marketing/molecules/std-landing-page.orb +521 -0
  271. package/dist/registry/marketing/molecules/std-pricing-page.orb +406 -0
  272. package/dist/registry/marketing/organisms/std-marketing-site.orb +1654 -0
  273. package/package.json +1 -1
@@ -0,0 +1,1654 @@
1
+ {
2
+ "name": "std-marketing-site",
3
+ "version": "1.0.0",
4
+ "description": "Full marketing site organism with landing, pricing, about, and feature detail pages. Pick for product websites, SaaS frontends, and campaign microsites that need beautiful static pages.",
5
+ "orbitals": [
6
+ {
7
+ "name": "MarketingSiteOrbital",
8
+ "entity": {
9
+ "name": "MarketingSite",
10
+ "persistence": "runtime",
11
+ "fields": [
12
+ {
13
+ "name": "id",
14
+ "type": "string"
15
+ }
16
+ ]
17
+ },
18
+ "traits": [
19
+ {
20
+ "name": "MarketingSiteNav",
21
+ "category": "interaction",
22
+ "linkedEntity": "MarketingSite",
23
+ "emits": [
24
+ {
25
+ "event": "NAV_CLICK",
26
+ "scope": "external",
27
+ "payloadSchema": [
28
+ {
29
+ "name": "href",
30
+ "type": "string"
31
+ },
32
+ {
33
+ "name": "label",
34
+ "type": "string"
35
+ }
36
+ ]
37
+ }
38
+ ],
39
+ "stateMachine": {
40
+ "states": [
41
+ {
42
+ "name": "idle",
43
+ "isInitial": true
44
+ }
45
+ ],
46
+ "events": [
47
+ {
48
+ "key": "INIT",
49
+ "name": "Initialize"
50
+ },
51
+ {
52
+ "key": "NAV_CLICK",
53
+ "name": "Nav Click",
54
+ "payloadSchema": [
55
+ {
56
+ "name": "href",
57
+ "type": "string"
58
+ },
59
+ {
60
+ "name": "label",
61
+ "type": "string"
62
+ }
63
+ ]
64
+ }
65
+ ],
66
+ "transitions": [
67
+ {
68
+ "from": "idle",
69
+ "to": "idle",
70
+ "event": "INIT",
71
+ "effects": [
72
+ [
73
+ "render-ui",
74
+ "main",
75
+ {
76
+ "logoSrc": "@config.logoSrc",
77
+ "type": "header",
78
+ "brandName": "@config.brandName",
79
+ "navigationItems": "@config.navItems",
80
+ "actions": [
81
+ {
82
+ "label": "@config.primaryActionLabel",
83
+ "href": "@config.primaryActionHref",
84
+ "variant": "primary"
85
+ }
86
+ ]
87
+ }
88
+ ]
89
+ ]
90
+ },
91
+ {
92
+ "from": "idle",
93
+ "to": "idle",
94
+ "event": "NAV_CLICK",
95
+ "effects": [
96
+ [
97
+ "emit",
98
+ "NAV_CLICK",
99
+ {
100
+ "href": "@payload.href",
101
+ "label": "@payload.label"
102
+ }
103
+ ]
104
+ ]
105
+ }
106
+ ]
107
+ },
108
+ "config": {
109
+ "navItems": {
110
+ "type": "[NavLink]",
111
+ "default": [
112
+ {
113
+ "label": "Product",
114
+ "href": "/"
115
+ },
116
+ {
117
+ "label": "Pricing",
118
+ "href": "/pricing"
119
+ },
120
+ {
121
+ "label": "About",
122
+ "href": "/about"
123
+ },
124
+ {
125
+ "label": "Features",
126
+ "href": "/features"
127
+ }
128
+ ],
129
+ "label": "Navigation Items",
130
+ "tier": "essential",
131
+ "items": {
132
+ "type": "object",
133
+ "properties": {
134
+ "label": {
135
+ "name": "label",
136
+ "type": "string",
137
+ "required": true
138
+ },
139
+ "href": {
140
+ "name": "href",
141
+ "type": "string",
142
+ "required": true
143
+ }
144
+ }
145
+ }
146
+ },
147
+ "primaryActionHref": {
148
+ "type": "string",
149
+ "default": "/signup",
150
+ "label": "Primary Action Link",
151
+ "tier": "customization"
152
+ },
153
+ "primaryActionLabel": {
154
+ "type": "string",
155
+ "default": "Get Started",
156
+ "label": "Primary Action Label",
157
+ "tier": "customization"
158
+ },
159
+ "brandName": {
160
+ "type": "string",
161
+ "default": "Almadar",
162
+ "label": "Brand Name",
163
+ "tier": "essential"
164
+ },
165
+ "logoSrc": {
166
+ "type": "string",
167
+ "default": "",
168
+ "label": "Logo Source",
169
+ "tier": "customization"
170
+ }
171
+ },
172
+ "scope": "instance"
173
+ },
174
+ {
175
+ "name": "MarketingSiteLanding",
176
+ "category": "interaction",
177
+ "linkedEntity": "MarketingSite",
178
+ "stateMachine": {
179
+ "states": [
180
+ {
181
+ "name": "composing",
182
+ "isInitial": true
183
+ }
184
+ ],
185
+ "events": [
186
+ {
187
+ "key": "INIT",
188
+ "name": "Initialize"
189
+ }
190
+ ],
191
+ "transitions": [
192
+ {
193
+ "from": "composing",
194
+ "to": "composing",
195
+ "event": "INIT",
196
+ "effects": [
197
+ [
198
+ "render-ui",
199
+ "main",
200
+ {
201
+ "type": "stack",
202
+ "gap": "none",
203
+ "children": [
204
+ {
205
+ "background": "gradient",
206
+ "subtitle": "@config.heroSubtitle",
207
+ "title": "@config.heroTitle",
208
+ "primaryAction": {
209
+ "label": "@config.heroPrimaryActionLabel",
210
+ "href": "@config.heroPrimaryActionHref"
211
+ },
212
+ "type": "hero-section",
213
+ "align": "center"
214
+ },
215
+ {
216
+ "type": "feature-grid",
217
+ "items": "@config.features"
218
+ },
219
+ {
220
+ "type": "stats-grid",
221
+ "stats": "@config.stats"
222
+ },
223
+ {
224
+ "entity": "@config.steps",
225
+ "type": "step-flow-organism"
226
+ },
227
+ {
228
+ "type": "showcase-organism",
229
+ "entity": "@config.showcase"
230
+ },
231
+ {
232
+ "type": "cta-banner",
233
+ "title": "@config.ctaTitle",
234
+ "primaryAction": "@config.ctaPrimaryAction",
235
+ "subtitle": "@config.ctaSubtitle"
236
+ },
237
+ {
238
+ "copyright": "@config.footerCopyright",
239
+ "type": "marketing-footer",
240
+ "columns": "@config.footerColumns"
241
+ }
242
+ ],
243
+ "direction": "vertical"
244
+ }
245
+ ]
246
+ ]
247
+ }
248
+ ]
249
+ },
250
+ "config": {
251
+ "heroPrimaryActionHref": {
252
+ "type": "string",
253
+ "default": "/signup"
254
+ },
255
+ "heroPrimaryActionLabel": {
256
+ "type": "string",
257
+ "default": "Get Started"
258
+ },
259
+ "features": {
260
+ "type": "[FeatureCard]",
261
+ "default": [
262
+ {
263
+ "title": "Lightning Fast",
264
+ "href": "",
265
+ "description": "Build and deploy in minutes.",
266
+ "linkLabel": "Learn more",
267
+ "icon": "zap"
268
+ },
269
+ {
270
+ "description": "SOC-2 compliant with end-to-end encryption.",
271
+ "linkLabel": "Learn more",
272
+ "title": "Enterprise Secure",
273
+ "href": "",
274
+ "icon": "shield"
275
+ },
276
+ {
277
+ "linkLabel": "Learn more",
278
+ "title": "Infinitely Extensible",
279
+ "href": "",
280
+ "description": "Plug in any service, any data source, any UI pattern.",
281
+ "icon": "puzzle"
282
+ }
283
+ ],
284
+ "items": {
285
+ "type": "object",
286
+ "properties": {
287
+ "title": {
288
+ "name": "title",
289
+ "type": "string",
290
+ "required": true
291
+ },
292
+ "description": {
293
+ "name": "description",
294
+ "type": "string",
295
+ "required": true
296
+ },
297
+ "href": {
298
+ "name": "href",
299
+ "type": "string",
300
+ "required": false
301
+ },
302
+ "icon": {
303
+ "name": "icon",
304
+ "type": "string",
305
+ "required": false
306
+ },
307
+ "linkLabel": {
308
+ "name": "linkLabel",
309
+ "type": "string",
310
+ "required": false
311
+ }
312
+ }
313
+ }
314
+ },
315
+ "heroSubtitle": {
316
+ "type": "string",
317
+ "default": "From idea to production in minutes, not months."
318
+ },
319
+ "stats": {
320
+ "type": "[StatCard]",
321
+ "default": [
322
+ {
323
+ "label": "Developers",
324
+ "value": "10K+"
325
+ },
326
+ {
327
+ "value": "99.9%",
328
+ "label": "Uptime"
329
+ },
330
+ {
331
+ "value": "50M+",
332
+ "label": "Requests served"
333
+ },
334
+ {
335
+ "label": "Average rating",
336
+ "value": "4.9"
337
+ }
338
+ ],
339
+ "items": {
340
+ "type": "object",
341
+ "properties": {
342
+ "value": {
343
+ "name": "value",
344
+ "type": "string",
345
+ "required": true
346
+ },
347
+ "label": {
348
+ "name": "label",
349
+ "type": "string",
350
+ "required": true
351
+ }
352
+ }
353
+ }
354
+ },
355
+ "showcase": {
356
+ "type": "[ShowcaseCard]",
357
+ "default": [
358
+ {
359
+ "href": "",
360
+ "image": {
361
+ "src": "",
362
+ "alt": "Dashboard"
363
+ },
364
+ "title": "Dashboard",
365
+ "badge": "New",
366
+ "accentColor": "",
367
+ "description": "Real-time analytics at a glance."
368
+ },
369
+ {
370
+ "description": "GraphQL and REST in one click.",
371
+ "href": "",
372
+ "title": "API",
373
+ "badge": "",
374
+ "accentColor": "",
375
+ "image": {
376
+ "src": "",
377
+ "alt": "API"
378
+ }
379
+ },
380
+ {
381
+ "description": "Native apps without native code.",
382
+ "image": {
383
+ "alt": "Mobile",
384
+ "src": ""
385
+ },
386
+ "href": "",
387
+ "badge": "Beta",
388
+ "accentColor": "",
389
+ "title": "Mobile"
390
+ }
391
+ ],
392
+ "items": {
393
+ "type": "object",
394
+ "properties": {
395
+ "title": {
396
+ "name": "title",
397
+ "type": "string",
398
+ "required": true
399
+ },
400
+ "description": {
401
+ "name": "description",
402
+ "type": "string",
403
+ "required": false
404
+ },
405
+ "image": {
406
+ "name": "image",
407
+ "type": "object",
408
+ "required": false,
409
+ "properties": {
410
+ "src": {
411
+ "name": "src",
412
+ "type": "string",
413
+ "required": true
414
+ },
415
+ "alt": {
416
+ "name": "alt",
417
+ "type": "string",
418
+ "required": false
419
+ }
420
+ }
421
+ },
422
+ "accentColor": {
423
+ "name": "accentColor",
424
+ "type": "string",
425
+ "required": false
426
+ },
427
+ "badge": {
428
+ "name": "badge",
429
+ "type": "string",
430
+ "required": false
431
+ },
432
+ "href": {
433
+ "name": "href",
434
+ "type": "string",
435
+ "required": false
436
+ }
437
+ }
438
+ }
439
+ },
440
+ "heroTitle": {
441
+ "type": "string",
442
+ "default": "Build faster with Almadar"
443
+ },
444
+ "steps": {
445
+ "type": "[StepCard]",
446
+ "default": [
447
+ {
448
+ "number": 1.0,
449
+ "icon": "pen-tool",
450
+ "description": "Describe your app in natural language.",
451
+ "title": "Design"
452
+ },
453
+ {
454
+ "title": "Build",
455
+ "icon": "hammer",
456
+ "number": 2.0,
457
+ "description": "Almadar generates the full stack automatically."
458
+ },
459
+ {
460
+ "description": "Deploy to production with one click.",
461
+ "number": 3.0,
462
+ "title": "Ship",
463
+ "icon": "rocket"
464
+ }
465
+ ],
466
+ "items": {
467
+ "type": "object",
468
+ "properties": {
469
+ "number": {
470
+ "name": "number",
471
+ "type": "number",
472
+ "required": false
473
+ },
474
+ "description": {
475
+ "name": "description",
476
+ "type": "string",
477
+ "required": true
478
+ },
479
+ "title": {
480
+ "name": "title",
481
+ "type": "string",
482
+ "required": true
483
+ },
484
+ "icon": {
485
+ "name": "icon",
486
+ "type": "string",
487
+ "required": false
488
+ }
489
+ }
490
+ }
491
+ },
492
+ "ctaPrimaryAction": {
493
+ "type": "ActionCard",
494
+ "default": {
495
+ "label": "Get Started",
496
+ "href": "/signup"
497
+ },
498
+ "properties": {
499
+ "label": {
500
+ "name": "label",
501
+ "type": "string",
502
+ "required": true
503
+ },
504
+ "href": {
505
+ "name": "href",
506
+ "type": "string",
507
+ "required": true
508
+ }
509
+ }
510
+ },
511
+ "footerCopyright": {
512
+ "type": "string",
513
+ "default": "© 2026 Almadar. All rights reserved."
514
+ },
515
+ "ctaTitle": {
516
+ "type": "string",
517
+ "default": "Ready to get started?"
518
+ },
519
+ "ctaSubtitle": {
520
+ "type": "string",
521
+ "default": "Join thousands of teams shipping faster."
522
+ },
523
+ "footerColumns": {
524
+ "type": "[FooterColumn]",
525
+ "default": [
526
+ {
527
+ "title": "Product",
528
+ "items": [
529
+ {
530
+ "label": "Features",
531
+ "href": "#"
532
+ },
533
+ {
534
+ "label": "Pricing",
535
+ "href": "#"
536
+ },
537
+ {
538
+ "label": "Changelog",
539
+ "href": "#"
540
+ }
541
+ ]
542
+ },
543
+ {
544
+ "title": "Company",
545
+ "items": [
546
+ {
547
+ "href": "#",
548
+ "label": "About"
549
+ },
550
+ {
551
+ "href": "#",
552
+ "label": "Careers"
553
+ },
554
+ {
555
+ "href": "#",
556
+ "label": "Blog"
557
+ }
558
+ ]
559
+ },
560
+ {
561
+ "items": [
562
+ {
563
+ "label": "Docs",
564
+ "href": "#"
565
+ },
566
+ {
567
+ "label": "Community",
568
+ "href": "#"
569
+ },
570
+ {
571
+ "label": "Support",
572
+ "href": "#"
573
+ }
574
+ ],
575
+ "title": "Resources"
576
+ }
577
+ ],
578
+ "items": {
579
+ "type": "object",
580
+ "properties": {
581
+ "items": {
582
+ "name": "items",
583
+ "type": "array",
584
+ "required": false,
585
+ "items": {
586
+ "type": "object",
587
+ "properties": {
588
+ "href": {
589
+ "name": "href",
590
+ "type": "string",
591
+ "required": true
592
+ },
593
+ "label": {
594
+ "name": "label",
595
+ "type": "string",
596
+ "required": true
597
+ }
598
+ }
599
+ }
600
+ },
601
+ "title": {
602
+ "name": "title",
603
+ "type": "string",
604
+ "required": true
605
+ }
606
+ }
607
+ }
608
+ }
609
+ },
610
+ "scope": "instance"
611
+ },
612
+ {
613
+ "name": "MarketingSitePricing",
614
+ "category": "interaction",
615
+ "linkedEntity": "MarketingSite",
616
+ "stateMachine": {
617
+ "states": [
618
+ {
619
+ "name": "composing",
620
+ "isInitial": true
621
+ }
622
+ ],
623
+ "events": [
624
+ {
625
+ "key": "INIT",
626
+ "name": "Initialize"
627
+ }
628
+ ],
629
+ "transitions": [
630
+ {
631
+ "from": "composing",
632
+ "to": "composing",
633
+ "event": "INIT",
634
+ "effects": [
635
+ [
636
+ "render-ui",
637
+ "main",
638
+ {
639
+ "children": [
640
+ {
641
+ "align": "center",
642
+ "subtitle": "@config.heroSubtitle",
643
+ "background": "subtle",
644
+ "title": "@config.heroTitle",
645
+ "type": "hero-section"
646
+ },
647
+ {
648
+ "plans": "@config.plans",
649
+ "type": "pricing-grid"
650
+ },
651
+ {
652
+ "type": "accordion",
653
+ "items": "@config.faq"
654
+ },
655
+ {
656
+ "subtitle": "@config.ctaSubtitle",
657
+ "type": "cta-banner",
658
+ "title": "@config.ctaTitle",
659
+ "primaryAction": "@config.ctaAction"
660
+ },
661
+ {
662
+ "columns": "@config.footerColumns",
663
+ "copyright": "@config.footerCopyright",
664
+ "type": "marketing-footer"
665
+ }
666
+ ],
667
+ "gap": "none",
668
+ "type": "stack",
669
+ "direction": "vertical"
670
+ }
671
+ ]
672
+ ]
673
+ }
674
+ ]
675
+ },
676
+ "config": {
677
+ "footerCopyright": {
678
+ "type": "string",
679
+ "default": "© 2026 Almadar. All rights reserved."
680
+ },
681
+ "ctaAction": {
682
+ "type": "ActionCard",
683
+ "default": {
684
+ "href": "/contact",
685
+ "label": "Contact Sales"
686
+ },
687
+ "properties": {
688
+ "href": {
689
+ "name": "href",
690
+ "type": "string",
691
+ "required": true
692
+ },
693
+ "label": {
694
+ "name": "label",
695
+ "type": "string",
696
+ "required": true
697
+ }
698
+ }
699
+ },
700
+ "faq": {
701
+ "type": "[FaqItem]",
702
+ "default": [
703
+ {
704
+ "question": "Can I change plans later?",
705
+ "answer": "Yes, you can upgrade or downgrade at any time."
706
+ },
707
+ {
708
+ "question": "Is there a free trial?",
709
+ "answer": "Yes, every paid plan includes a 14-day free trial."
710
+ },
711
+ {
712
+ "question": "What payment methods do you accept?",
713
+ "answer": "We accept all major credit cards and wire transfers for Enterprise."
714
+ }
715
+ ],
716
+ "items": {
717
+ "type": "object",
718
+ "properties": {
719
+ "question": {
720
+ "name": "question",
721
+ "type": "string",
722
+ "required": true
723
+ },
724
+ "answer": {
725
+ "name": "answer",
726
+ "type": "string",
727
+ "required": true
728
+ }
729
+ }
730
+ }
731
+ },
732
+ "ctaSubtitle": {
733
+ "type": "string",
734
+ "default": "Our team is here to help you find the right plan."
735
+ },
736
+ "plans": {
737
+ "type": "[PricingPlan]",
738
+ "default": [
739
+ {
740
+ "name": "Starter",
741
+ "description": "For individuals and small projects.",
742
+ "price": "$0",
743
+ "id": "starter",
744
+ "actionHref": "#",
745
+ "highlighted": false,
746
+ "actionLabel": "Get Started",
747
+ "features": [
748
+ "1 project",
749
+ "Community support",
750
+ "Basic analytics"
751
+ ],
752
+ "badge": ""
753
+ },
754
+ {
755
+ "price": "$49",
756
+ "id": "pro",
757
+ "actionHref": "#",
758
+ "actionLabel": "Start Trial",
759
+ "name": "Pro",
760
+ "highlighted": true,
761
+ "description": "For growing teams that need more power.",
762
+ "features": [
763
+ "Unlimited projects",
764
+ "Priority support",
765
+ "Advanced analytics",
766
+ "Custom domains"
767
+ ],
768
+ "badge": "Most Popular"
769
+ },
770
+ {
771
+ "actionHref": "#",
772
+ "highlighted": false,
773
+ "description": "For organizations with advanced needs.",
774
+ "id": "enterprise",
775
+ "actionLabel": "Contact Sales",
776
+ "name": "Enterprise",
777
+ "features": [
778
+ "Dedicated infra",
779
+ "SLA guarantee",
780
+ "SSO & SAML",
781
+ "Audit logs",
782
+ "Custom contracts"
783
+ ],
784
+ "price": "Custom",
785
+ "badge": ""
786
+ }
787
+ ],
788
+ "items": {
789
+ "type": "object",
790
+ "properties": {
791
+ "badge": {
792
+ "name": "badge",
793
+ "type": "string",
794
+ "required": false
795
+ },
796
+ "price": {
797
+ "name": "price",
798
+ "type": "string",
799
+ "required": true
800
+ },
801
+ "features": {
802
+ "name": "features",
803
+ "type": "array",
804
+ "required": false,
805
+ "items": {
806
+ "type": "string"
807
+ }
808
+ },
809
+ "description": {
810
+ "name": "description",
811
+ "type": "string",
812
+ "required": false
813
+ },
814
+ "name": {
815
+ "name": "name",
816
+ "type": "string",
817
+ "required": true
818
+ },
819
+ "actionHref": {
820
+ "name": "actionHref",
821
+ "type": "string",
822
+ "required": true
823
+ },
824
+ "actionLabel": {
825
+ "name": "actionLabel",
826
+ "type": "string",
827
+ "required": true
828
+ },
829
+ "id": {
830
+ "name": "id",
831
+ "type": "string",
832
+ "required": false
833
+ },
834
+ "highlighted": {
835
+ "name": "highlighted",
836
+ "type": "boolean",
837
+ "required": false
838
+ }
839
+ }
840
+ }
841
+ },
842
+ "ctaTitle": {
843
+ "type": "string",
844
+ "default": "Still have questions?"
845
+ },
846
+ "footerColumns": {
847
+ "type": "[FooterColumn]",
848
+ "default": [
849
+ {
850
+ "title": "Product",
851
+ "items": [
852
+ {
853
+ "href": "#",
854
+ "label": "Features"
855
+ },
856
+ {
857
+ "href": "#",
858
+ "label": "Pricing"
859
+ },
860
+ {
861
+ "href": "#",
862
+ "label": "Changelog"
863
+ }
864
+ ]
865
+ },
866
+ {
867
+ "title": "Company",
868
+ "items": [
869
+ {
870
+ "label": "About",
871
+ "href": "#"
872
+ },
873
+ {
874
+ "href": "#",
875
+ "label": "Careers"
876
+ },
877
+ {
878
+ "href": "#",
879
+ "label": "Blog"
880
+ }
881
+ ]
882
+ },
883
+ {
884
+ "title": "Resources",
885
+ "items": [
886
+ {
887
+ "label": "Docs",
888
+ "href": "#"
889
+ },
890
+ {
891
+ "href": "#",
892
+ "label": "Community"
893
+ },
894
+ {
895
+ "label": "Support",
896
+ "href": "#"
897
+ }
898
+ ]
899
+ }
900
+ ],
901
+ "items": {
902
+ "type": "object",
903
+ "properties": {
904
+ "title": {
905
+ "name": "title",
906
+ "type": "string",
907
+ "required": true
908
+ },
909
+ "items": {
910
+ "name": "items",
911
+ "type": "array",
912
+ "required": false,
913
+ "items": {
914
+ "type": "object",
915
+ "properties": {
916
+ "href": {
917
+ "name": "href",
918
+ "type": "string",
919
+ "required": true
920
+ },
921
+ "label": {
922
+ "name": "label",
923
+ "type": "string",
924
+ "required": true
925
+ }
926
+ }
927
+ }
928
+ }
929
+ }
930
+ }
931
+ },
932
+ "heroSubtitle": {
933
+ "type": "string",
934
+ "default": "Start free, scale as you grow."
935
+ },
936
+ "heroTitle": {
937
+ "type": "string",
938
+ "default": "Simple, transparent pricing"
939
+ }
940
+ },
941
+ "scope": "instance"
942
+ },
943
+ {
944
+ "name": "MarketingSiteAbout",
945
+ "category": "interaction",
946
+ "linkedEntity": "MarketingSite",
947
+ "stateMachine": {
948
+ "states": [
949
+ {
950
+ "name": "composing",
951
+ "isInitial": true
952
+ }
953
+ ],
954
+ "events": [
955
+ {
956
+ "key": "INIT",
957
+ "name": "Initialize"
958
+ }
959
+ ],
960
+ "transitions": [
961
+ {
962
+ "from": "composing",
963
+ "to": "composing",
964
+ "event": "INIT",
965
+ "effects": [
966
+ [
967
+ "render-ui",
968
+ "main",
969
+ {
970
+ "children": [
971
+ {
972
+ "align": "center",
973
+ "type": "hero-section",
974
+ "subtitle": "@config.heroSubtitle",
975
+ "title": "@config.heroTitle",
976
+ "background": "subtle"
977
+ },
978
+ {
979
+ "title": "@config.articles[0].title",
980
+ "children": "@config.articles[0].content",
981
+ "type": "article-section"
982
+ },
983
+ {
984
+ "type": "article-section",
985
+ "children": "@config.articles[1].content",
986
+ "title": "@config.articles[1].title"
987
+ },
988
+ {
989
+ "children": "@config.articles[2].content",
990
+ "type": "article-section",
991
+ "title": "@config.articles[2].title"
992
+ },
993
+ {
994
+ "type": "team-organism",
995
+ "entity": "@config.team"
996
+ },
997
+ {
998
+ "type": "case-study-organism",
999
+ "entity": "@config.caseStudies"
1000
+ },
1001
+ {
1002
+ "title": "@config.ctaTitle",
1003
+ "type": "cta-banner",
1004
+ "primaryAction": "@config.ctaAction"
1005
+ },
1006
+ {
1007
+ "type": "marketing-footer",
1008
+ "columns": "@config.footerColumns",
1009
+ "copyright": "@config.footerCopyright"
1010
+ }
1011
+ ],
1012
+ "direction": "vertical",
1013
+ "type": "stack",
1014
+ "gap": "none"
1015
+ }
1016
+ ]
1017
+ ]
1018
+ }
1019
+ ]
1020
+ },
1021
+ "config": {
1022
+ "ctaAction": {
1023
+ "type": "ActionCard",
1024
+ "default": {
1025
+ "label": "View Open Roles",
1026
+ "href": "/careers"
1027
+ },
1028
+ "properties": {
1029
+ "label": {
1030
+ "name": "label",
1031
+ "type": "string",
1032
+ "required": true
1033
+ },
1034
+ "href": {
1035
+ "name": "href",
1036
+ "type": "string",
1037
+ "required": true
1038
+ }
1039
+ }
1040
+ },
1041
+ "heroTitle": {
1042
+ "type": "string",
1043
+ "default": "About Almadar"
1044
+ },
1045
+ "footerColumns": {
1046
+ "type": "[FooterColumn]",
1047
+ "default": [
1048
+ {
1049
+ "title": "Product",
1050
+ "items": [
1051
+ {
1052
+ "href": "#",
1053
+ "label": "Features"
1054
+ },
1055
+ {
1056
+ "label": "Pricing",
1057
+ "href": "#"
1058
+ },
1059
+ {
1060
+ "label": "Changelog",
1061
+ "href": "#"
1062
+ }
1063
+ ]
1064
+ },
1065
+ {
1066
+ "items": [
1067
+ {
1068
+ "label": "About",
1069
+ "href": "#"
1070
+ },
1071
+ {
1072
+ "label": "Careers",
1073
+ "href": "#"
1074
+ },
1075
+ {
1076
+ "label": "Blog",
1077
+ "href": "#"
1078
+ }
1079
+ ],
1080
+ "title": "Company"
1081
+ },
1082
+ {
1083
+ "items": [
1084
+ {
1085
+ "label": "Docs",
1086
+ "href": "#"
1087
+ },
1088
+ {
1089
+ "label": "Community",
1090
+ "href": "#"
1091
+ },
1092
+ {
1093
+ "label": "Support",
1094
+ "href": "#"
1095
+ }
1096
+ ],
1097
+ "title": "Resources"
1098
+ }
1099
+ ],
1100
+ "items": {
1101
+ "type": "object",
1102
+ "properties": {
1103
+ "title": {
1104
+ "name": "title",
1105
+ "type": "string",
1106
+ "required": true
1107
+ },
1108
+ "items": {
1109
+ "name": "items",
1110
+ "type": "array",
1111
+ "required": false,
1112
+ "items": {
1113
+ "type": "object",
1114
+ "properties": {
1115
+ "label": {
1116
+ "name": "label",
1117
+ "type": "string",
1118
+ "required": true
1119
+ },
1120
+ "href": {
1121
+ "name": "href",
1122
+ "type": "string",
1123
+ "required": true
1124
+ }
1125
+ }
1126
+ }
1127
+ }
1128
+ }
1129
+ }
1130
+ },
1131
+ "heroSubtitle": {
1132
+ "type": "string",
1133
+ "default": "We're building the future of software creation."
1134
+ },
1135
+ "caseStudies": {
1136
+ "type": "[CaseStudyCard]",
1137
+ "default": [
1138
+ {
1139
+ "href": "#",
1140
+ "category": "SaaS",
1141
+ "description": "How Acme scaled from 1K to 1M users in 6 months.",
1142
+ "id": "1",
1143
+ "categoryColor": "",
1144
+ "title": "Acme Corp",
1145
+ "linkLabel": "Read story"
1146
+ },
1147
+ {
1148
+ "categoryColor": "",
1149
+ "description": "Globex reduced infrastructure costs by 70%.",
1150
+ "id": "2",
1151
+ "title": "Globex",
1152
+ "linkLabel": "Read story",
1153
+ "href": "#",
1154
+ "category": "Fintech"
1155
+ }
1156
+ ],
1157
+ "items": {
1158
+ "type": "object",
1159
+ "properties": {
1160
+ "href": {
1161
+ "name": "href",
1162
+ "type": "string",
1163
+ "required": true
1164
+ },
1165
+ "id": {
1166
+ "name": "id",
1167
+ "type": "string",
1168
+ "required": false
1169
+ },
1170
+ "description": {
1171
+ "name": "description",
1172
+ "type": "string",
1173
+ "required": true
1174
+ },
1175
+ "title": {
1176
+ "name": "title",
1177
+ "type": "string",
1178
+ "required": true
1179
+ },
1180
+ "categoryColor": {
1181
+ "name": "categoryColor",
1182
+ "type": "string",
1183
+ "required": false
1184
+ },
1185
+ "linkLabel": {
1186
+ "name": "linkLabel",
1187
+ "type": "string",
1188
+ "required": false
1189
+ },
1190
+ "category": {
1191
+ "name": "category",
1192
+ "type": "string",
1193
+ "required": true
1194
+ }
1195
+ }
1196
+ }
1197
+ },
1198
+ "ctaTitle": {
1199
+ "type": "string",
1200
+ "default": "Want to work with us?"
1201
+ },
1202
+ "footerCopyright": {
1203
+ "type": "string",
1204
+ "default": "© 2026 Almadar. All rights reserved."
1205
+ },
1206
+ "articles": {
1207
+ "type": "[ArticleCard]",
1208
+ "default": [
1209
+ {
1210
+ "title": "Our Story",
1211
+ "content": "Almadar started with a simple belief: everyone should be able to build software."
1212
+ },
1213
+ {
1214
+ "content": "We exist to democratize software creation through natural language and AI.",
1215
+ "title": "Our Mission"
1216
+ },
1217
+ {
1218
+ "content": "Speed, simplicity, and developer joy guide every decision we make.",
1219
+ "title": "Our Values"
1220
+ }
1221
+ ],
1222
+ "items": {
1223
+ "type": "object",
1224
+ "properties": {
1225
+ "content": {
1226
+ "name": "content",
1227
+ "type": "string",
1228
+ "required": true
1229
+ },
1230
+ "title": {
1231
+ "name": "title",
1232
+ "type": "string",
1233
+ "required": true
1234
+ }
1235
+ }
1236
+ }
1237
+ },
1238
+ "team": {
1239
+ "type": "[TeamMemberCard]",
1240
+ "default": [
1241
+ {
1242
+ "nameAr": "",
1243
+ "role": "CEO",
1244
+ "bio": "Former VP Engineering at BigTech. Obsessed with developer experience.",
1245
+ "name": "Jane Doe",
1246
+ "avatar": "",
1247
+ "id": "1"
1248
+ },
1249
+ {
1250
+ "bio": "Built distributed systems at scale for a decade.",
1251
+ "nameAr": "",
1252
+ "role": "CTO",
1253
+ "avatar": "",
1254
+ "id": "2",
1255
+ "name": "John Smith"
1256
+ },
1257
+ {
1258
+ "avatar": "",
1259
+ "name": "Alice Chen",
1260
+ "id": "3",
1261
+ "nameAr": "",
1262
+ "role": "Head of Design",
1263
+ "bio": "Believes great design is invisible."
1264
+ }
1265
+ ],
1266
+ "items": {
1267
+ "type": "object",
1268
+ "properties": {
1269
+ "id": {
1270
+ "name": "id",
1271
+ "type": "string",
1272
+ "required": false
1273
+ },
1274
+ "role": {
1275
+ "name": "role",
1276
+ "type": "string",
1277
+ "required": true
1278
+ },
1279
+ "bio": {
1280
+ "name": "bio",
1281
+ "type": "string",
1282
+ "required": true
1283
+ },
1284
+ "name": {
1285
+ "name": "name",
1286
+ "type": "string",
1287
+ "required": true
1288
+ },
1289
+ "nameAr": {
1290
+ "name": "nameAr",
1291
+ "type": "string",
1292
+ "required": false
1293
+ },
1294
+ "avatar": {
1295
+ "name": "avatar",
1296
+ "type": "string",
1297
+ "required": false
1298
+ }
1299
+ }
1300
+ }
1301
+ }
1302
+ },
1303
+ "scope": "instance"
1304
+ },
1305
+ {
1306
+ "name": "MarketingSiteFeatures",
1307
+ "category": "interaction",
1308
+ "linkedEntity": "MarketingSite",
1309
+ "stateMachine": {
1310
+ "states": [
1311
+ {
1312
+ "name": "composing",
1313
+ "isInitial": true
1314
+ }
1315
+ ],
1316
+ "events": [
1317
+ {
1318
+ "key": "INIT",
1319
+ "name": "Initialize"
1320
+ }
1321
+ ],
1322
+ "transitions": [
1323
+ {
1324
+ "from": "composing",
1325
+ "to": "composing",
1326
+ "event": "INIT",
1327
+ "effects": [
1328
+ [
1329
+ "render-ui",
1330
+ "main",
1331
+ {
1332
+ "gap": "none",
1333
+ "type": "stack",
1334
+ "direction": "vertical",
1335
+ "children": [
1336
+ {
1337
+ "type": "hero-section",
1338
+ "subtitle": "@config.heroSubtitle",
1339
+ "title": "@config.heroTitle",
1340
+ "background": "gradient",
1341
+ "align": "center"
1342
+ },
1343
+ {
1344
+ "image": "@config.sections[0].image",
1345
+ "bullets": "@config.sections[0].bullets",
1346
+ "imagePosition": "@config.sections[0].imagePosition",
1347
+ "title": "@config.sections[0].title",
1348
+ "type": "split-section",
1349
+ "description": "@config.sections[0].description"
1350
+ },
1351
+ {
1352
+ "type": "split-section",
1353
+ "title": "@config.sections[1].title",
1354
+ "image": "@config.sections[1].image",
1355
+ "imagePosition": "@config.sections[1].imagePosition",
1356
+ "description": "@config.sections[1].description",
1357
+ "bullets": "@config.sections[1].bullets"
1358
+ },
1359
+ {
1360
+ "type": "split-section",
1361
+ "description": "@config.sections[2].description",
1362
+ "title": "@config.sections[2].title",
1363
+ "bullets": "@config.sections[2].bullets",
1364
+ "imagePosition": "@config.sections[2].imagePosition",
1365
+ "image": "@config.sections[2].image"
1366
+ },
1367
+ {
1368
+ "primaryAction": "@config.ctaAction",
1369
+ "type": "cta-banner",
1370
+ "title": "@config.ctaTitle"
1371
+ },
1372
+ {
1373
+ "type": "marketing-footer",
1374
+ "copyright": "@config.footerCopyright",
1375
+ "columns": "@config.footerColumns"
1376
+ }
1377
+ ]
1378
+ }
1379
+ ]
1380
+ ]
1381
+ }
1382
+ ]
1383
+ },
1384
+ "config": {
1385
+ "footerColumns": {
1386
+ "type": "[FooterColumn]",
1387
+ "default": [
1388
+ {
1389
+ "title": "Product",
1390
+ "items": [
1391
+ {
1392
+ "label": "Features",
1393
+ "href": "#"
1394
+ },
1395
+ {
1396
+ "href": "#",
1397
+ "label": "Pricing"
1398
+ },
1399
+ {
1400
+ "href": "#",
1401
+ "label": "Changelog"
1402
+ }
1403
+ ]
1404
+ },
1405
+ {
1406
+ "title": "Company",
1407
+ "items": [
1408
+ {
1409
+ "label": "About",
1410
+ "href": "#"
1411
+ },
1412
+ {
1413
+ "href": "#",
1414
+ "label": "Careers"
1415
+ },
1416
+ {
1417
+ "href": "#",
1418
+ "label": "Blog"
1419
+ }
1420
+ ]
1421
+ },
1422
+ {
1423
+ "title": "Resources",
1424
+ "items": [
1425
+ {
1426
+ "label": "Docs",
1427
+ "href": "#"
1428
+ },
1429
+ {
1430
+ "href": "#",
1431
+ "label": "Community"
1432
+ },
1433
+ {
1434
+ "label": "Support",
1435
+ "href": "#"
1436
+ }
1437
+ ]
1438
+ }
1439
+ ],
1440
+ "items": {
1441
+ "type": "object",
1442
+ "properties": {
1443
+ "items": {
1444
+ "name": "items",
1445
+ "type": "array",
1446
+ "required": false,
1447
+ "items": {
1448
+ "type": "object",
1449
+ "properties": {
1450
+ "label": {
1451
+ "name": "label",
1452
+ "type": "string",
1453
+ "required": true
1454
+ },
1455
+ "href": {
1456
+ "name": "href",
1457
+ "type": "string",
1458
+ "required": true
1459
+ }
1460
+ }
1461
+ }
1462
+ },
1463
+ "title": {
1464
+ "name": "title",
1465
+ "type": "string",
1466
+ "required": true
1467
+ }
1468
+ }
1469
+ }
1470
+ },
1471
+ "sections": {
1472
+ "type": "[SectionCard]",
1473
+ "default": [
1474
+ {
1475
+ "bullets": [
1476
+ "No-code visual editor",
1477
+ "AI-assisted schema generation",
1478
+ "Real-time preview"
1479
+ ],
1480
+ "title": "Design in Natural Language",
1481
+ "description": "Describe what you want. Almadar translates your words into a complete application schema.",
1482
+ "imagePosition": "right",
1483
+ "image": {
1484
+ "alt": "Design interface",
1485
+ "src": ""
1486
+ }
1487
+ },
1488
+ {
1489
+ "description": "Get a production-ready TypeScript backend and React frontend in seconds.",
1490
+ "imagePosition": "left",
1491
+ "bullets": [
1492
+ "Type-safe APIs",
1493
+ "Auto-generated database schema",
1494
+ "Instant deployments"
1495
+ ],
1496
+ "title": "Full-Stack Generation",
1497
+ "image": {
1498
+ "alt": "Generated code",
1499
+ "src": ""
1500
+ }
1501
+ },
1502
+ {
1503
+ "description": "Built-in auth, audit logs, and compliance from day one.",
1504
+ "title": "Enterprise-Grade Security",
1505
+ "imagePosition": "right",
1506
+ "image": {
1507
+ "src": "",
1508
+ "alt": "Security dashboard"
1509
+ },
1510
+ "bullets": [
1511
+ "SOC-2 ready",
1512
+ "RBAC & SSO",
1513
+ "End-to-end encryption"
1514
+ ]
1515
+ }
1516
+ ],
1517
+ "items": {
1518
+ "type": "object",
1519
+ "properties": {
1520
+ "imagePosition": {
1521
+ "name": "imagePosition",
1522
+ "type": "string",
1523
+ "required": false
1524
+ },
1525
+ "bullets": {
1526
+ "name": "bullets",
1527
+ "type": "array",
1528
+ "required": false,
1529
+ "items": {
1530
+ "type": "string"
1531
+ }
1532
+ },
1533
+ "image": {
1534
+ "name": "image",
1535
+ "type": "object",
1536
+ "required": false,
1537
+ "properties": {
1538
+ "src": {
1539
+ "name": "src",
1540
+ "type": "string",
1541
+ "required": false
1542
+ },
1543
+ "alt": {
1544
+ "name": "alt",
1545
+ "type": "string",
1546
+ "required": false
1547
+ }
1548
+ }
1549
+ },
1550
+ "description": {
1551
+ "name": "description",
1552
+ "type": "string",
1553
+ "required": true
1554
+ },
1555
+ "title": {
1556
+ "name": "title",
1557
+ "type": "string",
1558
+ "required": true
1559
+ }
1560
+ }
1561
+ }
1562
+ },
1563
+ "heroSubtitle": {
1564
+ "type": "string",
1565
+ "default": "From design to deployment, Almadar handles the entire stack."
1566
+ },
1567
+ "footerCopyright": {
1568
+ "type": "string",
1569
+ "default": "© 2026 Almadar. All rights reserved."
1570
+ },
1571
+ "ctaAction": {
1572
+ "type": "ActionCard",
1573
+ "default": {
1574
+ "href": "/signup",
1575
+ "label": "Get Started"
1576
+ },
1577
+ "properties": {
1578
+ "label": {
1579
+ "name": "label",
1580
+ "type": "string",
1581
+ "required": true
1582
+ },
1583
+ "href": {
1584
+ "name": "href",
1585
+ "type": "string",
1586
+ "required": true
1587
+ }
1588
+ }
1589
+ },
1590
+ "heroTitle": {
1591
+ "type": "string",
1592
+ "default": "Everything you need to ship"
1593
+ },
1594
+ "ctaTitle": {
1595
+ "type": "string",
1596
+ "default": "Ready to experience the future?"
1597
+ }
1598
+ },
1599
+ "scope": "instance"
1600
+ }
1601
+ ],
1602
+ "pages": [
1603
+ {
1604
+ "name": "MarketingSiteLandingPage",
1605
+ "path": "/",
1606
+ "traits": [
1607
+ {
1608
+ "ref": "MarketingSiteNav"
1609
+ },
1610
+ {
1611
+ "ref": "MarketingSiteLanding"
1612
+ }
1613
+ ]
1614
+ },
1615
+ {
1616
+ "name": "MarketingSitePricingPage",
1617
+ "path": "/pricing",
1618
+ "traits": [
1619
+ {
1620
+ "ref": "MarketingSiteNav"
1621
+ },
1622
+ {
1623
+ "ref": "MarketingSitePricing"
1624
+ }
1625
+ ]
1626
+ },
1627
+ {
1628
+ "name": "MarketingSiteAboutPage",
1629
+ "path": "/about",
1630
+ "traits": [
1631
+ {
1632
+ "ref": "MarketingSiteNav"
1633
+ },
1634
+ {
1635
+ "ref": "MarketingSiteAbout"
1636
+ }
1637
+ ]
1638
+ },
1639
+ {
1640
+ "name": "MarketingSiteFeaturesPage",
1641
+ "path": "/features",
1642
+ "traits": [
1643
+ {
1644
+ "ref": "MarketingSiteNav"
1645
+ },
1646
+ {
1647
+ "ref": "MarketingSiteFeatures"
1648
+ }
1649
+ ]
1650
+ }
1651
+ ]
1652
+ }
1653
+ ]
1654
+ }