@stacksjs/defaults 0.70.207 → 0.70.208

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 (408) hide show
  1. package/TODO.md +21 -0
  2. package/ai/AGENTS.md +79 -0
  3. package/ai/README.md +45 -0
  4. package/ai/claude/launch.json +12 -0
  5. package/ai/skills/stacks-actions/SKILL.md +128 -0
  6. package/ai/skills/stacks-ai/SKILL.md +276 -0
  7. package/ai/skills/stacks-alias/SKILL.md +94 -0
  8. package/ai/skills/stacks-analytics/SKILL.md +91 -0
  9. package/ai/skills/stacks-api/SKILL.md +738 -0
  10. package/ai/skills/stacks-arrays/SKILL.md +277 -0
  11. package/ai/skills/stacks-auth/SKILL.md +422 -0
  12. package/ai/skills/stacks-auto-imports/SKILL.md +138 -0
  13. package/ai/skills/stacks-brandkit/SKILL.md +811 -0
  14. package/ai/skills/stacks-browse/SKILL.md +127 -0
  15. package/ai/skills/stacks-browse/scripts/browse.ts +492 -0
  16. package/ai/skills/stacks-browser/SKILL.md +145 -0
  17. package/ai/skills/stacks-buddy/SKILL.md +676 -0
  18. package/ai/skills/stacks-build/SKILL.md +163 -0
  19. package/ai/skills/stacks-cache/SKILL.md +125 -0
  20. package/ai/skills/stacks-calendar/SKILL.md +113 -0
  21. package/ai/skills/stacks-chat/SKILL.md +371 -0
  22. package/ai/skills/stacks-cli/SKILL.md +112 -0
  23. package/ai/skills/stacks-cloud/SKILL.md +192 -0
  24. package/ai/skills/stacks-cms/SKILL.md +217 -0
  25. package/ai/skills/stacks-collections/SKILL.md +82 -0
  26. package/ai/skills/stacks-commerce/SKILL.md +114 -0
  27. package/ai/skills/stacks-composables/SKILL.md +161 -0
  28. package/ai/skills/stacks-config/SKILL.md +144 -0
  29. package/ai/skills/stacks-configuration/SKILL.md +154 -0
  30. package/ai/skills/stacks-cron/SKILL.md +123 -0
  31. package/ai/skills/stacks-crosswind/SKILL.md +190 -0
  32. package/ai/skills/stacks-dashboard/SKILL.md +173 -0
  33. package/ai/skills/stacks-database/SKILL.md +286 -0
  34. package/ai/skills/stacks-datetime/SKILL.md +269 -0
  35. package/ai/skills/stacks-dependencies/SKILL.md +111 -0
  36. package/ai/skills/stacks-deploy/SKILL.md +102 -0
  37. package/ai/skills/stacks-design-brutalist/SKILL.md +110 -0
  38. package/ai/skills/stacks-design-minimalist/SKILL.md +115 -0
  39. package/ai/skills/stacks-design-output/SKILL.md +55 -0
  40. package/ai/skills/stacks-design-soft/SKILL.md +156 -0
  41. package/ai/skills/stacks-design-taste/SKILL.md +1012 -0
  42. package/ai/skills/stacks-design-taste-codex/SKILL.md +294 -0
  43. package/ai/skills/stacks-desktop/SKILL.md +78 -0
  44. package/ai/skills/stacks-development/SKILL.md +298 -0
  45. package/ai/skills/stacks-dns/SKILL.md +149 -0
  46. package/ai/skills/stacks-docs/SKILL.md +109 -0
  47. package/ai/skills/stacks-email/SKILL.md +236 -0
  48. package/ai/skills/stacks-enums/SKILL.md +100 -0
  49. package/ai/skills/stacks-env/SKILL.md +181 -0
  50. package/ai/skills/stacks-error-handling/SKILL.md +137 -0
  51. package/ai/skills/stacks-events/SKILL.md +228 -0
  52. package/ai/skills/stacks-faker/SKILL.md +158 -0
  53. package/ai/skills/stacks-git/SKILL.md +158 -0
  54. package/ai/skills/stacks-guard/SKILL.md +98 -0
  55. package/ai/skills/stacks-health/SKILL.md +75 -0
  56. package/ai/skills/stacks-http/SKILL.md +316 -0
  57. package/ai/skills/stacks-i18n/SKILL.md +198 -0
  58. package/ai/skills/stacks-image-to-code/SKILL.md +629 -0
  59. package/ai/skills/stacks-imagegen-mobile/SKILL.md +1474 -0
  60. package/ai/skills/stacks-imagegen-web/SKILL.md +998 -0
  61. package/ai/skills/stacks-investigate/SKILL.md +119 -0
  62. package/ai/skills/stacks-jobs/SKILL.md +136 -0
  63. package/ai/skills/stacks-lint/SKILL.md +184 -0
  64. package/ai/skills/stacks-listeners/SKILL.md +99 -0
  65. package/ai/skills/stacks-logging/SKILL.md +78 -0
  66. package/ai/skills/stacks-mail/SKILL.md +120 -0
  67. package/ai/skills/stacks-middleware/SKILL.md +249 -0
  68. package/ai/skills/stacks-migrations/SKILL.md +105 -0
  69. package/ai/skills/stacks-models/SKILL.md +267 -0
  70. package/ai/skills/stacks-new-feature/SKILL.md +206 -0
  71. package/ai/skills/stacks-notifications/SKILL.md +210 -0
  72. package/ai/skills/stacks-objects/SKILL.md +205 -0
  73. package/ai/skills/stacks-office-hours/SKILL.md +134 -0
  74. package/ai/skills/stacks-orm/SKILL.md +342 -0
  75. package/ai/skills/stacks-path/SKILL.md +118 -0
  76. package/ai/skills/stacks-payments/SKILL.md +373 -0
  77. package/ai/skills/stacks-plan-review/SKILL.md +152 -0
  78. package/ai/skills/stacks-plugins/SKILL.md +149 -0
  79. package/ai/skills/stacks-push/SKILL.md +376 -0
  80. package/ai/skills/stacks-query-builder/SKILL.md +128 -0
  81. package/ai/skills/stacks-queue/SKILL.md +559 -0
  82. package/ai/skills/stacks-realtime/SKILL.md +442 -0
  83. package/ai/skills/stacks-redesign/SKILL.md +182 -0
  84. package/ai/skills/stacks-registry/SKILL.md +58 -0
  85. package/ai/skills/stacks-repl/SKILL.md +80 -0
  86. package/ai/skills/stacks-retro/SKILL.md +122 -0
  87. package/ai/skills/stacks-review/SKILL.md +135 -0
  88. package/ai/skills/stacks-router/SKILL.md +231 -0
  89. package/ai/skills/stacks-routes/SKILL.md +105 -0
  90. package/ai/skills/stacks-scaffolding/SKILL.md +162 -0
  91. package/ai/skills/stacks-scheduler/SKILL.md +363 -0
  92. package/ai/skills/stacks-search-engine/SKILL.md +112 -0
  93. package/ai/skills/stacks-security/SKILL.md +129 -0
  94. package/ai/skills/stacks-security-audit/SKILL.md +128 -0
  95. package/ai/skills/stacks-server/SKILL.md +458 -0
  96. package/ai/skills/stacks-shell/SKILL.md +62 -0
  97. package/ai/skills/stacks-slug/SKILL.md +87 -0
  98. package/ai/skills/stacks-sms/SKILL.md +385 -0
  99. package/ai/skills/stacks-socials/SKILL.md +303 -0
  100. package/ai/skills/stacks-storage/SKILL.md +576 -0
  101. package/ai/skills/stacks-strings/SKILL.md +416 -0
  102. package/ai/skills/stacks-stx/SKILL.md +176 -0
  103. package/ai/skills/stacks-technical-diagrams/LICENSE +22 -0
  104. package/ai/skills/stacks-technical-diagrams/SKILL.md +290 -0
  105. package/ai/skills/stacks-technical-diagrams/agents/openai.yaml +4 -0
  106. package/ai/skills/stacks-technical-diagrams/assets/template.html +1252 -0
  107. package/ai/skills/stacks-technical-diagrams/bin/technical-diagrams.mjs +289 -0
  108. package/ai/skills/stacks-technical-diagrams/bunfig.toml +1 -0
  109. package/ai/skills/stacks-technical-diagrams/examples/agent-run.lifecycle.json +64 -0
  110. package/ai/skills/stacks-technical-diagrams/examples/agent-tool-call.workflow.json +88 -0
  111. package/ai/skills/stacks-technical-diagrams/examples/cache-miss-request.sequence.json +75 -0
  112. package/ai/skills/stacks-technical-diagrams/examples/product-analytics.dataflow.json +70 -0
  113. package/ai/skills/stacks-technical-diagrams/examples/web-app.architecture.json +41 -0
  114. package/ai/skills/stacks-technical-diagrams/renderers/architecture/grid.mjs +62 -0
  115. package/ai/skills/stacks-technical-diagrams/renderers/architecture/render-architecture.mjs +371 -0
  116. package/ai/skills/stacks-technical-diagrams/renderers/dataflow/README.md +82 -0
  117. package/ai/skills/stacks-technical-diagrams/renderers/dataflow/render-dataflow.mjs +295 -0
  118. package/ai/skills/stacks-technical-diagrams/renderers/lifecycle/README.md +91 -0
  119. package/ai/skills/stacks-technical-diagrams/renderers/lifecycle/render-lifecycle.mjs +384 -0
  120. package/ai/skills/stacks-technical-diagrams/renderers/sequence/README.md +84 -0
  121. package/ai/skills/stacks-technical-diagrams/renderers/sequence/render-sequence.mjs +257 -0
  122. package/ai/skills/stacks-technical-diagrams/renderers/shared/cli.mjs +42 -0
  123. package/ai/skills/stacks-technical-diagrams/renderers/shared/generated-validators.mjs +13 -0
  124. package/ai/skills/stacks-technical-diagrams/renderers/shared/geometry.mjs +230 -0
  125. package/ai/skills/stacks-technical-diagrams/renderers/shared/layout-report.mjs +40 -0
  126. package/ai/skills/stacks-technical-diagrams/renderers/shared/utils.mjs +88 -0
  127. package/ai/skills/stacks-technical-diagrams/renderers/shared/validator.mjs +40 -0
  128. package/ai/skills/stacks-technical-diagrams/renderers/workflow/README.md +103 -0
  129. package/ai/skills/stacks-technical-diagrams/renderers/workflow/render-workflow.mjs +481 -0
  130. package/ai/skills/stacks-technical-diagrams/schemas/README.md +68 -0
  131. package/ai/skills/stacks-technical-diagrams/schemas/architecture.schema.json +121 -0
  132. package/ai/skills/stacks-technical-diagrams/schemas/common.schema.json +43 -0
  133. package/ai/skills/stacks-technical-diagrams/schemas/dataflow.schema.json +221 -0
  134. package/ai/skills/stacks-technical-diagrams/schemas/lifecycle.schema.json +241 -0
  135. package/ai/skills/stacks-technical-diagrams/schemas/sequence.schema.json +186 -0
  136. package/ai/skills/stacks-technical-diagrams/schemas/workflow.schema.json +332 -0
  137. package/ai/skills/stacks-technical-diagrams/scripts/check-render-output.mjs +297 -0
  138. package/ai/skills/stacks-technical-diagrams/scripts/render-examples.mjs +28 -0
  139. package/ai/skills/stacks-testing/SKILL.md +129 -0
  140. package/ai/skills/stacks-tunnel/SKILL.md +125 -0
  141. package/ai/skills/stacks-types/SKILL.md +178 -0
  142. package/ai/skills/stacks-ui/SKILL.md +246 -0
  143. package/ai/skills/stacks-utils/SKILL.md +444 -0
  144. package/ai/skills/stacks-validation/SKILL.md +371 -0
  145. package/ai/skills/stacks-whois/SKILL.md +315 -0
  146. package/assets/world-map-data.ts +121 -0
  147. package/bootstrap.ts +114 -0
  148. package/docs/api-examples.md +46 -0
  149. package/docs/index.md +24 -0
  150. package/docs/markdown-examples.md +87 -0
  151. package/functions/analytics.ts +97 -0
  152. package/functions/api.ts +143 -0
  153. package/functions/auth.ts +208 -0
  154. package/functions/billing/payments.ts +149 -0
  155. package/functions/blog.ts +120 -0
  156. package/functions/cms/categorizables.ts +107 -0
  157. package/functions/cms/pages.ts +108 -0
  158. package/functions/cms/posts.ts +100 -0
  159. package/functions/cms/taggables.ts +102 -0
  160. package/functions/commerce/coupons.ts +128 -0
  161. package/functions/commerce/customers.ts +128 -0
  162. package/functions/commerce/gift-cards.ts +119 -0
  163. package/functions/commerce/orders.ts +112 -0
  164. package/functions/commerce/payments.ts +119 -0
  165. package/functions/commerce/products/categories.ts +123 -0
  166. package/functions/commerce/products/manufacturers.ts +123 -0
  167. package/functions/commerce/products/products.ts +123 -0
  168. package/functions/commerce/products/reviews.ts +123 -0
  169. package/functions/commerce/products/units.ts +123 -0
  170. package/functions/commerce/products/variants.ts +123 -0
  171. package/functions/commerce/shippings/delivery-routes.ts +123 -0
  172. package/functions/commerce/shippings/digital-deliveries.ts +119 -0
  173. package/functions/commerce/shippings/drivers.ts +123 -0
  174. package/functions/commerce/shippings/license-keys.ts +123 -0
  175. package/functions/commerce/shippings/shipping-methods.ts +123 -0
  176. package/functions/commerce/shippings/shipping-rates.ts +119 -0
  177. package/functions/commerce/shippings/shipping-zones.ts +119 -0
  178. package/functions/commerce/taxes.ts +119 -0
  179. package/functions/commerce/waitlist/products.ts +123 -0
  180. package/functions/commerce/waitlist/restaurants.ts +123 -0
  181. package/functions/craft.ts +107 -0
  182. package/functions/dashboard.ts +153 -0
  183. package/functions/inbox.ts +95 -0
  184. package/functions/jobs.ts +86 -0
  185. package/functions/monitoring/errors.ts +295 -0
  186. package/functions/queue.ts +111 -0
  187. package/functions/realtime/websockets.ts +96 -0
  188. package/functions/realtime.ts +52 -0
  189. package/functions/releases.ts +49 -0
  190. package/functions/search.ts +126 -0
  191. package/functions/toasts.ts +95 -0
  192. package/functions/uploads.ts +216 -0
  193. package/ide/.gitignore +4 -0
  194. package/ide/cursor/rules/auto-imports.mdc +574 -0
  195. package/ide/cursor/rules/code-style.mdc +12 -0
  196. package/ide/cursor/rules/documentation.mdc +9 -0
  197. package/ide/cursor/rules/error-handling-validation.mdc +11 -0
  198. package/ide/cursor/rules/key-conventions.mdc +11 -0
  199. package/ide/cursor/rules/project-structure.mdc +169 -0
  200. package/ide/cursor/rules/readme.mdc +318 -0
  201. package/ide/cursor/rules/syntax-formatting.mdc +9 -0
  202. package/ide/cursor/rules/testing.mdc +10 -0
  203. package/ide/cursor/rules/typescript.mdc +9 -0
  204. package/ide/cursor/rules/ui-styling.mdc +0 -0
  205. package/ide/dictionary.txt +397 -0
  206. package/ide/jetbrains/.fleet/settings.json +4 -0
  207. package/ide/jetbrains/.idea/.gitignore +5 -0
  208. package/ide/jetbrains/.idea/.name +1 -0
  209. package/ide/jetbrains/.idea/inspectionProfiles/Project_Default.xml +6 -0
  210. package/ide/jetbrains/.idea/jsLinters/eslint.xml +7 -0
  211. package/ide/jetbrains/.idea/modules.xml +8 -0
  212. package/ide/jetbrains/.idea/stacks.iml +22 -0
  213. package/ide/jetbrains/.idea/vcs.xml +6 -0
  214. package/ide/jetbrains/.idea/webResources.xml +14 -0
  215. package/ide/jetbrains/IntelliJ IDEA Global Settings +0 -0
  216. package/ide/jetbrains/installed.txt +4 -0
  217. package/ide/jetbrains/options/github-copilot.xml +5 -0
  218. package/ide/jetbrains/options/nodejs.xml +7 -0
  219. package/ide/jetbrains/options/templates.xml +124 -0
  220. package/ide/jetbrains/templates/JavaScript.xml +6 -0
  221. package/ide/jetbrains/templates/Stacks.xml +8 -0
  222. package/ide/vscode/.vscode/README.md +23 -0
  223. package/ide/vscode/.vscode/extensions.json +5 -0
  224. package/ide/vscode/.vscode/settings.json +176 -0
  225. package/ide/vscode/.vscode/stacks.code-snippets +181 -0
  226. package/ide/vscode/LICENSE.md +21 -0
  227. package/ide/vscode/README.md +36 -0
  228. package/ide/vscode/logo.png +0 -0
  229. package/ide/vscode/package.json +79 -0
  230. package/ide/zed/.zed/settings.json +139 -0
  231. package/lang/README.md +28 -0
  232. package/lang/de.yml +14 -0
  233. package/lang/en.yml +15 -0
  234. package/package.json +19 -3
  235. package/project/bootstrap +161 -0
  236. package/project/buddy +175 -0
  237. package/project/storage/framework/tsconfig.app.json +50 -0
  238. package/project/storage/framework/tsconfig.base.json +58 -0
  239. package/routes/core.ts +78 -0
  240. package/routes/dashboard-api.ts +233 -0
  241. package/routes/dashboard.ts +739 -0
  242. package/routes/email.ts +129 -0
  243. package/stores/[name].stx +16 -0
  244. package/stores/git.ts +71 -0
  245. package/stores/payment.ts +474 -0
  246. package/stores/queue.ts +43 -0
  247. package/stores/user.ts +29 -0
  248. package/stx-components-plugin.ts +25 -0
  249. package/styles/design-tokens.css +597 -0
  250. package/types/dashboard.ts +70 -0
  251. package/types/defaults.ts +438 -0
  252. package/vcs/github/CODE_OF_CONDUCT.md +83 -0
  253. package/vcs/github/CONTRIBUTING.md +187 -0
  254. package/vcs/github/EXPLANATIONS.md +41 -0
  255. package/vcs/github/FUNDING.yml +1 -0
  256. package/vcs/github/ISSUE_TEMPLATE/bug_report.yml +49 -0
  257. package/vcs/github/ISSUE_TEMPLATE/config.yml +10 -0
  258. package/vcs/github/ISSUE_TEMPLATE/feature_request.yml +44 -0
  259. package/vcs/github/SECURITY.md +70 -0
  260. package/vcs/github/renovate.json +5 -0
  261. package/vcs/github/stale.yml +14 -0
  262. package/vcs/github/workflows/README.md +16 -0
  263. package/vcs/github/workflows/ci.yml +114 -0
  264. package/vcs/github/workflows/export-size.yml +25 -0
  265. package/vcs/github/workflows/labeler.yml +13 -0
  266. package/vcs/github/workflows/release.yml +219 -0
  267. package/views/[...all].stx +8 -0
  268. package/views/about.md +3 -0
  269. package/views/auth/login.stx +1 -0
  270. package/views/auth/signup.stx +85 -0
  271. package/views/dashboard/.discovered-models.json +542 -0
  272. package/views/dashboard/AUDIT.md +904 -0
  273. package/views/dashboard/[...all].stx +89 -0
  274. package/views/dashboard/access-tokens/index.stx +177 -0
  275. package/views/dashboard/actions/index.stx +129 -0
  276. package/views/dashboard/analytics/blog/index.stx +356 -0
  277. package/views/dashboard/analytics/browsers/index.stx +263 -0
  278. package/views/dashboard/analytics/commerce/sales/index.stx +329 -0
  279. package/views/dashboard/analytics/commerce/web/index.stx +379 -0
  280. package/views/dashboard/analytics/countries/index.stx +289 -0
  281. package/views/dashboard/analytics/devices/index.stx +305 -0
  282. package/views/dashboard/analytics/events/index.stx +536 -0
  283. package/views/dashboard/analytics/index.stx +88 -0
  284. package/views/dashboard/analytics/marketing/index.stx +315 -0
  285. package/views/dashboard/analytics/pages/index.stx +271 -0
  286. package/views/dashboard/analytics/referrers/index.stx +319 -0
  287. package/views/dashboard/analytics/web/index.stx +356 -0
  288. package/views/dashboard/buddy/index.stx +198 -0
  289. package/views/dashboard/ci/index.stx +462 -0
  290. package/views/dashboard/cloud/index.stx +452 -0
  291. package/views/dashboard/commands/index.stx +295 -0
  292. package/views/dashboard/commerce/categories/index.stx +406 -0
  293. package/views/dashboard/commerce/coupons/index.stx +485 -0
  294. package/views/dashboard/commerce/customers/index.stx +410 -0
  295. package/views/dashboard/commerce/dashboard/index.stx +287 -0
  296. package/views/dashboard/commerce/delivery/delivery-routes.stx +305 -0
  297. package/views/dashboard/commerce/delivery/digital-delivery.stx +332 -0
  298. package/views/dashboard/commerce/delivery/drivers.stx +397 -0
  299. package/views/dashboard/commerce/delivery/index.stx +18 -0
  300. package/views/dashboard/commerce/delivery/license-keys.stx +380 -0
  301. package/views/dashboard/commerce/delivery/shipping-methods.stx +346 -0
  302. package/views/dashboard/commerce/delivery/shipping-rates.stx +338 -0
  303. package/views/dashboard/commerce/delivery/shipping-zones.stx +302 -0
  304. package/views/dashboard/commerce/delivery/tabs.ts +25 -0
  305. package/views/dashboard/commerce/gift-cards/index.stx +561 -0
  306. package/views/dashboard/commerce/manufacturers/index.stx +308 -0
  307. package/views/dashboard/commerce/orders/index.stx +247 -0
  308. package/views/dashboard/commerce/payments/index.stx +535 -0
  309. package/views/dashboard/commerce/pos/index.stx +653 -0
  310. package/views/dashboard/commerce/printers/devices/index.stx +273 -0
  311. package/views/dashboard/commerce/printers/receipts/index.stx +308 -0
  312. package/views/dashboard/commerce/products/detail.stx +563 -0
  313. package/views/dashboard/commerce/products/index.stx +370 -0
  314. package/views/dashboard/commerce/reviews/index.stx +656 -0
  315. package/views/dashboard/commerce/reviews/index.ts +0 -0
  316. package/views/dashboard/commerce/taxes/index.stx +377 -0
  317. package/views/dashboard/commerce/units/index.stx +317 -0
  318. package/views/dashboard/commerce/variants/index.stx +319 -0
  319. package/views/dashboard/commerce/waitlist/products.stx +942 -0
  320. package/views/dashboard/commerce/waitlist/restaurant.stx +1024 -0
  321. package/views/dashboard/components/index.stx +330 -0
  322. package/views/dashboard/composables/index.ts +19 -0
  323. package/views/dashboard/composables/useChart.ts +77 -0
  324. package/views/dashboard/composables/useNavigation.ts +99 -0
  325. package/views/dashboard/composables/useRole.ts +58 -0
  326. package/views/dashboard/composables/useTheme.ts +74 -0
  327. package/views/dashboard/content/authors/index.stx +171 -0
  328. package/views/dashboard/content/blog/index.stx +493 -0
  329. package/views/dashboard/content/categories/index.stx +169 -0
  330. package/views/dashboard/content/comments/index.stx +189 -0
  331. package/views/dashboard/content/dashboard.stx +383 -0
  332. package/views/dashboard/content/files/index.stx +706 -0
  333. package/views/dashboard/content/pages/index.stx +174 -0
  334. package/views/dashboard/content/posts/index.stx +269 -0
  335. package/views/dashboard/content/seo/index.stx +240 -0
  336. package/views/dashboard/content/tags/index.stx +167 -0
  337. package/views/dashboard/data/activity/index.stx +261 -0
  338. package/views/dashboard/data/dashboard/index.stx +116 -0
  339. package/views/dashboard/data/subscribers.stx +270 -0
  340. package/views/dashboard/data/teams.stx +275 -0
  341. package/views/dashboard/data/users.stx +279 -0
  342. package/views/dashboard/dependencies/index.stx +178 -0
  343. package/views/dashboard/deployments/[id].stx +234 -0
  344. package/views/dashboard/deployments/index.stx +9 -0
  345. package/views/dashboard/dns/index.stx +163 -0
  346. package/views/dashboard/environment/index.stx +283 -0
  347. package/views/dashboard/errors/index.stx +274 -0
  348. package/views/dashboard/forgot-password.stx +57 -0
  349. package/views/dashboard/functions/index.stx +159 -0
  350. package/views/dashboard/health/index.stx +248 -0
  351. package/views/dashboard/inbox/activity.stx +350 -0
  352. package/views/dashboard/inbox/index.stx +452 -0
  353. package/views/dashboard/inbox/settings.stx +290 -0
  354. package/views/dashboard/index.stx +252 -0
  355. package/views/dashboard/insights/index.stx +529 -0
  356. package/views/dashboard/jobs/[id].stx +430 -0
  357. package/views/dashboard/jobs/history.stx +222 -0
  358. package/views/dashboard/jobs/index.stx +214 -0
  359. package/views/dashboard/kanban/[id].stx +899 -0
  360. package/views/dashboard/kanban/index.stx +260 -0
  361. package/views/dashboard/layouts/default.stx +565 -0
  362. package/views/dashboard/layouts/guest.stx +10 -0
  363. package/views/dashboard/login.stx +48 -0
  364. package/views/dashboard/logs/index.stx +540 -0
  365. package/views/dashboard/mailboxes/index.stx +149 -0
  366. package/views/dashboard/management/permissions/index.stx +490 -0
  367. package/views/dashboard/marketing/campaigns/index.stx +604 -0
  368. package/views/dashboard/marketing/lists/index.stx +514 -0
  369. package/views/dashboard/marketing/reviews/index.stx +475 -0
  370. package/views/dashboard/marketing/social-posts/index.stx +560 -0
  371. package/views/dashboard/models/[model].stx +195 -0
  372. package/views/dashboard/models/index.stx +159 -0
  373. package/views/dashboard/monitoring/errors/index.stx +415 -0
  374. package/views/dashboard/notifications/dashboard.stx +383 -0
  375. package/views/dashboard/notifications/email.stx +336 -0
  376. package/views/dashboard/notifications/history.stx +373 -0
  377. package/views/dashboard/notifications/sms.stx +332 -0
  378. package/views/dashboard/packages/index.stx +195 -0
  379. package/views/dashboard/queries/[id].stx +381 -0
  380. package/views/dashboard/queries/history.stx +227 -0
  381. package/views/dashboard/queries/index.stx +335 -0
  382. package/views/dashboard/queries/slow.stx +318 -0
  383. package/views/dashboard/queue/index.stx +427 -0
  384. package/views/dashboard/realtime/index.stx +429 -0
  385. package/views/dashboard/register.stx +46 -0
  386. package/views/dashboard/releases/index.stx +389 -0
  387. package/views/dashboard/requests/index.stx +462 -0
  388. package/views/dashboard/serverless/index.stx +475 -0
  389. package/views/dashboard/servers/[id].stx +299 -0
  390. package/views/dashboard/servers/index.stx +483 -0
  391. package/views/dashboard/settings/billing.stx +50 -0
  392. package/views/dashboard/settings/index.stx +256 -0
  393. package/views/dashboard/settings/mail.stx +252 -0
  394. package/views/dashboard/stores/auth.ts +123 -0
  395. package/views/dashboard/stores/ci.ts +342 -0
  396. package/views/dashboard/stores/index.ts +129 -0
  397. package/views/dashboard/stores/kanban.ts +723 -0
  398. package/views/dashboard/stores/rbac.ts +350 -0
  399. package/views/dashboard/stx.config.ts +34 -0
  400. package/views/dashboard/teams/[id].stx +170 -0
  401. package/views/forum/category.stx +92 -0
  402. package/views/forum/index.stx +209 -0
  403. package/views/forum/new-topic.stx +113 -0
  404. package/views/forum/profile.stx +1 -0
  405. package/views/forum/topic.stx +143 -0
  406. package/views/hello-world/[name].stx +47 -0
  407. package/views/index.stx +21 -0
  408. package/views/system-tray/index.stx +147 -0
@@ -0,0 +1,998 @@
1
+ ---
2
+ name: stacks-imagegen-web
3
+ description: Use when designing a landing page, portfolio, hero, or marketing site in a Stacks app and you want premium website design REFERENCE IMAGES first (one horizontal image per section - hero, trust bar, features, pricing, CTA, etc.). Generates IMAGES ONLY, never code. Enforces composition variety, background-image freedom, varied CTAs and hero scales, a narrative concept spine, second-read moments, and one consistent palette across all frames so a coding step can accurately recreate them.
4
+ license: MIT
5
+ compatibility: Bun >= 1.3.0, TypeScript
6
+ allowed-tools: Read Edit Write Bash Grep Glob
7
+ ---
8
+
9
+ # stacks-imagegen-web
10
+
11
+ Output = reference images only. Hand the frames to `stacks-design-taste` or `stacks-image-to-code` to implement in stx + Crosswind. The art direction here is framework-agnostic: it describes what the design should look like, not how to build it, so the same frames could be implemented on any stack.
12
+
13
+ Related skills: `stacks-imagegen-mobile` (mobile screen reference images), `stacks-brandkit` (brand-kit reference images), `stacks-design-taste` and `stacks-image-to-code` (turn these frames into stx + Crosswind).
14
+
15
+ # HARD OUTPUT RULE - READ FIRST
16
+
17
+ **Generate one separate horizontal image PER section. Always. No exceptions.**
18
+
19
+ - 1 section requested -> 1 image
20
+ - 4 sections requested -> 4 images
21
+ - 8 sections requested -> 8 images
22
+ - 12 sections requested -> 12 images
23
+ - "landing page" with no count -> default to 6 sections -> 6 images
24
+ - "full website template" -> default to 8 sections -> 8 images
25
+
26
+ Each image is one section, generated as its own image call. Never combine multiple sections into one frame. Never return a single tall image that contains the whole page.
27
+
28
+ If you can only render one image at a time, output them sequentially in the same response, one after the other, until every section has its own image. Announce each one ("Section 1 of 8: Hero", "Section 2 of 8: Trust bar", etc.).
29
+
30
+ This rule overrides any model default that wants to collapse output into a single image.
31
+
32
+ ---
33
+
34
+ # HERO COMPOSITION BIAS - READ FIRST
35
+
36
+ The default **left-text / right-image hero is the most overused AI pattern**. It is allowed, but it should not be your first instinct.
37
+
38
+ Before reaching for it, consider these alternatives and pick whichever fits the brand best:
39
+ - centered over background image
40
+ - bottom-left over image
41
+ - bottom-right over image
42
+ - top-left lead
43
+ - stacked center
44
+ - image-as-canvas
45
+ - off-grid editorial
46
+ - mini minimalist
47
+ - right-text / left-image (inverted classic)
48
+
49
+ Use left-text / right-image only when it is genuinely the strongest choice, not by default.
50
+
51
+ ---
52
+
53
+ # CORE DIRECTIVE: AWWWARDS-LEVEL IMAGE ART DIRECTION
54
+ You are an elite frontend image art director.
55
+
56
+ Your job is not to generate generic AI art.
57
+ Your job is to generate highly creative, premium, frontend design reference images that feel like real high-end website concepts.
58
+
59
+ Standard image generation tends to collapse into repetitive defaults:
60
+ - centered dark hero
61
+ - purple/blue AI glow
62
+ - floating meaningless blobs
63
+ - generic dashboard card spam
64
+ - weak typography hierarchy
65
+ - cloned sections
66
+ - "luxury" that is just beige serif text
67
+ - "creative" that is actually messy and unreadable
68
+ - text-heavy layouts with not enough imagery
69
+ - overly dense sections with no breathing room
70
+
71
+ Your goal is to aggressively break these defaults.
72
+
73
+ The output must feel:
74
+ - art-directed
75
+ - premium
76
+ - visually memorable
77
+ - structured
78
+ - readable
79
+ - implementation-friendly
80
+ - clearly usable as a frontend reference
81
+
82
+ Do not generate random mood art unless explicitly asked.
83
+ Default to website design comps.
84
+
85
+ This skill generates images only. It does not write code, stx, Crosswind, or HTML. The frames are the deliverable; implementation happens later in a separate step.
86
+
87
+ ---
88
+
89
+ ## 1. ACTIVE BASELINE CONFIGURATION
90
+
91
+ - DESIGN_VARIANCE: 8
92
+ `(1 = rigid / symmetrical, 10 = artsy / asymmetric)`
93
+ - VISUAL_DENSITY: 4
94
+ `(1 = airy / gallery-like, 10 = packed / intense)`
95
+ - ART_DIRECTION: 8
96
+ `(1 = safe commercial, 10 = bold creative statement)`
97
+ - IMPLEMENTATION_CLARITY: 9
98
+ `(1 = loose moodboard, 10 = very codeable UI reference)`
99
+ - IMAGE_USAGE_PRIORITY: 9
100
+ `(1 = mostly typographic, 10 = strongly image-led)`
101
+ - SPACING_GENEROSITY: 8
102
+ `(1 = compact / tight, 10 = very spacious / breathable)`
103
+ - LAYOUT_VARIATION: 8
104
+ `(1 = same anchor repeats, 10 = bold composition variety across sections)`
105
+ - CONVERSION_DISCIPLINE: 8
106
+ `(1 = pure art moodboard, 10 = clear funnel + premium design balance)`
107
+
108
+ AI Instruction:
109
+ Use these as global defaults unless the user clearly asks for something else.
110
+ Do not ask the user to edit this file.
111
+ Adapt these values dynamically from the prompt.
112
+
113
+ Interpretation:
114
+ - **Adaptation priority**: the user's brief always overrides defaults. Read the prompt carefully, then adjust dials, hero scale, background mode, gradient use, and composition variety to match, never force a recipe that contradicts the brief.
115
+ - If the user says "clean", reduce density and increase clarity.
116
+ - If the user says "crazy creative", increase variance and art direction.
117
+ - If the user says "premium SaaS", keep clarity high and art direction controlled.
118
+ - If the user says "editorial", allow stronger type and more asymmetry.
119
+ - Bias toward stronger visual concepts, not safe layouts, but never against the brief.
120
+ - Use imagery as a core design material, including as **full-bleed backgrounds**, not only as inline assets, **when the brief allows it**.
121
+ - Vary composition: do not default to "text left, image right". Move text to bottom-left, center, top-right, etc. across sections.
122
+ - Keep sections breathable. Do not over-pack the page.
123
+ - Prefer slightly more whitespace between sections than default.
124
+ - Stay conversion-aware: every section has a job (hook / proof / educate / convert).
125
+
126
+ ### Brief-to-direction mapping
127
+ Read the brief. Then bias the picks like this:
128
+
129
+ If the user says **"minimalist" / "clean" / "typography-only" / "swiss" / "ultra simple"**:
130
+ - Hero Scale: Mini Minimalist
131
+ - Background Mode: solid surfaces, subtle texture, optional ONE color-blocked diptych
132
+ - Gradients: skip or use only the softest tonal gradient
133
+ - Composition: stacked center, generous negative space
134
+ - Skip the "must include full-bleed" rule
135
+
136
+ If the user says **"editorial" / "magazine" / "art-directed" / "fashion"**:
137
+ - Hero Scale: Mid Editorial or Giant Statement
138
+ - Background Mode: editorial side-image, duotone treated image, atmospheric photo grade
139
+ - Gradients: subtle tonal grades only
140
+ - Composition: off-grid editorial offset, asymmetric pulls
141
+ - Strong typography contrast
142
+
143
+ If the user says **"cinematic" / "atmospheric" / "premium" / "luxury" / "bold"**:
144
+ - Hero Scale: Giant Statement
145
+ - Background Mode: full-bleed image with tonal overlay, soft radial vignette + product, micro-noise gradient
146
+ - Gradients: cinematic palette-matched welcomed
147
+ - Composition: bottom-left over background image, centered low, image-as-canvas
148
+
149
+ If the user says **"SaaS" / "product" / "dashboard" / "fintech" / "infra"**:
150
+ - Hero Scale: Mid Editorial
151
+ - Background Mode: solid + inline asset, flat block + detail crop, occasional editorial side-image
152
+ - Gradients: very subtle, palette-matched only
153
+ - Composition: clear product framing, trust-driven anchors
154
+ - Slightly higher implementation clarity
155
+
156
+ If the user says **"agency" / "creative studio" / "portfolio"**:
157
+ - Hero Scale: Giant Statement OR Mini Minimalist (decisive)
158
+ - Background Mode: vary boldly (full-bleed image, color-blocked diptych, duotone)
159
+ - Gradients: editorial color washes acceptable
160
+ - Composition: off-grid, poster-like
161
+
162
+ If the user says **"e-commerce" / "shop" / "store" / "product page"**:
163
+ - Hero Scale: Mid Editorial with strong product focus
164
+ - Background Mode: full-bleed product photo, soft radial vignette + crop, flat block + detail
165
+ - Gradients: subtle, never competing with product
166
+ - Composition: product-led; CTAs unmistakable
167
+
168
+ If the brief is silent on style:
169
+ - Use defaults from section 1 + section 2 with confident background variety
170
+ - Pick one Hero Scale decisively, do not split the difference
171
+
172
+ Never force backgrounds, gradients, or full-bleed treatments where the brief asks for restraint. Never strip them out where the brief asks for atmosphere.
173
+
174
+ ---
175
+
176
+ ## 2. THE COMBINATORIAL VARIATION ENGINE
177
+ To avoid repetitive AI-looking output, internally choose one option from each category based on the prompt and commit to it consistently.
178
+
179
+ Do not mash everything together into chaos.
180
+ Pick a strong combination and execute it clearly.
181
+
182
+ ### Theme Paradigm
183
+ Choose 1:
184
+ 1. Pristine Light Mode
185
+ Off-white / cream / paper tones, sharp dark text, editorial confidence.
186
+ 2. Deep Dark Mode
187
+ Charcoal / graphite / zinc, elegant glow only when justified.
188
+ 3. Bold Studio Solid
189
+ Strong controlled color fields like oxblood, royal blue, forest, vermilion, or emerald with crisp contrasting UI.
190
+ 4. Quiet Premium Neutral
191
+ Bone, sand, taupe, stone, smoke, muted contrast, restrained luxury.
192
+
193
+ ### Background Character
194
+ Choose 1:
195
+ 1. Subtle technical grid / dotted field
196
+ 2. Pure solid field with soft ambient gradient depth
197
+ 3. Full-bleed cinematic imagery with proper contrast control
198
+ 4. Quiet textured paper / material / tactile surface feel
199
+
200
+ ### Typography Character
201
+ Choose 1:
202
+ 1. Satoshi-like clean grotesk
203
+ 2. Neue-Montreal-like refined grotesk
204
+ 3. Cabinet / Clash-like expressive display
205
+ 4. Monument-like compressed statement typography
206
+ 5. Elegant editorial serif + sans pairing
207
+ 6. Swiss rational sans with very strong hierarchy
208
+
209
+ Never drift into boring default web typography energy.
210
+
211
+ ### Hero Architecture
212
+ Choose 1:
213
+ 1. Cinematic Centered Minimalist
214
+ 2. Asymmetric Split Hero
215
+ 3. Floating Polaroid Scatter
216
+ 4. Inline Typography Behemoth
217
+ 5. Editorial Offset Composition
218
+ 6. Massive Image-First Hero with restrained text
219
+
220
+ ### Section System
221
+ Choose 1 dominant structure:
222
+ 1. Strict modular bento rhythm
223
+ 2. Alternating editorial blocks
224
+ 3. Poster-like stacked storytelling
225
+ 4. Gallery-led visual cadence
226
+ 5. Swiss grid discipline
227
+ 6. Asymmetric premium marketing flow
228
+
229
+ ### Signature Component Set
230
+ Choose exactly 4 unique components:
231
+ - Diagonal Staggered Square Masonry
232
+ - 3D Cascading Card Deck
233
+ - Hover-Accordion Slice Layout
234
+ - Pristine Gapless Bento Grid
235
+ - Infinite Brand Marquee Strip
236
+ - Turning Polaroid Arc
237
+ - Vertical Rhythm Lines
238
+ - Off-Grid Editorial Layout
239
+ - Product UI Panel Stack
240
+ - Split Testimonial Quote Wall
241
+ - Oversized Metrics Strip
242
+ - Layered Image Crop Frames
243
+
244
+ ### Motion-Implied Language
245
+ Choose exactly 2:
246
+ - scrubbing text reveal energy
247
+ - pinned narrative section energy
248
+ - staggered float-up energy
249
+ - parallax image drift energy
250
+ - smooth accordion expansion energy
251
+ - cinematic fade-through energy
252
+
253
+ ### Composition Anchor (per-section)
254
+ The **left-text / right-image** layout is allowed, but it is the most overused AI pattern, do not use it as the default. Reach for it only when it is the genuinely best fit.
255
+
256
+ Each section picks 1 anchor; across the site at least 3 different anchors must appear; vary the hero so the page does not open on the AI default.
257
+ - Centered statement
258
+ - Top-left lead, support bottom-right
259
+ - Bottom-left text over background image
260
+ - Bottom-right CTA cluster
261
+ - Left-third caption + right-two-thirds visual (classic, use sparingly, never twice in a row)
262
+ - Right-third caption + left-two-thirds visual (inverted classic)
263
+ - Centered low (text in lower 40% over hero image)
264
+ - Off-grid editorial offset (asymmetric pull)
265
+ - Stacked center (label / headline / sub / CTA all centered, ultra minimalist)
266
+ - Image-as-canvas with text overlaid in a clean safe area
267
+
268
+ ### Background Mode (per-section)
269
+ Pick 1 per section; vary across the page so it is never all the same mode. Be **confident** with backgrounds, they are a primary tool, not a risk.
270
+ - Solid surface with inline asset
271
+ - Subtle texture / paper / grid as background
272
+ - Full-bleed image background with tonal overlay (text remains highly readable)
273
+ - Editorial side-image (50/50, 60/40, 40/60, invertible)
274
+ - Image as the entire visual + text overlaid in a clean safe area
275
+ - Flat color block + small product / detail crop as accent
276
+ - Cinematic tonal gradient (palette-matched, low chroma, professional)
277
+ - Atmospheric photo with strong color grade (single-tone graded for brand mood)
278
+ - Duotone treated image (two-color photo treatment, palette-locked)
279
+ - Soft radial vignette + product crop (luxury / editorial feel)
280
+ - Micro-noise gradient over solid (premium tactile depth, not flashy)
281
+ - Color-blocked diptych (two flat fields meeting, modernist)
282
+
283
+ ### CTA Variation
284
+ Pick the CTA style that fits each section, not a default pill every time:
285
+ - Classic primary pill
286
+ - Outline / ghost
287
+ - Underlined inline link with arrow
288
+ - Banner-style full-width CTA
289
+ - Oversized headline + tiny CTA hint
290
+ - CTA as caption under a strong visual
291
+
292
+ Across the site, vary CTA style at least once. The page's primary action stays unmistakable.
293
+
294
+ ### Hero Scale (per-page)
295
+ Pick 1, must match brand mood:
296
+ - Giant Statement Hero (massive type, large image, dominant first viewport)
297
+ - Mid Editorial Hero (balanced type/image, cinematic but not screen-filling)
298
+ - Mini Minimalist Hero (tiny logo + short statement + thin CTA, almost no image, lots of negative space)
299
+
300
+ Mini does not mean weak, it means confident restraint.
301
+
302
+ ### Narrative / Concept Spine
303
+ Pick 1 and let it thread through visuals and short copy across the page.
304
+ - Artifact / collectible: proof, specimen, treasured object framing
305
+ - Journey / pilgrimage: directional flow, waypoint sections, roadmap feeling
306
+ - Tool / precision instrument: machined detail, calibrated UI, tactile controls
307
+ - Living system / garden: organic growth metaphor, branching layout, nurtured tone
308
+ - Stage / spotlight: theatrical contrast, performer + audience framing
309
+ - Archive / dossier: indexed rows, captions, understated authority
310
+
311
+ ### Second-Read Moment
312
+ Pick exactly 1 unobvious but legible motif and place it deliberately, once across the page:
313
+ - asymmetric bleed that still respects hierarchy
314
+ - one oversized punctuation or numeral serving structure
315
+ - a single unexpected material switch (paper vs gloss vs metal accent)
316
+ - a narrow vertical side-rail editorial note style
317
+ - a macro crop that carries brand color naturally
318
+ Avoid gimmick-for-gimmick: the moment must aid scan order or brand recall.
319
+
320
+ Important:
321
+ These are not coding instructions.
322
+ They are visual-direction cues the generated design should imply.
323
+
324
+ ---
325
+
326
+ ## 3. FRONTEND REFERENCE RULE
327
+ Every generated image must clearly communicate:
328
+ - layout
329
+ - section hierarchy
330
+ - spacing
331
+ - typography scale
332
+ - visual rhythm
333
+ - CTA priority
334
+ - component styling
335
+ - image treatment
336
+ - overall design system
337
+
338
+ A developer or coding model should be able to look at the image and understand how to build it (later, in a separate implementation step).
339
+
340
+ Do not produce vague abstract artwork when the request is for frontend.
341
+
342
+ ---
343
+
344
+ ## 4. HERO MINIMALISM RULES
345
+ The hero must feel cinematic, clear, and intentional.
346
+
347
+ ### Hero Composition Bias
348
+ The **left-text / right-image hero is the most overused AI hero pattern**. It is allowed, but it should not be your default starting point.
349
+
350
+ Prefer one of these instead, unless left-text / right-image is genuinely the strongest fit:
351
+ - Centered statement over full-bleed image (text in lower 40%)
352
+ - Bottom-left text over background image
353
+ - Bottom-right text over background image
354
+ - Top-left lead, support bottom-right
355
+ - Stacked center (label / headline / sub / CTA all centered)
356
+ - Image-as-canvas with text overlaid in a clean safe area
357
+ - Right-text / left-image (inverted classic)
358
+ - Off-grid editorial offset
359
+ - Mini Minimalist Hero (tiny logo + short statement + thin CTA, mostly negative space)
360
+
361
+ ### Pre-output check
362
+ Before rendering the hero image, ask yourself: "Am I drafting the default text-left / image-right layout out of habit?" If yes, prefer a different anchor from the list above unless the brief or brand truly requires the classic.
363
+
364
+ ### Absolute Hero Rules
365
+ - the hero must feel like a strong opening scene
366
+ - keep the hero composition clean
367
+ - do not overcrowd the first viewport
368
+ - the main headline must feel short and powerful
369
+ - headline should usually read like 5-10 strong words, not a paragraph
370
+ - keep supporting text concise
371
+ - prioritize negative space and contrast
372
+ - avoid stuffing the hero with pills, fake stats, badges, tiny logos, and nonsense detail
373
+
374
+ ### Headline Rule
375
+ The H1 should visually read like a premium statement.
376
+ Do not let it feel long, weak, or overly wrapped.
377
+
378
+ ### Typography Execution
379
+ Prefer:
380
+ - medium / normal / light elegance
381
+ - tight tracking
382
+ - controlled line count
383
+ - strong scale contrast
384
+
385
+ Avoid:
386
+ - random extra-bold shouting everywhere
387
+ - gradient text as a lazy premium effect
388
+ - 6-line startup headings
389
+ - text treatment that looks generated
390
+
391
+ ### Graphic Restraint
392
+ Do not default to:
393
+ - giant meaningless outline numbers
394
+ - cheap SVG-looking filler graphics
395
+ - generic AI blobs
396
+ - random orb clutter
397
+
398
+ Use:
399
+ - typography
400
+ - image crops
401
+ - real layout tension
402
+ - premium materials
403
+ - strong framing
404
+ instead.
405
+
406
+ ---
407
+
408
+ ## 5. IMAGE COUNT & PAGE SLICING
409
+
410
+ ### THIS IS THE PRIMARY OUTPUT RULE
411
+ Generate **one separate horizontal image PER section**. Always.
412
+
413
+ - never combine multiple sections in a single image
414
+ - never return a single tall slice that contains the whole page
415
+ - never return one "best" image and skip the rest
416
+ - never replace several sections with one collage
417
+
418
+ If the request is ambiguous about section count, **default high**:
419
+ - "hero" -> 1 image
420
+ - "landing page" / "site template" -> default to 6 sections -> 6 images
421
+ - "full website" -> default to 8 sections -> 8 images
422
+ - "marketing site" -> default to 8 sections -> 8 images
423
+ - "product page" -> default to 6 sections -> 6 images
424
+ - "portfolio" -> default to 6 sections -> 6 images
425
+
426
+ If the model can only render one image per call, generate them **sequentially in the same response**, one after the other, labeled "Section X of N: <name>" until the full set is delivered.
427
+
428
+ ### Format
429
+ - Always horizontal (16:9, 16:10, or 21:9 depending on density)
430
+ - Each image renders one focused section in high fidelity
431
+ - Hero usually 16:9 or 21:9; narrower content sections may be 16:10
432
+
433
+ ### Counting rule
434
+ - 1 section -> 1 horizontal image
435
+ - 4 sections -> 4 horizontal images
436
+ - 8 sections -> 8 horizontal images
437
+ - 12 sections -> 12 horizontal images
438
+
439
+ Do not collapse multiple sections into one tall slice. Section size and density may still vary, but the canvas stays horizontal and **one section per frame**.
440
+
441
+ ### Section size variety
442
+ Across the site, mix section ambition deliberately:
443
+ - some sections are large, content-rich, art-directed
444
+ - some sections are mini, ultra minimalist, mostly negative space
445
+ - some sections are medium editorial blocks
446
+
447
+ This rhythm creates a premium scrollscape, not uniform slabs.
448
+
449
+ ### Continuity Rule
450
+ Across all per-section images, enforce one brand world:
451
+ - same palette and accent logic
452
+ - same typography family and scale
453
+ - same CTA family (style variations are fine, identity is not)
454
+ - same border radius language
455
+ - same image treatment (color grade, materials, framing)
456
+ - same tonal voice in any short copy
457
+
458
+ A viewer scrolling through all frames must read them as one site.
459
+
460
+ ---
461
+
462
+ ## 6. CREATIVITY ESCALATION RULE
463
+ The design must show real creative ambition.
464
+
465
+ Do not settle for the first obvious layout solution.
466
+ Push the work beyond generic SaaS patterns.
467
+
468
+ Actively increase at least 3 of these:
469
+ - stronger composition
470
+ - more distinctive typography
471
+ - more confident scale contrast
472
+ - more memorable hero concept
473
+ - more interesting image treatment
474
+ - more expressive section rhythm
475
+ - more original framing / cropping
476
+ - more art-directed visual tension
477
+ - more surprising but clear layout structure
478
+
479
+ Creativity must feel intentional, not chaotic.
480
+
481
+ Do:
482
+ - make bold but controlled design decisions
483
+ - use asymmetry when it improves the page
484
+ - create visual moments that feel premium and memorable
485
+ - make the page feel designed, not auto-generated
486
+
487
+ Do not:
488
+ - default to safe template layouts
489
+ - repeat the same block structure too often
490
+ - confuse creativity with clutter
491
+ - make the page overly dense
492
+
493
+ ---
494
+
495
+ ## 7. IMAGE-FIRST ART DIRECTION
496
+ This skill must actively use images.
497
+
498
+ Images are not optional decoration.
499
+ Images are a core part of the frontend design language.
500
+
501
+ Strongly prefer:
502
+ - art-directed photography
503
+ - product imagery
504
+ - editorial imagery
505
+ - image crops
506
+ - framed image panels
507
+ - layered image compositions
508
+ - image-led hero sections
509
+ - image-supported storytelling blocks
510
+
511
+ Use images to:
512
+ - create visual hierarchy
513
+ - break up text-heavy layouts
514
+ - build mood and brand character
515
+ - support section transitions
516
+ - make the design easier to interpret and implement
517
+
518
+ Important:
519
+ - the design should not become text-only or card-only unless the user explicitly wants that
520
+ - if a page has multiple sections, several sections should meaningfully include imagery
521
+ - if a hero exists, it should usually contain a strong visual image, product visual, or art-directed media element
522
+ - imagery should feel premium and intentional, not like stock filler
523
+
524
+ Avoid:
525
+ - tiny useless thumbnails
526
+ - random decorative images with no structural role
527
+ - one single image and then a completely text-heavy rest of page
528
+ - overusing fake UI panels instead of real visual variety
529
+
530
+ ---
531
+
532
+ ## 8. ANTI-AI-SLOP RULES
533
+ Strictly avoid these patterns unless explicitly requested.
534
+
535
+ ### Layout slop
536
+ - endless centered sections
537
+ - identical card rows repeated section after section
538
+ - cloned left-text/right-image blocks
539
+ - perfect but lifeless symmetry everywhere
540
+ - fake complexity without hierarchy
541
+ - empty decorative space with no purpose
542
+
543
+ ### Visual slop
544
+ - default purple/blue AI gradients
545
+ - too many glowing edges
546
+ - floating spheres / blobs everywhere
547
+ - glassmorphism stacked without reason
548
+ - random futuristic details with no structure
549
+ - over-rendered noise that hides the layout
550
+
551
+ ### Typography slop
552
+ - giant heading + weak tiny subcopy
553
+ - too many font moods in one page
554
+ - awkward line breaks
555
+ - lazy all-caps everywhere
556
+ - gradient headline as shortcut for "premium"
557
+
558
+ ### Content slop
559
+ Ban generic copy vibes like:
560
+ - unleash
561
+ - elevate
562
+ - revolutionize
563
+ - next-gen
564
+ - seamless
565
+ - powerful solution
566
+ - transformative platform
567
+
568
+ Avoid fake brand slop:
569
+ - Acme
570
+ - Nexus
571
+ - Flowbit
572
+ - Quantumly
573
+ - NovaCore
574
+ - obvious nonsense wordmarks
575
+
576
+ Use short, believable, design-friendly copy.
577
+
578
+ ### Density slop
579
+ - no over-packed sections
580
+ - no card overload in every block
581
+ - no tiny spacing between major sections
582
+ - no trying to fill every empty area
583
+ - no visually exhausting wall-of-content layouts
584
+
585
+ ### Carousel / marquee slop (layout)
586
+ - infinity logo strips repeating the same 6 blobs
587
+ - "trusted by" ticker that is unreadable mosquito logos
588
+ - auto-play-style hero dots with no semantic purpose
589
+
590
+ ### Data / KPI slop
591
+ - three identical stat columns (99% satisfaction, $10 saved, infinite scale) unless user asked for KPIs
592
+ - fake dashboards with pointless charts shading the real layout
593
+
594
+ ---
595
+
596
+ ## 9. TYPOGRAPHY-FIRST DISCIPLINE
597
+ Typography is not filler.
598
+ Typography is a primary design material.
599
+
600
+ Always ensure:
601
+ - clear size contrast
602
+ - obvious reading order
603
+ - strong display moments
604
+ - supporting text that is readable and brief
605
+ - labels, captions, and section headings that reinforce structure
606
+
607
+ For editorial directions:
608
+ - let typography shape composition
609
+
610
+ For tech/product directions:
611
+ - let typography communicate trust and precision
612
+
613
+ ---
614
+
615
+ ## 10. SECTION RHYTHM RULE
616
+ A high-end site does not feel like repeated boxes.
617
+
618
+ Vary section rhythm across the page by changing:
619
+ - density
620
+ - image-to-text ratio
621
+ - alignment
622
+ - scale
623
+ - whitespace
624
+ - card grouping
625
+ - background intensity
626
+ - visual tempo
627
+
628
+ Do not let every section feel generated from the same template.
629
+
630
+ Important:
631
+ - rhythm variation should not break overall cleanliness
632
+ - keep the page visually balanced from top to bottom
633
+ - section heights may vary, but the spacing between sections should feel controlled and fairly even
634
+ - avoid abrupt jumps between very small and very large sections without enough breathing room
635
+ - the full page should feel curated, smooth, and consistent
636
+
637
+ ---
638
+
639
+ ## 11. COMPONENT EXECUTION GUIDELINES
640
+
641
+ ### Diagonal Staggered Square Masonry
642
+ Use square image or content blocks with strong staggered vertical rhythm.
643
+ Should feel curated and graphic, not messy.
644
+
645
+ ### 3D Cascading Card Deck
646
+ Cards layered as a physical stack with depth logic.
647
+ Should feel premium and tactile, not gimmicky.
648
+
649
+ ### Hover-Accordion Slice Layout
650
+ A row of compressed visual slices that feel expandable.
651
+ In static images, imply interaction clearly through proportions and emphasis.
652
+
653
+ ### Pristine Gapless Bento Grid
654
+ Mathematically clean grid.
655
+ No accidental gaps.
656
+ Mix large visual blocks with smaller dense information panels.
657
+
658
+ ### Turning Polaroid Arc
659
+ Clustered, rotated imagery with elegant composition.
660
+ Should feel styled and intentional, not scrapbook-random.
661
+
662
+ ### Off-Grid Editorial Layout
663
+ Use asymmetry and tension with control.
664
+ Must remain readable and clearly structured.
665
+
666
+ ### Product UI Panel Stack
667
+ Layer UI screens or interface crops to imply a product story.
668
+ Avoid generic fake dashboards.
669
+
670
+ ### Vertical Rhythm Lines
671
+ Use fine lines and spacing systems to reinforce order and elegance.
672
+ Never let them become decorative clutter.
673
+
674
+ ---
675
+
676
+ ## 12. DENSITY & SPACING DISCIPLINE
677
+ Do not make everything too dense.
678
+
679
+ The page should breathe.
680
+ Leave slightly more blank space between sections than a default AI-generated design would.
681
+
682
+ Rules:
683
+ - use more even vertical spacing between major sections
684
+ - keep section-to-section spacing consistent unless there is a strong design reason not to
685
+ - avoid one section feeling very cramped while the next feels too empty
686
+ - prefer a clean, balanced cadence across the page
687
+ - allow negative space to create rhythm and emphasis
688
+ - separate denser sections with calmer sections
689
+ - avoid stacking too many cards, labels, and content blocks too tightly
690
+ - smaller sections should still receive enough surrounding space so the page feels polished and intentional
691
+
692
+ A premium page should feel:
693
+ - open
694
+ - composed
695
+ - balanced
696
+ - confident
697
+ - breathable
698
+
699
+ Not:
700
+ - cramped
701
+ - noisy
702
+ - uneven
703
+ - overfilled
704
+ - visually exhausted
705
+
706
+ Section rhythm should alternate with control:
707
+ - some sections can be more content-rich
708
+ - some sections can be smaller and calmer
709
+ - but the overall spacing cadence should still feel even, clean, and deliberate
710
+
711
+ Whitespace is a design tool.
712
+ Use it deliberately.
713
+ Do not let spacing become random.
714
+
715
+ ---
716
+
717
+ ## 13. COLOR & MATERIAL RULES
718
+
719
+ ### Palette Discipline
720
+ Use one controlled palette across the entire site:
721
+ - 1 primary (brand anchor)
722
+ - 1 secondary (supporting tone)
723
+ - 1 accent (used sparingly for CTA / highlight)
724
+ - a neutral scale (background, surface, text, hairline)
725
+
726
+ Section-level mood shifts must reuse the same palette, no full theme swap per section.
727
+
728
+ ### Background-image harmony
729
+ When using full-bleed image backgrounds:
730
+ - the image must tonally match the palette (not fight it)
731
+ - use overlays (dark, light, or color tint) to keep text fully readable
732
+ - the brand accent stays consistent regardless of background image
733
+
734
+ ### Gradient Discipline
735
+ Gradients are **allowed and encouraged** when professional and subtle. They are not the same as AI slop gradients.
736
+
737
+ Allowed (use confidently):
738
+ - low-chroma palette-matched tonal gradients (e.g. ink to graphite, cream to sand, ivory to warm grey)
739
+ - single-hue atmospheric grades behind hero photography
740
+ - soft vignettes and radial depth that direct the eye
741
+ - noise-textured gradients adding tactile depth without color noise
742
+ - editorial color washes that match brand mood
743
+
744
+ Banned (AI gradient slop):
745
+ - rainbow / mesh blob gradients
746
+ - purple-to-blue "AI" defaults
747
+ - pink-to-orange "creator" defaults
748
+ - neon edges and glow halos with no purpose
749
+ - gradient text as a shortcut for "premium"
750
+ - gradients that compete with imagery instead of supporting it
751
+
752
+ ### Background Confidence Rule
753
+ Do not retreat to plain white surfaces by default. When the brief, brand mood, or section job calls for atmosphere, use:
754
+ - a full-bleed image,
755
+ - a duotone or graded photo,
756
+ - a tonal gradient,
757
+ - a tactile material,
758
+ or a confident flat color field, picked deliberately, not as decoration.
759
+
760
+ ### Strong guidance
761
+ - avoid rainbow randomness
762
+ - avoid over-neon unless requested
763
+ - keep contrast intentional
764
+ - match accent colors to the chosen theme paradigm
765
+ - gradients must always read as professional and intentional, never as visual noise
766
+
767
+ ### Materiality
768
+ Where appropriate, add:
769
+ - paper feel
770
+ - glass feel
771
+ - brushed metal feel
772
+ - soft blur depth
773
+ - tactile matte surfaces
774
+ - editorial photo treatment
775
+
776
+ But always keep the frontend structure readable.
777
+
778
+ ---
779
+
780
+ ## 14. IMAGE / MEDIA DIRECTION
781
+ If imagery is present, it must support the layout.
782
+
783
+ Allowed:
784
+ - art-directed product visuals
785
+ - refined editorial photography
786
+ - UI crops
787
+ - abstract forms with structural purpose
788
+ - framed objects
789
+ - premium texture use
790
+ - campaign-style visuals
791
+
792
+ Avoid:
793
+ - irrelevant scenery
794
+ - stock-photo cliches
795
+ - decorative junk
796
+ - visuals that overpower the page hierarchy
797
+
798
+ ---
799
+
800
+ ## 15. DEFAULT SITE PACKS
801
+
802
+ ### 4-section pack
803
+ 1. Hero
804
+ 2. Features
805
+ 3. Social proof / testimonial
806
+ 4. CTA
807
+
808
+ ### 8-section pack
809
+ 1. Hero
810
+ 2. Trust bar
811
+ 3. Features
812
+ 4. Product showcase
813
+ 5. Benefits / use cases
814
+ 6. Testimonials
815
+ 7. Pricing
816
+ 8. CTA
817
+
818
+ ### 12-section pack
819
+ 1. Hero
820
+ 2. Trust bar
821
+ 3. Feature grid
822
+ 4. Product preview
823
+ 5. Problem / solution
824
+ 6. Benefits
825
+ 7. Workflow
826
+ 8. Metrics / proof / integration
827
+ 9. Testimonials
828
+ 10. Pricing
829
+ 11. FAQ
830
+ 12. CTA + footer
831
+
832
+ ---
833
+
834
+ ## 16. MULTI-IMAGE CONSISTENCY RULE
835
+ Because every section is its own image, consistency is critical. Across all per-section frames enforce:
836
+ - same brand world
837
+ - same type scale logic
838
+ - same spacing discipline
839
+ - same CTA family (style variations are fine, identity is not)
840
+ - same icon or illustration mood
841
+ - same image treatment (grade, framing, material vocabulary)
842
+ - same tonal language in any copy
843
+
844
+ Variation IS allowed in:
845
+ - composition anchor (per section)
846
+ - background mode (per section)
847
+ - section size and density
848
+ - which "second-read" moment appears
849
+
850
+ A viewer flipping through every per-section frame must still recognize one brand. Anything that breaks brand recall is over-variation.
851
+
852
+ ---
853
+
854
+ ## 17. CLARITY CHECK
855
+ Before finalizing, verify internally:
856
+
857
+ 1. Is the hierarchy obvious?
858
+ 2. Is the hero clean enough?
859
+ 3. Is the design visually distinctive?
860
+ 4. Is it free of obvious AI tells?
861
+ 5. Is it premium rather than template-like?
862
+ 6. Can someone code from this?
863
+ 7. If multiple images exist, do they clearly belong together?
864
+ 8. Is imagery used strongly enough (with variation, not one repeated crop)?
865
+ 9. Does the page breathe, or is it too dense?
866
+ 10. Is there enough spacing between sections?
867
+ 11. Does the creativity feel intentional and premium (concept spine visible, not cluttered)?
868
+ 12. Is the spacing between sections even and controlled?
869
+ 13. Do smaller sections still have enough surrounding space to feel clean?
870
+ 14. Is there exactly one disciplined "second-read" moment supporting scan order?
871
+ 15. Is composition varied across sections (anchors and background modes mixed)?
872
+ 16. Is the hero scale (giant / mid / mini) chosen and executed cleanly?
873
+ 17. Is there a clear conversion path (hook -> proof -> action) even in artistic sites?
874
+ 18. Is the palette consistent across all per-section images?
875
+ 19. Is each image horizontal and one-section-only?
876
+ 20. Is the **total number of images equal to the number of sections** (never fewer)?
877
+ 21. Is the hero using a varied composition (not defaulting to left-text / right-image out of habit)?
878
+
879
+ If not, refine internally before output. If the count is wrong, regenerate the missing sections. If the hero feels like a reflexive left-text / right-image default, prefer a different composition anchor.
880
+
881
+ ---
882
+
883
+ ## 18. EXTRA CREATIVITY & IMPLEMENTATION EDGE
884
+
885
+ Apply unless the user opts out:
886
+
887
+ ### Cross-section contrast
888
+ Across the slice, deliberately vary foreground/background intensity at least twice (lighter -> richer -> calmer) so the scroll feels paced, not monotonous slabs.
889
+
890
+ ### CTA specificity
891
+ Prefer one unmistakable primary action per major viewport tier; secondary actions must look secondary (scale, outline, ghost), not clones of primary.
892
+
893
+ ### Image variety inside one comp
894
+ Mix at least **two distinct image crops** where multiple sections exist, e.g. macro product + contextual environment, or portrait editorial + widescreen artifact, avoiding one repeated stock silhouette.
895
+
896
+ ### Data-viz restraint
897
+ Charts, sparklines, and graphs appear only when the site type logically needs them (analytics, pricing, infra, observability brands). Else keep proof human (quotes, receipts, timelines, screenshots of real workflows).
898
+
899
+ ### Cultural / tonal alignment
900
+ When the brief names an industry or region, steer palette and typographic temperament to match, do not ship default "neutral SF startup" unless the brief is intentionally generic SaaS.
901
+
902
+ ### Mobile-implied fidelity (even for desktop mocks)
903
+ Maintain tap-friendly hit sizes and readable caption sizes visually; stacking order should imply a sane single-column narrative.
904
+
905
+ ### Conversion focus
906
+ Each section has a job. Even when the design is artistic, the page must read as a real product or brand site:
907
+ - the hero communicates value in seconds and offers one obvious next action
908
+ - proof sections (logos, quotes, metrics) feel earned, not stuffed
909
+ - pricing or CTA sections feel decisive, not buried
910
+ - the final section closes: a single strong CTA + supporting trust cue
911
+ Avoid pure mood reels with no funnel logic.
912
+
913
+ ### Composition variety check
914
+ Across all per-section images, internally log the chosen composition anchor and background mode. Reject the set if:
915
+ - the same composition anchor repeats more than 2 sections in a row
916
+ - the same background mode repeats more than 3 sections in a row
917
+ - every section is inline-asset (no full-bleed background ever appears) **AND** the brief does not call for minimalism / typography-only / swiss / ultra simple
918
+
919
+ For non-minimalist briefs: push for at least one full-bleed (or duotone / atmospheric) background and at least one mini minimalist section in any multi-section site.
920
+
921
+ For minimalist briefs: this rule is suspended. Restraint is the design.
922
+
923
+ ---
924
+
925
+ ## 19. RESPONSE BEHAVIOR
926
+ When the user asks for a frontend design:
927
+ 1. infer site type and primary conversion goal
928
+ 2. infer number of sections (if unclear, use the defaults from section 5: landing page = 6, full website = 8)
929
+ 3. **commit out loud** to the section count and announce it ("Generating N horizontal images, one per section")
930
+ 4. plan ONE horizontal image PER SECTION, always separate generations, never collapse
931
+ 5. choose Hero Scale for the whole site (giant / mid / mini)
932
+ 6. choose a strong visual combination (theme, type, hero arch, section system, motion, narrative spine, second-read moment)
933
+ 7. for each section: pick a Composition Anchor, Background Mode, and CTA Variation, vary across sections
934
+ 8. choose 4 signature components used appropriately across sections
935
+ 9. enforce hero minimalism + section size variety (some giant, some mini)
936
+ 10. enforce strong image usage including full-bleed backgrounds where it fits
937
+ 11. lock one consistent palette across all images
938
+ 12. apply section 18 EXTRA CREATIVITY & IMPLEMENTATION EDGE
939
+ 13. keep spacing generous, even, and clean
940
+ 14. remove AI slop (including marquee / fake KPI cliches unless requested)
941
+ 15. run section 17 CLARITY CHECK
942
+ 16. **generate every per-section horizontal image, labeled "Section X of N: <name>"**, until the full set is delivered. Do not stop early. Do not summarize. Do not return only one image.
943
+
944
+ Do not ask unnecessary follow-up questions if a strong interpretation is possible.
945
+
946
+ ---
947
+
948
+ ## 20. EXAMPLE INTERPRETATIONS
949
+
950
+ ### Example 1
951
+ User: "make a hero section for an AI startup"
952
+
953
+ Interpretation:
954
+ - 1 horizontal image
955
+ - Hero Scale: Mid Editorial or Giant Statement
956
+ - Composition Anchor: bottom-left text over full-bleed product/atmosphere image
957
+ - Background Mode: full-bleed image with dark tonal overlay
958
+ - CTA Variation: outlined inline + small label hint
959
+ - Palette: Deep Dark or Bold Studio Solid, one consistent accent
960
+ - no cliche dashboard spam, no purple AI glow
961
+
962
+ ### Example 2
963
+ User: "design 8 sections for a fintech website"
964
+
965
+ Interpretation:
966
+ - 8 separate horizontal images (one per section)
967
+ - Hero Scale: Mid Editorial (trust-driven)
968
+ - vary Composition Anchor across sections (centered low, right-third caption, bottom-left over chart visual, stacked center for closing CTA)
969
+ - Background Mode mix: solid surface, full-bleed image background once, editorial side-image at use cases
970
+ - one consistent palette (e.g. ink + paper + single brand accent)
971
+ - conversion path: hook -> proof bar -> features -> use case -> testimonial -> pricing -> FAQ -> final CTA
972
+
973
+ ### Example 3
974
+ User: "creative agency landing page, 12 sections"
975
+
976
+ Interpretation:
977
+ - 12 horizontal images (one per section)
978
+ - Hero Scale: Giant Statement OR Mini Minimalist (decisive choice, not in-between)
979
+ - editorial / poster-like direction; off-grid composition appears 2-3 times
980
+ - multiple Background Modes (full-bleed image at hero + showcase, editorial side-image at case studies, solid + accent for process)
981
+ - palette consistent throughout, with one bold accent recurring
982
+ - closing CTA section: mini minimalist, strong type, single primary action
983
+
984
+ ---
985
+
986
+ ## 21. FINAL GOAL
987
+ Generate frontend reference images that feel:
988
+ - artistic
989
+ - premium
990
+ - clear
991
+ - structured
992
+ - image-led
993
+ - breathable
994
+ - memorable
995
+ - anti-generic
996
+ - implementation-friendly
997
+
998
+ The result should look like a top-tier website concept with strong imagery, confident creativity, and generous spacing, not a dense, repetitive AI layout. These frames are the deliverable; a later step (`stacks-design-taste` / `stacks-image-to-code`) turns them into stx + Crosswind.