@better-fullstack/types 2.0.2 → 2.1.0

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 (41) hide show
  1. package/dist/{defaults-zyxI-U_5.d.mts → defaults-14rSFqF6.d.mts} +2 -2
  2. package/dist/defaults-14rSFqF6.d.mts.map +1 -0
  3. package/dist/{defaults-Cy0_ttEE.mjs → defaults-u9UAambo.mjs} +3 -2
  4. package/dist/defaults-u9UAambo.mjs.map +1 -0
  5. package/dist/defaults.d.mts +3 -3
  6. package/dist/defaults.mjs +1 -1
  7. package/dist/index.d.mts +6 -6
  8. package/dist/index.mjs +5 -5
  9. package/dist/json-schema.d.mts +438 -270
  10. package/dist/json-schema.d.mts.map +1 -1
  11. package/dist/json-schema.mjs +1 -1
  12. package/dist/{schemas-D444b8s8.mjs → schemas-Cg75ZlzB.mjs} +24 -4
  13. package/dist/schemas-Cg75ZlzB.mjs.map +1 -0
  14. package/dist/{schemas-BTO7jwoE.d.mts → schemas-jMCVu0xX.d.mts} +422 -275
  15. package/dist/schemas-jMCVu0xX.d.mts.map +1 -0
  16. package/dist/schemas.d.mts +2 -2
  17. package/dist/schemas.mjs +2 -2
  18. package/dist/{stack-graph-DH1m1ONQ.d.mts → stack-graph-CjobAqsm.d.mts} +2 -2
  19. package/dist/{stack-graph-DH1m1ONQ.d.mts.map → stack-graph-CjobAqsm.d.mts.map} +1 -1
  20. package/dist/{stack-graph-DXh8F1TL.mjs → stack-graph-D4iCezUq.mjs} +60 -7
  21. package/dist/stack-graph-D4iCezUq.mjs.map +1 -0
  22. package/dist/stack-graph.d.mts +3 -3
  23. package/dist/stack-graph.mjs +2 -2
  24. package/dist/{stack-translation-Bb3LIDTp.mjs → stack-translation-CAU_sdNI.mjs} +156 -26
  25. package/dist/stack-translation-CAU_sdNI.mjs.map +1 -0
  26. package/dist/{stack-translation-LwAKaXg1.d.mts → stack-translation-CjsJzLCX.d.mts} +9 -7
  27. package/dist/stack-translation-CjsJzLCX.d.mts.map +1 -0
  28. package/dist/stack-translation.d.mts +4 -4
  29. package/dist/stack-translation.mjs +3 -3
  30. package/dist/{types-C4r4ucMM.d.mts → types-DwY2BNyU.d.mts} +4 -3
  31. package/dist/types-DwY2BNyU.d.mts.map +1 -0
  32. package/dist/types.d.mts +3 -3
  33. package/package.json +2 -1
  34. package/dist/defaults-Cy0_ttEE.mjs.map +0 -1
  35. package/dist/defaults-zyxI-U_5.d.mts.map +0 -1
  36. package/dist/schemas-BTO7jwoE.d.mts.map +0 -1
  37. package/dist/schemas-D444b8s8.mjs.map +0 -1
  38. package/dist/stack-graph-DXh8F1TL.mjs.map +0 -1
  39. package/dist/stack-translation-Bb3LIDTp.mjs.map +0 -1
  40. package/dist/stack-translation-LwAKaXg1.d.mts.map +0 -1
  41. package/dist/types-C4r4ucMM.d.mts.map +0 -1
@@ -73,6 +73,7 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
73
73
  mcp: "mcp";
74
74
  skills: "skills";
75
75
  turborepo: "turborepo";
76
+ nx: "nx";
76
77
  fumadocs: "fumadocs";
77
78
  ultracite: "ultracite";
78
79
  oxlint: "oxlint";
@@ -87,11 +88,13 @@ declare function getAddonsJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.Zo
87
88
  "tanstack-db": "tanstack-db";
88
89
  "tanstack-pacer": "tanstack-pacer";
89
90
  "backend-utils": "backend-utils";
91
+ devcontainer: "devcontainer";
90
92
  "docker-compose": "docker-compose";
93
+ "github-actions": "github-actions";
91
94
  }>>;
92
95
  declare function getExamplesJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
93
- ai: "ai";
94
96
  none: "none";
97
+ ai: "ai";
95
98
  "chat-sdk": "chat-sdk";
96
99
  "tanstack-showcase": "tanstack-showcase";
97
100
  }>>;
@@ -120,6 +123,8 @@ declare function getAPIJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEn
120
123
  "ts-rest": "ts-rest";
121
124
  garph: "garph";
122
125
  "graphql-yoga": "graphql-yoga";
126
+ "apollo-server": "apollo-server";
127
+ openapi: "openapi";
123
128
  }>>;
124
129
  declare function getAuthJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
125
130
  none: "none";
@@ -165,26 +170,26 @@ declare function getServerDeployJsonSchema(): z.core.ZodStandardJSONSchemaPayloa
165
170
  vercel: "vercel";
166
171
  }>>;
167
172
  declare function getDirectoryConflictJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
168
- error: "error";
169
173
  merge: "merge";
170
174
  overwrite: "overwrite";
171
175
  increment: "increment";
176
+ error: "error";
172
177
  }>>;
173
178
  declare function getTemplateJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
174
179
  none: "none";
175
- uniwind: "uniwind";
176
180
  mern: "mern";
177
181
  pern: "pern";
178
182
  t3: "t3";
183
+ uniwind: "uniwind";
179
184
  }>>;
180
185
  declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload<z.ZodObject<{
181
186
  projectName: z.ZodOptional<z.ZodString>;
182
187
  template: z.ZodOptional<z.ZodEnum<{
183
188
  none: "none";
184
- uniwind: "uniwind";
185
189
  mern: "mern";
186
190
  pern: "pern";
187
191
  t3: "t3";
192
+ uniwind: "uniwind";
188
193
  }>>;
189
194
  yes: z.ZodOptional<z.ZodBoolean>;
190
195
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -274,6 +279,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
274
279
  mcp: "mcp";
275
280
  skills: "skills";
276
281
  turborepo: "turborepo";
282
+ nx: "nx";
277
283
  fumadocs: "fumadocs";
278
284
  ultracite: "ultracite";
279
285
  oxlint: "oxlint";
@@ -288,11 +294,13 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
288
294
  "tanstack-db": "tanstack-db";
289
295
  "tanstack-pacer": "tanstack-pacer";
290
296
  "backend-utils": "backend-utils";
297
+ devcontainer: "devcontainer";
291
298
  "docker-compose": "docker-compose";
299
+ "github-actions": "github-actions";
292
300
  }>>>;
293
301
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
294
- ai: "ai";
295
302
  none: "none";
303
+ ai: "ai";
296
304
  "chat-sdk": "chat-sdk";
297
305
  "tanstack-showcase": "tanstack-showcase";
298
306
  }>>>;
@@ -348,6 +356,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
348
356
  "ts-rest": "ts-rest";
349
357
  garph: "garph";
350
358
  "graphql-yoga": "graphql-yoga";
359
+ "apollo-server": "apollo-server";
360
+ openapi: "openapi";
351
361
  }>>;
352
362
  webDeploy: z.ZodOptional<z.ZodEnum<{
353
363
  none: "none";
@@ -372,10 +382,10 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
372
382
  vercel: "vercel";
373
383
  }>>;
374
384
  directoryConflict: z.ZodOptional<z.ZodEnum<{
375
- error: "error";
376
385
  merge: "merge";
377
386
  overwrite: "overwrite";
378
387
  increment: "increment";
388
+ error: "error";
379
389
  }>>;
380
390
  renderTitle: z.ZodOptional<z.ZodBoolean>;
381
391
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -402,8 +412,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
402
412
  "ai-cli": "ai-cli";
403
413
  }>>;
404
414
  effect: z.ZodOptional<z.ZodEnum<{
405
- effect: "effect";
406
415
  none: "none";
416
+ effect: "effect";
407
417
  "effect-full": "effect-full";
408
418
  }>>;
409
419
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -536,8 +546,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
536
546
  "geist-mono": "geist-mono";
537
547
  }>>;
538
548
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
539
- default: "default";
540
549
  none: "none";
550
+ default: "default";
541
551
  small: "small";
542
552
  medium: "medium";
543
553
  large: "large";
@@ -617,6 +627,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
617
627
  strapi: "strapi";
618
628
  tinacms: "tinacms";
619
629
  directus: "directus";
630
+ keystatic: "keystatic";
620
631
  }>>;
621
632
  caching: z.ZodOptional<z.ZodEnum<{
622
633
  none: "none";
@@ -629,6 +640,7 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
629
640
  }>>;
630
641
  i18n: z.ZodOptional<z.ZodEnum<{
631
642
  none: "none";
643
+ paraglide: "paraglide";
632
644
  i18next: "i18next";
633
645
  "next-intl": "next-intl";
634
646
  }>>;
@@ -637,8 +649,16 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
637
649
  meilisearch: "meilisearch";
638
650
  typesense: "typesense";
639
651
  elasticsearch: "elasticsearch";
652
+ opensearch: "opensearch";
640
653
  algolia: "algolia";
641
654
  }>>;
655
+ vectorDb: z.ZodOptional<z.ZodEnum<{
656
+ none: "none";
657
+ pgvector: "pgvector";
658
+ qdrant: "qdrant";
659
+ chroma: "chroma";
660
+ pinecone: "pinecone";
661
+ }>>;
642
662
  fileStorage: z.ZodOptional<z.ZodEnum<{
643
663
  none: "none";
644
664
  s3: "s3";
@@ -652,9 +672,9 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
652
672
  }>>;
653
673
  mobileUI: z.ZodOptional<z.ZodEnum<{
654
674
  none: "none";
675
+ uniwind: "uniwind";
655
676
  tamagui: "tamagui";
656
677
  "gluestack-ui": "gluestack-ui";
657
- uniwind: "uniwind";
658
678
  unistyles: "unistyles";
659
679
  }>>;
660
680
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -707,12 +727,12 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
707
727
  ratatui: "ratatui";
708
728
  }>>;
709
729
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
710
- config: "config";
711
730
  none: "none";
712
731
  serde: "serde";
713
732
  uuid: "uuid";
714
733
  chrono: "chrono";
715
734
  reqwest: "reqwest";
735
+ config: "config";
716
736
  dashmap: "dashmap";
717
737
  "parking-lot": "parking-lot";
718
738
  secrecy: "secrecy";
@@ -1127,8 +1147,8 @@ declare function getCreateInputJsonSchema(): z.core.ZodStandardJSONSchemaPayload
1127
1147
  }>>;
1128
1148
  elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1129
1149
  none: "none";
1130
- broadway: "broadway";
1131
1150
  nx: "nx";
1151
+ broadway: "broadway";
1132
1152
  }>>>;
1133
1153
  aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
1134
1154
  none: "none";
@@ -1224,6 +1244,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1224
1244
  mcp: "mcp";
1225
1245
  skills: "skills";
1226
1246
  turborepo: "turborepo";
1247
+ nx: "nx";
1227
1248
  fumadocs: "fumadocs";
1228
1249
  ultracite: "ultracite";
1229
1250
  oxlint: "oxlint";
@@ -1238,11 +1259,13 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1238
1259
  "tanstack-db": "tanstack-db";
1239
1260
  "tanstack-pacer": "tanstack-pacer";
1240
1261
  "backend-utils": "backend-utils";
1262
+ devcontainer: "devcontainer";
1241
1263
  "docker-compose": "docker-compose";
1264
+ "github-actions": "github-actions";
1242
1265
  }>>;
1243
1266
  examples: z.ZodArray<z.ZodEnum<{
1244
- ai: "ai";
1245
1267
  none: "none";
1268
+ ai: "ai";
1246
1269
  "chat-sdk": "chat-sdk";
1247
1270
  "tanstack-showcase": "tanstack-showcase";
1248
1271
  }>>;
@@ -1299,6 +1322,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1299
1322
  "ts-rest": "ts-rest";
1300
1323
  garph: "garph";
1301
1324
  "graphql-yoga": "graphql-yoga";
1325
+ "apollo-server": "apollo-server";
1326
+ openapi: "openapi";
1302
1327
  }>;
1303
1328
  webDeploy: z.ZodEnum<{
1304
1329
  none: "none";
@@ -1344,8 +1369,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1344
1369
  "ai-cli": "ai-cli";
1345
1370
  }>;
1346
1371
  effect: z.ZodEnum<{
1347
- effect: "effect";
1348
1372
  none: "none";
1373
+ effect: "effect";
1349
1374
  "effect-full": "effect-full";
1350
1375
  }>;
1351
1376
  stateManagement: z.ZodEnum<{
@@ -1478,8 +1503,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1478
1503
  "geist-mono": "geist-mono";
1479
1504
  }>>;
1480
1505
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
1481
- default: "default";
1482
1506
  none: "none";
1507
+ default: "default";
1483
1508
  small: "small";
1484
1509
  medium: "medium";
1485
1510
  large: "large";
@@ -1559,6 +1584,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1559
1584
  strapi: "strapi";
1560
1585
  tinacms: "tinacms";
1561
1586
  directus: "directus";
1587
+ keystatic: "keystatic";
1562
1588
  }>;
1563
1589
  caching: z.ZodEnum<{
1564
1590
  none: "none";
@@ -1571,6 +1597,7 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1571
1597
  }>;
1572
1598
  i18n: z.ZodEnum<{
1573
1599
  none: "none";
1600
+ paraglide: "paraglide";
1574
1601
  i18next: "i18next";
1575
1602
  "next-intl": "next-intl";
1576
1603
  }>;
@@ -1579,8 +1606,16 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1579
1606
  meilisearch: "meilisearch";
1580
1607
  typesense: "typesense";
1581
1608
  elasticsearch: "elasticsearch";
1609
+ opensearch: "opensearch";
1582
1610
  algolia: "algolia";
1583
1611
  }>;
1612
+ vectorDb: z.ZodEnum<{
1613
+ none: "none";
1614
+ pgvector: "pgvector";
1615
+ qdrant: "qdrant";
1616
+ chroma: "chroma";
1617
+ pinecone: "pinecone";
1618
+ }>;
1584
1619
  fileStorage: z.ZodEnum<{
1585
1620
  none: "none";
1586
1621
  s3: "s3";
@@ -1594,9 +1629,9 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1594
1629
  }>;
1595
1630
  mobileUI: z.ZodEnum<{
1596
1631
  none: "none";
1632
+ uniwind: "uniwind";
1597
1633
  tamagui: "tamagui";
1598
1634
  "gluestack-ui": "gluestack-ui";
1599
- uniwind: "uniwind";
1600
1635
  unistyles: "unistyles";
1601
1636
  }>;
1602
1637
  mobileStorage: z.ZodEnum<{
@@ -1649,12 +1684,12 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
1649
1684
  ratatui: "ratatui";
1650
1685
  }>;
1651
1686
  rustLibraries: z.ZodArray<z.ZodEnum<{
1652
- config: "config";
1653
1687
  none: "none";
1654
1688
  serde: "serde";
1655
1689
  uuid: "uuid";
1656
1690
  chrono: "chrono";
1657
1691
  reqwest: "reqwest";
1692
+ config: "config";
1658
1693
  dashmap: "dashmap";
1659
1694
  "parking-lot": "parking-lot";
1660
1695
  secrecy: "secrecy";
@@ -2069,8 +2104,8 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2069
2104
  }>;
2070
2105
  elixirLibraries: z.ZodArray<z.ZodEnum<{
2071
2106
  none: "none";
2072
- broadway: "broadway";
2073
2107
  nx: "nx";
2108
+ broadway: "broadway";
2074
2109
  }>>;
2075
2110
  aiDocs: z.ZodArray<z.ZodEnum<{
2076
2111
  none: "none";
@@ -2081,54 +2116,55 @@ declare function getProjectConfigJsonSchema(): z.core.ZodStandardJSONSchemaPaylo
2081
2116
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
2082
2117
  id: z.ZodString;
2083
2118
  role: z.ZodEnum<{
2084
- frontend: "frontend";
2085
- backend: "backend";
2086
- mobile: "mobile";
2119
+ ai: "ai";
2087
2120
  database: "database";
2088
- api: "api";
2089
2121
  orm: "orm";
2090
2122
  auth: "auth";
2091
- runtime: "runtime";
2092
- deploy: "deploy";
2123
+ payments: "payments";
2124
+ frontend: "frontend";
2125
+ examples: "examples";
2093
2126
  dbSetup: "dbSetup";
2094
- realtime: "realtime";
2095
- navigation: "navigation";
2096
- caching: "caching";
2097
- observability: "observability";
2098
- email: "email";
2099
- search: "search";
2100
- fileStorage: "fileStorage";
2101
- jobQueue: "jobQueue";
2102
- rateLimit: "rateLimit";
2103
- testing: "testing";
2127
+ backend: "backend";
2128
+ runtime: "runtime";
2129
+ api: "api";
2130
+ effect: "effect";
2104
2131
  stateManagement: "stateManagement";
2105
2132
  forms: "forms";
2133
+ testing: "testing";
2134
+ email: "email";
2135
+ validation: "validation";
2136
+ realtime: "realtime";
2137
+ jobQueue: "jobQueue";
2106
2138
  animation: "animation";
2107
2139
  fileUpload: "fileUpload";
2108
- validation: "validation";
2109
- effect: "effect";
2110
- ui: "ui";
2111
- css: "css";
2112
- storage: "storage";
2113
- ai: "ai";
2114
- payments: "payments";
2115
2140
  logging: "logging";
2141
+ observability: "observability";
2116
2142
  featureFlags: "featureFlags";
2117
2143
  analytics: "analytics";
2118
2144
  cms: "cms";
2145
+ caching: "caching";
2146
+ rateLimit: "rateLimit";
2119
2147
  i18n: "i18n";
2148
+ search: "search";
2149
+ vectorDb: "vectorDb";
2150
+ fileStorage: "fileStorage";
2151
+ config: "config";
2152
+ mobile: "mobile";
2153
+ deploy: "deploy";
2154
+ navigation: "navigation";
2155
+ ui: "ui";
2156
+ css: "css";
2157
+ storage: "storage";
2120
2158
  documentation: "documentation";
2121
2159
  codeQuality: "codeQuality";
2122
2160
  appPlatform: "appPlatform";
2123
2161
  dataFetching: "dataFetching";
2124
2162
  workspaceTooling: "workspaceTooling";
2125
- examples: "examples";
2126
2163
  buildTool: "buildTool";
2127
2164
  cli: "cli";
2128
2165
  errorHandling: "errorHandling";
2129
2166
  httpClient: "httpClient";
2130
2167
  libraries: "libraries";
2131
- config: "config";
2132
2168
  templating: "templating";
2133
2169
  }>;
2134
2170
  toolId: z.ZodString;
@@ -2242,6 +2278,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2242
2278
  mcp: "mcp";
2243
2279
  skills: "skills";
2244
2280
  turborepo: "turborepo";
2281
+ nx: "nx";
2245
2282
  fumadocs: "fumadocs";
2246
2283
  ultracite: "ultracite";
2247
2284
  oxlint: "oxlint";
@@ -2256,11 +2293,13 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2256
2293
  "tanstack-db": "tanstack-db";
2257
2294
  "tanstack-pacer": "tanstack-pacer";
2258
2295
  "backend-utils": "backend-utils";
2296
+ devcontainer: "devcontainer";
2259
2297
  "docker-compose": "docker-compose";
2298
+ "github-actions": "github-actions";
2260
2299
  }>>;
2261
2300
  examples: z.ZodArray<z.ZodEnum<{
2262
- ai: "ai";
2263
2301
  none: "none";
2302
+ ai: "ai";
2264
2303
  "chat-sdk": "chat-sdk";
2265
2304
  "tanstack-showcase": "tanstack-showcase";
2266
2305
  }>>;
@@ -2315,6 +2354,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2315
2354
  "ts-rest": "ts-rest";
2316
2355
  garph: "garph";
2317
2356
  "graphql-yoga": "graphql-yoga";
2357
+ "apollo-server": "apollo-server";
2358
+ openapi: "openapi";
2318
2359
  }>;
2319
2360
  webDeploy: z.ZodEnum<{
2320
2361
  none: "none";
@@ -2360,8 +2401,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2360
2401
  "ai-cli": "ai-cli";
2361
2402
  }>;
2362
2403
  effect: z.ZodEnum<{
2363
- effect: "effect";
2364
2404
  none: "none";
2405
+ effect: "effect";
2365
2406
  "effect-full": "effect-full";
2366
2407
  }>;
2367
2408
  stateManagement: z.ZodEnum<{
@@ -2494,8 +2535,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2494
2535
  "geist-mono": "geist-mono";
2495
2536
  }>>;
2496
2537
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
2497
- default: "default";
2498
2538
  none: "none";
2539
+ default: "default";
2499
2540
  small: "small";
2500
2541
  medium: "medium";
2501
2542
  large: "large";
@@ -2575,6 +2616,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2575
2616
  strapi: "strapi";
2576
2617
  tinacms: "tinacms";
2577
2618
  directus: "directus";
2619
+ keystatic: "keystatic";
2578
2620
  }>;
2579
2621
  caching: z.ZodEnum<{
2580
2622
  none: "none";
@@ -2587,6 +2629,7 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2587
2629
  }>;
2588
2630
  i18n: z.ZodEnum<{
2589
2631
  none: "none";
2632
+ paraglide: "paraglide";
2590
2633
  i18next: "i18next";
2591
2634
  "next-intl": "next-intl";
2592
2635
  }>;
@@ -2595,8 +2638,16 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2595
2638
  meilisearch: "meilisearch";
2596
2639
  typesense: "typesense";
2597
2640
  elasticsearch: "elasticsearch";
2641
+ opensearch: "opensearch";
2598
2642
  algolia: "algolia";
2599
2643
  }>;
2644
+ vectorDb: z.ZodEnum<{
2645
+ none: "none";
2646
+ pgvector: "pgvector";
2647
+ qdrant: "qdrant";
2648
+ chroma: "chroma";
2649
+ pinecone: "pinecone";
2650
+ }>;
2600
2651
  fileStorage: z.ZodEnum<{
2601
2652
  none: "none";
2602
2653
  s3: "s3";
@@ -2610,9 +2661,9 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2610
2661
  }>;
2611
2662
  mobileUI: z.ZodEnum<{
2612
2663
  none: "none";
2664
+ uniwind: "uniwind";
2613
2665
  tamagui: "tamagui";
2614
2666
  "gluestack-ui": "gluestack-ui";
2615
- uniwind: "uniwind";
2616
2667
  unistyles: "unistyles";
2617
2668
  }>;
2618
2669
  mobileStorage: z.ZodEnum<{
@@ -2665,12 +2716,12 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
2665
2716
  ratatui: "ratatui";
2666
2717
  }>;
2667
2718
  rustLibraries: z.ZodArray<z.ZodEnum<{
2668
- config: "config";
2669
2719
  none: "none";
2670
2720
  serde: "serde";
2671
2721
  uuid: "uuid";
2672
2722
  chrono: "chrono";
2673
2723
  reqwest: "reqwest";
2724
+ config: "config";
2674
2725
  dashmap: "dashmap";
2675
2726
  "parking-lot": "parking-lot";
2676
2727
  secrecy: "secrecy";
@@ -3085,8 +3136,8 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3085
3136
  }>;
3086
3137
  elixirLibraries: z.ZodArray<z.ZodEnum<{
3087
3138
  none: "none";
3088
- broadway: "broadway";
3089
3139
  nx: "nx";
3140
+ broadway: "broadway";
3090
3141
  }>>;
3091
3142
  aiDocs: z.ZodArray<z.ZodEnum<{
3092
3143
  none: "none";
@@ -3097,54 +3148,55 @@ declare function getBetterTStackConfigJsonSchema(): z.core.ZodStandardJSONSchema
3097
3148
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
3098
3149
  id: z.ZodString;
3099
3150
  role: z.ZodEnum<{
3100
- frontend: "frontend";
3101
- backend: "backend";
3102
- mobile: "mobile";
3151
+ ai: "ai";
3103
3152
  database: "database";
3104
- api: "api";
3105
3153
  orm: "orm";
3106
3154
  auth: "auth";
3107
- runtime: "runtime";
3108
- deploy: "deploy";
3155
+ payments: "payments";
3156
+ frontend: "frontend";
3157
+ examples: "examples";
3109
3158
  dbSetup: "dbSetup";
3110
- realtime: "realtime";
3111
- navigation: "navigation";
3112
- caching: "caching";
3113
- observability: "observability";
3114
- email: "email";
3115
- search: "search";
3116
- fileStorage: "fileStorage";
3117
- jobQueue: "jobQueue";
3118
- rateLimit: "rateLimit";
3119
- testing: "testing";
3159
+ backend: "backend";
3160
+ runtime: "runtime";
3161
+ api: "api";
3162
+ effect: "effect";
3120
3163
  stateManagement: "stateManagement";
3121
3164
  forms: "forms";
3165
+ testing: "testing";
3166
+ email: "email";
3167
+ validation: "validation";
3168
+ realtime: "realtime";
3169
+ jobQueue: "jobQueue";
3122
3170
  animation: "animation";
3123
3171
  fileUpload: "fileUpload";
3124
- validation: "validation";
3125
- effect: "effect";
3126
- ui: "ui";
3127
- css: "css";
3128
- storage: "storage";
3129
- ai: "ai";
3130
- payments: "payments";
3131
3172
  logging: "logging";
3173
+ observability: "observability";
3132
3174
  featureFlags: "featureFlags";
3133
3175
  analytics: "analytics";
3134
3176
  cms: "cms";
3177
+ caching: "caching";
3178
+ rateLimit: "rateLimit";
3135
3179
  i18n: "i18n";
3180
+ search: "search";
3181
+ vectorDb: "vectorDb";
3182
+ fileStorage: "fileStorage";
3183
+ config: "config";
3184
+ mobile: "mobile";
3185
+ deploy: "deploy";
3186
+ navigation: "navigation";
3187
+ ui: "ui";
3188
+ css: "css";
3189
+ storage: "storage";
3136
3190
  documentation: "documentation";
3137
3191
  codeQuality: "codeQuality";
3138
3192
  appPlatform: "appPlatform";
3139
3193
  dataFetching: "dataFetching";
3140
3194
  workspaceTooling: "workspaceTooling";
3141
- examples: "examples";
3142
3195
  buildTool: "buildTool";
3143
3196
  cli: "cli";
3144
3197
  errorHandling: "errorHandling";
3145
3198
  httpClient: "httpClient";
3146
3199
  libraries: "libraries";
3147
- config: "config";
3148
3200
  templating: "templating";
3149
3201
  }>;
3150
3202
  toolId: z.ZodString;
@@ -3258,6 +3310,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3258
3310
  mcp: "mcp";
3259
3311
  skills: "skills";
3260
3312
  turborepo: "turborepo";
3313
+ nx: "nx";
3261
3314
  fumadocs: "fumadocs";
3262
3315
  ultracite: "ultracite";
3263
3316
  oxlint: "oxlint";
@@ -3272,11 +3325,13 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3272
3325
  "tanstack-db": "tanstack-db";
3273
3326
  "tanstack-pacer": "tanstack-pacer";
3274
3327
  "backend-utils": "backend-utils";
3328
+ devcontainer: "devcontainer";
3275
3329
  "docker-compose": "docker-compose";
3330
+ "github-actions": "github-actions";
3276
3331
  }>>;
3277
3332
  examples: z.ZodArray<z.ZodEnum<{
3278
- ai: "ai";
3279
3333
  none: "none";
3334
+ ai: "ai";
3280
3335
  "chat-sdk": "chat-sdk";
3281
3336
  "tanstack-showcase": "tanstack-showcase";
3282
3337
  }>>;
@@ -3331,6 +3386,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3331
3386
  "ts-rest": "ts-rest";
3332
3387
  garph: "garph";
3333
3388
  "graphql-yoga": "graphql-yoga";
3389
+ "apollo-server": "apollo-server";
3390
+ openapi: "openapi";
3334
3391
  }>;
3335
3392
  webDeploy: z.ZodEnum<{
3336
3393
  none: "none";
@@ -3376,8 +3433,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3376
3433
  "ai-cli": "ai-cli";
3377
3434
  }>;
3378
3435
  effect: z.ZodEnum<{
3379
- effect: "effect";
3380
3436
  none: "none";
3437
+ effect: "effect";
3381
3438
  "effect-full": "effect-full";
3382
3439
  }>;
3383
3440
  stateManagement: z.ZodEnum<{
@@ -3510,8 +3567,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3510
3567
  "geist-mono": "geist-mono";
3511
3568
  }>>;
3512
3569
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
3513
- default: "default";
3514
3570
  none: "none";
3571
+ default: "default";
3515
3572
  small: "small";
3516
3573
  medium: "medium";
3517
3574
  large: "large";
@@ -3591,6 +3648,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3591
3648
  strapi: "strapi";
3592
3649
  tinacms: "tinacms";
3593
3650
  directus: "directus";
3651
+ keystatic: "keystatic";
3594
3652
  }>;
3595
3653
  caching: z.ZodEnum<{
3596
3654
  none: "none";
@@ -3603,6 +3661,7 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3603
3661
  }>;
3604
3662
  i18n: z.ZodEnum<{
3605
3663
  none: "none";
3664
+ paraglide: "paraglide";
3606
3665
  i18next: "i18next";
3607
3666
  "next-intl": "next-intl";
3608
3667
  }>;
@@ -3611,8 +3670,16 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3611
3670
  meilisearch: "meilisearch";
3612
3671
  typesense: "typesense";
3613
3672
  elasticsearch: "elasticsearch";
3673
+ opensearch: "opensearch";
3614
3674
  algolia: "algolia";
3615
3675
  }>;
3676
+ vectorDb: z.ZodEnum<{
3677
+ none: "none";
3678
+ pgvector: "pgvector";
3679
+ qdrant: "qdrant";
3680
+ chroma: "chroma";
3681
+ pinecone: "pinecone";
3682
+ }>;
3616
3683
  fileStorage: z.ZodEnum<{
3617
3684
  none: "none";
3618
3685
  s3: "s3";
@@ -3626,9 +3693,9 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3626
3693
  }>;
3627
3694
  mobileUI: z.ZodEnum<{
3628
3695
  none: "none";
3696
+ uniwind: "uniwind";
3629
3697
  tamagui: "tamagui";
3630
3698
  "gluestack-ui": "gluestack-ui";
3631
- uniwind: "uniwind";
3632
3699
  unistyles: "unistyles";
3633
3700
  }>;
3634
3701
  mobileStorage: z.ZodEnum<{
@@ -3681,12 +3748,12 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
3681
3748
  ratatui: "ratatui";
3682
3749
  }>;
3683
3750
  rustLibraries: z.ZodArray<z.ZodEnum<{
3684
- config: "config";
3685
3751
  none: "none";
3686
3752
  serde: "serde";
3687
3753
  uuid: "uuid";
3688
3754
  chrono: "chrono";
3689
3755
  reqwest: "reqwest";
3756
+ config: "config";
3690
3757
  dashmap: "dashmap";
3691
3758
  "parking-lot": "parking-lot";
3692
3759
  secrecy: "secrecy";
@@ -4101,8 +4168,8 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4101
4168
  }>;
4102
4169
  elixirLibraries: z.ZodArray<z.ZodEnum<{
4103
4170
  none: "none";
4104
- broadway: "broadway";
4105
4171
  nx: "nx";
4172
+ broadway: "broadway";
4106
4173
  }>>;
4107
4174
  aiDocs: z.ZodArray<z.ZodEnum<{
4108
4175
  none: "none";
@@ -4113,54 +4180,55 @@ declare function getBetterFullstackConfigJsonSchema(): z.core.ZodStandardJSONSch
4113
4180
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
4114
4181
  id: z.ZodString;
4115
4182
  role: z.ZodEnum<{
4116
- frontend: "frontend";
4117
- backend: "backend";
4118
- mobile: "mobile";
4183
+ ai: "ai";
4119
4184
  database: "database";
4120
- api: "api";
4121
4185
  orm: "orm";
4122
4186
  auth: "auth";
4123
- runtime: "runtime";
4124
- deploy: "deploy";
4187
+ payments: "payments";
4188
+ frontend: "frontend";
4189
+ examples: "examples";
4125
4190
  dbSetup: "dbSetup";
4126
- realtime: "realtime";
4127
- navigation: "navigation";
4128
- caching: "caching";
4129
- observability: "observability";
4130
- email: "email";
4131
- search: "search";
4132
- fileStorage: "fileStorage";
4133
- jobQueue: "jobQueue";
4134
- rateLimit: "rateLimit";
4135
- testing: "testing";
4191
+ backend: "backend";
4192
+ runtime: "runtime";
4193
+ api: "api";
4194
+ effect: "effect";
4136
4195
  stateManagement: "stateManagement";
4137
4196
  forms: "forms";
4197
+ testing: "testing";
4198
+ email: "email";
4199
+ validation: "validation";
4200
+ realtime: "realtime";
4201
+ jobQueue: "jobQueue";
4138
4202
  animation: "animation";
4139
4203
  fileUpload: "fileUpload";
4140
- validation: "validation";
4141
- effect: "effect";
4142
- ui: "ui";
4143
- css: "css";
4144
- storage: "storage";
4145
- ai: "ai";
4146
- payments: "payments";
4147
4204
  logging: "logging";
4205
+ observability: "observability";
4148
4206
  featureFlags: "featureFlags";
4149
4207
  analytics: "analytics";
4150
4208
  cms: "cms";
4209
+ caching: "caching";
4210
+ rateLimit: "rateLimit";
4151
4211
  i18n: "i18n";
4212
+ search: "search";
4213
+ vectorDb: "vectorDb";
4214
+ fileStorage: "fileStorage";
4215
+ config: "config";
4216
+ mobile: "mobile";
4217
+ deploy: "deploy";
4218
+ navigation: "navigation";
4219
+ ui: "ui";
4220
+ css: "css";
4221
+ storage: "storage";
4152
4222
  documentation: "documentation";
4153
4223
  codeQuality: "codeQuality";
4154
4224
  appPlatform: "appPlatform";
4155
4225
  dataFetching: "dataFetching";
4156
4226
  workspaceTooling: "workspaceTooling";
4157
- examples: "examples";
4158
4227
  buildTool: "buildTool";
4159
4228
  cli: "cli";
4160
4229
  errorHandling: "errorHandling";
4161
4230
  httpClient: "httpClient";
4162
4231
  libraries: "libraries";
4163
- config: "config";
4164
4232
  templating: "templating";
4165
4233
  }>;
4166
4234
  toolId: z.ZodString;
@@ -4275,6 +4343,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4275
4343
  mcp: "mcp";
4276
4344
  skills: "skills";
4277
4345
  turborepo: "turborepo";
4346
+ nx: "nx";
4278
4347
  fumadocs: "fumadocs";
4279
4348
  ultracite: "ultracite";
4280
4349
  oxlint: "oxlint";
@@ -4289,11 +4358,13 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4289
4358
  "tanstack-db": "tanstack-db";
4290
4359
  "tanstack-pacer": "tanstack-pacer";
4291
4360
  "backend-utils": "backend-utils";
4361
+ devcontainer: "devcontainer";
4292
4362
  "docker-compose": "docker-compose";
4363
+ "github-actions": "github-actions";
4293
4364
  }>>;
4294
4365
  examples: z.ZodArray<z.ZodEnum<{
4295
- ai: "ai";
4296
4366
  none: "none";
4367
+ ai: "ai";
4297
4368
  "chat-sdk": "chat-sdk";
4298
4369
  "tanstack-showcase": "tanstack-showcase";
4299
4370
  }>>;
@@ -4350,6 +4421,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4350
4421
  "ts-rest": "ts-rest";
4351
4422
  garph: "garph";
4352
4423
  "graphql-yoga": "graphql-yoga";
4424
+ "apollo-server": "apollo-server";
4425
+ openapi: "openapi";
4353
4426
  }>;
4354
4427
  webDeploy: z.ZodEnum<{
4355
4428
  none: "none";
@@ -4395,8 +4468,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4395
4468
  "ai-cli": "ai-cli";
4396
4469
  }>;
4397
4470
  effect: z.ZodEnum<{
4398
- effect: "effect";
4399
4471
  none: "none";
4472
+ effect: "effect";
4400
4473
  "effect-full": "effect-full";
4401
4474
  }>;
4402
4475
  stateManagement: z.ZodEnum<{
@@ -4529,8 +4602,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4529
4602
  "geist-mono": "geist-mono";
4530
4603
  }>>;
4531
4604
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
4532
- default: "default";
4533
4605
  none: "none";
4606
+ default: "default";
4534
4607
  small: "small";
4535
4608
  medium: "medium";
4536
4609
  large: "large";
@@ -4610,6 +4683,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4610
4683
  strapi: "strapi";
4611
4684
  tinacms: "tinacms";
4612
4685
  directus: "directus";
4686
+ keystatic: "keystatic";
4613
4687
  }>;
4614
4688
  caching: z.ZodEnum<{
4615
4689
  none: "none";
@@ -4622,6 +4696,7 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4622
4696
  }>;
4623
4697
  i18n: z.ZodEnum<{
4624
4698
  none: "none";
4699
+ paraglide: "paraglide";
4625
4700
  i18next: "i18next";
4626
4701
  "next-intl": "next-intl";
4627
4702
  }>;
@@ -4630,8 +4705,16 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4630
4705
  meilisearch: "meilisearch";
4631
4706
  typesense: "typesense";
4632
4707
  elasticsearch: "elasticsearch";
4708
+ opensearch: "opensearch";
4633
4709
  algolia: "algolia";
4634
4710
  }>;
4711
+ vectorDb: z.ZodEnum<{
4712
+ none: "none";
4713
+ pgvector: "pgvector";
4714
+ qdrant: "qdrant";
4715
+ chroma: "chroma";
4716
+ pinecone: "pinecone";
4717
+ }>;
4635
4718
  fileStorage: z.ZodEnum<{
4636
4719
  none: "none";
4637
4720
  s3: "s3";
@@ -4645,9 +4728,9 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4645
4728
  }>;
4646
4729
  mobileUI: z.ZodEnum<{
4647
4730
  none: "none";
4731
+ uniwind: "uniwind";
4648
4732
  tamagui: "tamagui";
4649
4733
  "gluestack-ui": "gluestack-ui";
4650
- uniwind: "uniwind";
4651
4734
  unistyles: "unistyles";
4652
4735
  }>;
4653
4736
  mobileStorage: z.ZodEnum<{
@@ -4700,12 +4783,12 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
4700
4783
  ratatui: "ratatui";
4701
4784
  }>;
4702
4785
  rustLibraries: z.ZodArray<z.ZodEnum<{
4703
- config: "config";
4704
4786
  none: "none";
4705
4787
  serde: "serde";
4706
4788
  uuid: "uuid";
4707
4789
  chrono: "chrono";
4708
4790
  reqwest: "reqwest";
4791
+ config: "config";
4709
4792
  dashmap: "dashmap";
4710
4793
  "parking-lot": "parking-lot";
4711
4794
  secrecy: "secrecy";
@@ -5120,8 +5203,8 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5120
5203
  }>;
5121
5204
  elixirLibraries: z.ZodArray<z.ZodEnum<{
5122
5205
  none: "none";
5123
- broadway: "broadway";
5124
5206
  nx: "nx";
5207
+ broadway: "broadway";
5125
5208
  }>>;
5126
5209
  aiDocs: z.ZodArray<z.ZodEnum<{
5127
5210
  none: "none";
@@ -5132,54 +5215,55 @@ declare function getInitResultJsonSchema(): z.core.ZodStandardJSONSchemaPayload<
5132
5215
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
5133
5216
  id: z.ZodString;
5134
5217
  role: z.ZodEnum<{
5135
- frontend: "frontend";
5136
- backend: "backend";
5137
- mobile: "mobile";
5218
+ ai: "ai";
5138
5219
  database: "database";
5139
- api: "api";
5140
5220
  orm: "orm";
5141
5221
  auth: "auth";
5142
- runtime: "runtime";
5143
- deploy: "deploy";
5222
+ payments: "payments";
5223
+ frontend: "frontend";
5224
+ examples: "examples";
5144
5225
  dbSetup: "dbSetup";
5145
- realtime: "realtime";
5146
- navigation: "navigation";
5147
- caching: "caching";
5148
- observability: "observability";
5226
+ backend: "backend";
5227
+ runtime: "runtime";
5228
+ api: "api";
5229
+ effect: "effect";
5230
+ stateManagement: "stateManagement";
5231
+ forms: "forms";
5232
+ testing: "testing";
5149
5233
  email: "email";
5150
- search: "search";
5151
- fileStorage: "fileStorage";
5234
+ validation: "validation";
5235
+ realtime: "realtime";
5152
5236
  jobQueue: "jobQueue";
5153
- rateLimit: "rateLimit";
5154
- testing: "testing";
5155
- stateManagement: "stateManagement";
5156
- forms: "forms";
5157
5237
  animation: "animation";
5158
5238
  fileUpload: "fileUpload";
5159
- validation: "validation";
5160
- effect: "effect";
5161
- ui: "ui";
5162
- css: "css";
5163
- storage: "storage";
5164
- ai: "ai";
5165
- payments: "payments";
5166
5239
  logging: "logging";
5240
+ observability: "observability";
5167
5241
  featureFlags: "featureFlags";
5168
5242
  analytics: "analytics";
5169
5243
  cms: "cms";
5244
+ caching: "caching";
5245
+ rateLimit: "rateLimit";
5170
5246
  i18n: "i18n";
5247
+ search: "search";
5248
+ vectorDb: "vectorDb";
5249
+ fileStorage: "fileStorage";
5250
+ config: "config";
5251
+ mobile: "mobile";
5252
+ deploy: "deploy";
5253
+ navigation: "navigation";
5254
+ ui: "ui";
5255
+ css: "css";
5256
+ storage: "storage";
5171
5257
  documentation: "documentation";
5172
5258
  codeQuality: "codeQuality";
5173
5259
  appPlatform: "appPlatform";
5174
5260
  dataFetching: "dataFetching";
5175
5261
  workspaceTooling: "workspaceTooling";
5176
- examples: "examples";
5177
5262
  buildTool: "buildTool";
5178
5263
  cli: "cli";
5179
5264
  errorHandling: "errorHandling";
5180
5265
  httpClient: "httpClient";
5181
5266
  libraries: "libraries";
5182
- config: "config";
5183
5267
  templating: "templating";
5184
5268
  }>;
5185
5269
  toolId: z.ZodString;
@@ -5427,6 +5511,7 @@ declare function getAllJsonSchemas(): {
5427
5511
  mcp: "mcp";
5428
5512
  skills: "skills";
5429
5513
  turborepo: "turborepo";
5514
+ nx: "nx";
5430
5515
  fumadocs: "fumadocs";
5431
5516
  ultracite: "ultracite";
5432
5517
  oxlint: "oxlint";
@@ -5441,11 +5526,13 @@ declare function getAllJsonSchemas(): {
5441
5526
  "tanstack-db": "tanstack-db";
5442
5527
  "tanstack-pacer": "tanstack-pacer";
5443
5528
  "backend-utils": "backend-utils";
5529
+ devcontainer: "devcontainer";
5444
5530
  "docker-compose": "docker-compose";
5531
+ "github-actions": "github-actions";
5445
5532
  }>>;
5446
5533
  examples: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
5447
- ai: "ai";
5448
5534
  none: "none";
5535
+ ai: "ai";
5449
5536
  "chat-sdk": "chat-sdk";
5450
5537
  "tanstack-showcase": "tanstack-showcase";
5451
5538
  }>>;
@@ -5474,6 +5561,8 @@ declare function getAllJsonSchemas(): {
5474
5561
  "ts-rest": "ts-rest";
5475
5562
  garph: "garph";
5476
5563
  "graphql-yoga": "graphql-yoga";
5564
+ "apollo-server": "apollo-server";
5565
+ openapi: "openapi";
5477
5566
  }>>;
5478
5567
  auth: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
5479
5568
  none: "none";
@@ -5519,17 +5608,17 @@ declare function getAllJsonSchemas(): {
5519
5608
  vercel: "vercel";
5520
5609
  }>>;
5521
5610
  directoryConflict: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
5522
- error: "error";
5523
5611
  merge: "merge";
5524
5612
  overwrite: "overwrite";
5525
5613
  increment: "increment";
5614
+ error: "error";
5526
5615
  }>>;
5527
5616
  template: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
5528
5617
  none: "none";
5529
- uniwind: "uniwind";
5530
5618
  mern: "mern";
5531
5619
  pern: "pern";
5532
5620
  t3: "t3";
5621
+ uniwind: "uniwind";
5533
5622
  }>>;
5534
5623
  javaWebFramework: z.core.ZodStandardJSONSchemaPayload<z.ZodEnum<{
5535
5624
  none: "none";
@@ -5672,10 +5761,10 @@ declare function getAllJsonSchemas(): {
5672
5761
  projectName: z.ZodOptional<z.ZodString>;
5673
5762
  template: z.ZodOptional<z.ZodEnum<{
5674
5763
  none: "none";
5675
- uniwind: "uniwind";
5676
5764
  mern: "mern";
5677
5765
  pern: "pern";
5678
5766
  t3: "t3";
5767
+ uniwind: "uniwind";
5679
5768
  }>>;
5680
5769
  yes: z.ZodOptional<z.ZodBoolean>;
5681
5770
  yolo: z.ZodOptional<z.ZodBoolean>;
@@ -5765,6 +5854,7 @@ declare function getAllJsonSchemas(): {
5765
5854
  mcp: "mcp";
5766
5855
  skills: "skills";
5767
5856
  turborepo: "turborepo";
5857
+ nx: "nx";
5768
5858
  fumadocs: "fumadocs";
5769
5859
  ultracite: "ultracite";
5770
5860
  oxlint: "oxlint";
@@ -5779,11 +5869,13 @@ declare function getAllJsonSchemas(): {
5779
5869
  "tanstack-db": "tanstack-db";
5780
5870
  "tanstack-pacer": "tanstack-pacer";
5781
5871
  "backend-utils": "backend-utils";
5872
+ devcontainer: "devcontainer";
5782
5873
  "docker-compose": "docker-compose";
5874
+ "github-actions": "github-actions";
5783
5875
  }>>>;
5784
5876
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
5785
- ai: "ai";
5786
5877
  none: "none";
5878
+ ai: "ai";
5787
5879
  "chat-sdk": "chat-sdk";
5788
5880
  "tanstack-showcase": "tanstack-showcase";
5789
5881
  }>>>;
@@ -5839,6 +5931,8 @@ declare function getAllJsonSchemas(): {
5839
5931
  "ts-rest": "ts-rest";
5840
5932
  garph: "garph";
5841
5933
  "graphql-yoga": "graphql-yoga";
5934
+ "apollo-server": "apollo-server";
5935
+ openapi: "openapi";
5842
5936
  }>>;
5843
5937
  webDeploy: z.ZodOptional<z.ZodEnum<{
5844
5938
  none: "none";
@@ -5863,10 +5957,10 @@ declare function getAllJsonSchemas(): {
5863
5957
  vercel: "vercel";
5864
5958
  }>>;
5865
5959
  directoryConflict: z.ZodOptional<z.ZodEnum<{
5866
- error: "error";
5867
5960
  merge: "merge";
5868
5961
  overwrite: "overwrite";
5869
5962
  increment: "increment";
5963
+ error: "error";
5870
5964
  }>>;
5871
5965
  renderTitle: z.ZodOptional<z.ZodBoolean>;
5872
5966
  disableAnalytics: z.ZodOptional<z.ZodBoolean>;
@@ -5893,8 +5987,8 @@ declare function getAllJsonSchemas(): {
5893
5987
  "ai-cli": "ai-cli";
5894
5988
  }>>;
5895
5989
  effect: z.ZodOptional<z.ZodEnum<{
5896
- effect: "effect";
5897
5990
  none: "none";
5991
+ effect: "effect";
5898
5992
  "effect-full": "effect-full";
5899
5993
  }>>;
5900
5994
  stateManagement: z.ZodOptional<z.ZodEnum<{
@@ -6027,8 +6121,8 @@ declare function getAllJsonSchemas(): {
6027
6121
  "geist-mono": "geist-mono";
6028
6122
  }>>;
6029
6123
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6030
- default: "default";
6031
6124
  none: "none";
6125
+ default: "default";
6032
6126
  small: "small";
6033
6127
  medium: "medium";
6034
6128
  large: "large";
@@ -6108,6 +6202,7 @@ declare function getAllJsonSchemas(): {
6108
6202
  strapi: "strapi";
6109
6203
  tinacms: "tinacms";
6110
6204
  directus: "directus";
6205
+ keystatic: "keystatic";
6111
6206
  }>>;
6112
6207
  caching: z.ZodOptional<z.ZodEnum<{
6113
6208
  none: "none";
@@ -6120,6 +6215,7 @@ declare function getAllJsonSchemas(): {
6120
6215
  }>>;
6121
6216
  i18n: z.ZodOptional<z.ZodEnum<{
6122
6217
  none: "none";
6218
+ paraglide: "paraglide";
6123
6219
  i18next: "i18next";
6124
6220
  "next-intl": "next-intl";
6125
6221
  }>>;
@@ -6128,8 +6224,16 @@ declare function getAllJsonSchemas(): {
6128
6224
  meilisearch: "meilisearch";
6129
6225
  typesense: "typesense";
6130
6226
  elasticsearch: "elasticsearch";
6227
+ opensearch: "opensearch";
6131
6228
  algolia: "algolia";
6132
6229
  }>>;
6230
+ vectorDb: z.ZodOptional<z.ZodEnum<{
6231
+ none: "none";
6232
+ pgvector: "pgvector";
6233
+ qdrant: "qdrant";
6234
+ chroma: "chroma";
6235
+ pinecone: "pinecone";
6236
+ }>>;
6133
6237
  fileStorage: z.ZodOptional<z.ZodEnum<{
6134
6238
  none: "none";
6135
6239
  s3: "s3";
@@ -6143,9 +6247,9 @@ declare function getAllJsonSchemas(): {
6143
6247
  }>>;
6144
6248
  mobileUI: z.ZodOptional<z.ZodEnum<{
6145
6249
  none: "none";
6250
+ uniwind: "uniwind";
6146
6251
  tamagui: "tamagui";
6147
6252
  "gluestack-ui": "gluestack-ui";
6148
- uniwind: "uniwind";
6149
6253
  unistyles: "unistyles";
6150
6254
  }>>;
6151
6255
  mobileStorage: z.ZodOptional<z.ZodEnum<{
@@ -6198,12 +6302,12 @@ declare function getAllJsonSchemas(): {
6198
6302
  ratatui: "ratatui";
6199
6303
  }>>;
6200
6304
  rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
6201
- config: "config";
6202
6305
  none: "none";
6203
6306
  serde: "serde";
6204
6307
  uuid: "uuid";
6205
6308
  chrono: "chrono";
6206
6309
  reqwest: "reqwest";
6310
+ config: "config";
6207
6311
  dashmap: "dashmap";
6208
6312
  "parking-lot": "parking-lot";
6209
6313
  secrecy: "secrecy";
@@ -6618,8 +6722,8 @@ declare function getAllJsonSchemas(): {
6618
6722
  }>>;
6619
6723
  elixirLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
6620
6724
  none: "none";
6621
- broadway: "broadway";
6622
6725
  nx: "nx";
6726
+ broadway: "broadway";
6623
6727
  }>>>;
6624
6728
  aiDocs: z.ZodOptional<z.ZodArray<z.ZodEnum<{
6625
6729
  none: "none";
@@ -6715,6 +6819,7 @@ declare function getAllJsonSchemas(): {
6715
6819
  mcp: "mcp";
6716
6820
  skills: "skills";
6717
6821
  turborepo: "turborepo";
6822
+ nx: "nx";
6718
6823
  fumadocs: "fumadocs";
6719
6824
  ultracite: "ultracite";
6720
6825
  oxlint: "oxlint";
@@ -6729,11 +6834,13 @@ declare function getAllJsonSchemas(): {
6729
6834
  "tanstack-db": "tanstack-db";
6730
6835
  "tanstack-pacer": "tanstack-pacer";
6731
6836
  "backend-utils": "backend-utils";
6837
+ devcontainer: "devcontainer";
6732
6838
  "docker-compose": "docker-compose";
6839
+ "github-actions": "github-actions";
6733
6840
  }>>;
6734
6841
  examples: z.ZodArray<z.ZodEnum<{
6735
- ai: "ai";
6736
6842
  none: "none";
6843
+ ai: "ai";
6737
6844
  "chat-sdk": "chat-sdk";
6738
6845
  "tanstack-showcase": "tanstack-showcase";
6739
6846
  }>>;
@@ -6790,6 +6897,8 @@ declare function getAllJsonSchemas(): {
6790
6897
  "ts-rest": "ts-rest";
6791
6898
  garph: "garph";
6792
6899
  "graphql-yoga": "graphql-yoga";
6900
+ "apollo-server": "apollo-server";
6901
+ openapi: "openapi";
6793
6902
  }>;
6794
6903
  webDeploy: z.ZodEnum<{
6795
6904
  none: "none";
@@ -6835,8 +6944,8 @@ declare function getAllJsonSchemas(): {
6835
6944
  "ai-cli": "ai-cli";
6836
6945
  }>;
6837
6946
  effect: z.ZodEnum<{
6838
- effect: "effect";
6839
6947
  none: "none";
6948
+ effect: "effect";
6840
6949
  "effect-full": "effect-full";
6841
6950
  }>;
6842
6951
  stateManagement: z.ZodEnum<{
@@ -6969,8 +7078,8 @@ declare function getAllJsonSchemas(): {
6969
7078
  "geist-mono": "geist-mono";
6970
7079
  }>>;
6971
7080
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
6972
- default: "default";
6973
7081
  none: "none";
7082
+ default: "default";
6974
7083
  small: "small";
6975
7084
  medium: "medium";
6976
7085
  large: "large";
@@ -7050,6 +7159,7 @@ declare function getAllJsonSchemas(): {
7050
7159
  strapi: "strapi";
7051
7160
  tinacms: "tinacms";
7052
7161
  directus: "directus";
7162
+ keystatic: "keystatic";
7053
7163
  }>;
7054
7164
  caching: z.ZodEnum<{
7055
7165
  none: "none";
@@ -7062,6 +7172,7 @@ declare function getAllJsonSchemas(): {
7062
7172
  }>;
7063
7173
  i18n: z.ZodEnum<{
7064
7174
  none: "none";
7175
+ paraglide: "paraglide";
7065
7176
  i18next: "i18next";
7066
7177
  "next-intl": "next-intl";
7067
7178
  }>;
@@ -7070,8 +7181,16 @@ declare function getAllJsonSchemas(): {
7070
7181
  meilisearch: "meilisearch";
7071
7182
  typesense: "typesense";
7072
7183
  elasticsearch: "elasticsearch";
7184
+ opensearch: "opensearch";
7073
7185
  algolia: "algolia";
7074
7186
  }>;
7187
+ vectorDb: z.ZodEnum<{
7188
+ none: "none";
7189
+ pgvector: "pgvector";
7190
+ qdrant: "qdrant";
7191
+ chroma: "chroma";
7192
+ pinecone: "pinecone";
7193
+ }>;
7075
7194
  fileStorage: z.ZodEnum<{
7076
7195
  none: "none";
7077
7196
  s3: "s3";
@@ -7085,9 +7204,9 @@ declare function getAllJsonSchemas(): {
7085
7204
  }>;
7086
7205
  mobileUI: z.ZodEnum<{
7087
7206
  none: "none";
7207
+ uniwind: "uniwind";
7088
7208
  tamagui: "tamagui";
7089
7209
  "gluestack-ui": "gluestack-ui";
7090
- uniwind: "uniwind";
7091
7210
  unistyles: "unistyles";
7092
7211
  }>;
7093
7212
  mobileStorage: z.ZodEnum<{
@@ -7140,12 +7259,12 @@ declare function getAllJsonSchemas(): {
7140
7259
  ratatui: "ratatui";
7141
7260
  }>;
7142
7261
  rustLibraries: z.ZodArray<z.ZodEnum<{
7143
- config: "config";
7144
7262
  none: "none";
7145
7263
  serde: "serde";
7146
7264
  uuid: "uuid";
7147
7265
  chrono: "chrono";
7148
7266
  reqwest: "reqwest";
7267
+ config: "config";
7149
7268
  dashmap: "dashmap";
7150
7269
  "parking-lot": "parking-lot";
7151
7270
  secrecy: "secrecy";
@@ -7560,8 +7679,8 @@ declare function getAllJsonSchemas(): {
7560
7679
  }>;
7561
7680
  elixirLibraries: z.ZodArray<z.ZodEnum<{
7562
7681
  none: "none";
7563
- broadway: "broadway";
7564
7682
  nx: "nx";
7683
+ broadway: "broadway";
7565
7684
  }>>;
7566
7685
  aiDocs: z.ZodArray<z.ZodEnum<{
7567
7686
  none: "none";
@@ -7572,54 +7691,55 @@ declare function getAllJsonSchemas(): {
7572
7691
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
7573
7692
  id: z.ZodString;
7574
7693
  role: z.ZodEnum<{
7575
- frontend: "frontend";
7576
- backend: "backend";
7577
- mobile: "mobile";
7694
+ ai: "ai";
7578
7695
  database: "database";
7579
- api: "api";
7580
7696
  orm: "orm";
7581
7697
  auth: "auth";
7582
- runtime: "runtime";
7583
- deploy: "deploy";
7698
+ payments: "payments";
7699
+ frontend: "frontend";
7700
+ examples: "examples";
7584
7701
  dbSetup: "dbSetup";
7585
- realtime: "realtime";
7586
- navigation: "navigation";
7587
- caching: "caching";
7588
- observability: "observability";
7589
- email: "email";
7590
- search: "search";
7591
- fileStorage: "fileStorage";
7592
- jobQueue: "jobQueue";
7593
- rateLimit: "rateLimit";
7594
- testing: "testing";
7702
+ backend: "backend";
7703
+ runtime: "runtime";
7704
+ api: "api";
7705
+ effect: "effect";
7595
7706
  stateManagement: "stateManagement";
7596
7707
  forms: "forms";
7708
+ testing: "testing";
7709
+ email: "email";
7710
+ validation: "validation";
7711
+ realtime: "realtime";
7712
+ jobQueue: "jobQueue";
7597
7713
  animation: "animation";
7598
7714
  fileUpload: "fileUpload";
7599
- validation: "validation";
7600
- effect: "effect";
7601
- ui: "ui";
7602
- css: "css";
7603
- storage: "storage";
7604
- ai: "ai";
7605
- payments: "payments";
7606
7715
  logging: "logging";
7716
+ observability: "observability";
7607
7717
  featureFlags: "featureFlags";
7608
7718
  analytics: "analytics";
7609
7719
  cms: "cms";
7720
+ caching: "caching";
7721
+ rateLimit: "rateLimit";
7610
7722
  i18n: "i18n";
7723
+ search: "search";
7724
+ vectorDb: "vectorDb";
7725
+ fileStorage: "fileStorage";
7726
+ config: "config";
7727
+ mobile: "mobile";
7728
+ deploy: "deploy";
7729
+ navigation: "navigation";
7730
+ ui: "ui";
7731
+ css: "css";
7732
+ storage: "storage";
7611
7733
  documentation: "documentation";
7612
7734
  codeQuality: "codeQuality";
7613
7735
  appPlatform: "appPlatform";
7614
7736
  dataFetching: "dataFetching";
7615
7737
  workspaceTooling: "workspaceTooling";
7616
- examples: "examples";
7617
7738
  buildTool: "buildTool";
7618
7739
  cli: "cli";
7619
7740
  errorHandling: "errorHandling";
7620
7741
  httpClient: "httpClient";
7621
7742
  libraries: "libraries";
7622
- config: "config";
7623
7743
  templating: "templating";
7624
7744
  }>;
7625
7745
  toolId: z.ZodString;
@@ -7733,6 +7853,7 @@ declare function getAllJsonSchemas(): {
7733
7853
  mcp: "mcp";
7734
7854
  skills: "skills";
7735
7855
  turborepo: "turborepo";
7856
+ nx: "nx";
7736
7857
  fumadocs: "fumadocs";
7737
7858
  ultracite: "ultracite";
7738
7859
  oxlint: "oxlint";
@@ -7747,11 +7868,13 @@ declare function getAllJsonSchemas(): {
7747
7868
  "tanstack-db": "tanstack-db";
7748
7869
  "tanstack-pacer": "tanstack-pacer";
7749
7870
  "backend-utils": "backend-utils";
7871
+ devcontainer: "devcontainer";
7750
7872
  "docker-compose": "docker-compose";
7873
+ "github-actions": "github-actions";
7751
7874
  }>>;
7752
7875
  examples: z.ZodArray<z.ZodEnum<{
7753
- ai: "ai";
7754
7876
  none: "none";
7877
+ ai: "ai";
7755
7878
  "chat-sdk": "chat-sdk";
7756
7879
  "tanstack-showcase": "tanstack-showcase";
7757
7880
  }>>;
@@ -7806,6 +7929,8 @@ declare function getAllJsonSchemas(): {
7806
7929
  "ts-rest": "ts-rest";
7807
7930
  garph: "garph";
7808
7931
  "graphql-yoga": "graphql-yoga";
7932
+ "apollo-server": "apollo-server";
7933
+ openapi: "openapi";
7809
7934
  }>;
7810
7935
  webDeploy: z.ZodEnum<{
7811
7936
  none: "none";
@@ -7851,8 +7976,8 @@ declare function getAllJsonSchemas(): {
7851
7976
  "ai-cli": "ai-cli";
7852
7977
  }>;
7853
7978
  effect: z.ZodEnum<{
7854
- effect: "effect";
7855
7979
  none: "none";
7980
+ effect: "effect";
7856
7981
  "effect-full": "effect-full";
7857
7982
  }>;
7858
7983
  stateManagement: z.ZodEnum<{
@@ -7985,8 +8110,8 @@ declare function getAllJsonSchemas(): {
7985
8110
  "geist-mono": "geist-mono";
7986
8111
  }>>;
7987
8112
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
7988
- default: "default";
7989
8113
  none: "none";
8114
+ default: "default";
7990
8115
  small: "small";
7991
8116
  medium: "medium";
7992
8117
  large: "large";
@@ -8066,6 +8191,7 @@ declare function getAllJsonSchemas(): {
8066
8191
  strapi: "strapi";
8067
8192
  tinacms: "tinacms";
8068
8193
  directus: "directus";
8194
+ keystatic: "keystatic";
8069
8195
  }>;
8070
8196
  caching: z.ZodEnum<{
8071
8197
  none: "none";
@@ -8078,6 +8204,7 @@ declare function getAllJsonSchemas(): {
8078
8204
  }>;
8079
8205
  i18n: z.ZodEnum<{
8080
8206
  none: "none";
8207
+ paraglide: "paraglide";
8081
8208
  i18next: "i18next";
8082
8209
  "next-intl": "next-intl";
8083
8210
  }>;
@@ -8086,8 +8213,16 @@ declare function getAllJsonSchemas(): {
8086
8213
  meilisearch: "meilisearch";
8087
8214
  typesense: "typesense";
8088
8215
  elasticsearch: "elasticsearch";
8216
+ opensearch: "opensearch";
8089
8217
  algolia: "algolia";
8090
8218
  }>;
8219
+ vectorDb: z.ZodEnum<{
8220
+ none: "none";
8221
+ pgvector: "pgvector";
8222
+ qdrant: "qdrant";
8223
+ chroma: "chroma";
8224
+ pinecone: "pinecone";
8225
+ }>;
8091
8226
  fileStorage: z.ZodEnum<{
8092
8227
  none: "none";
8093
8228
  s3: "s3";
@@ -8101,9 +8236,9 @@ declare function getAllJsonSchemas(): {
8101
8236
  }>;
8102
8237
  mobileUI: z.ZodEnum<{
8103
8238
  none: "none";
8239
+ uniwind: "uniwind";
8104
8240
  tamagui: "tamagui";
8105
8241
  "gluestack-ui": "gluestack-ui";
8106
- uniwind: "uniwind";
8107
8242
  unistyles: "unistyles";
8108
8243
  }>;
8109
8244
  mobileStorage: z.ZodEnum<{
@@ -8156,12 +8291,12 @@ declare function getAllJsonSchemas(): {
8156
8291
  ratatui: "ratatui";
8157
8292
  }>;
8158
8293
  rustLibraries: z.ZodArray<z.ZodEnum<{
8159
- config: "config";
8160
8294
  none: "none";
8161
8295
  serde: "serde";
8162
8296
  uuid: "uuid";
8163
8297
  chrono: "chrono";
8164
8298
  reqwest: "reqwest";
8299
+ config: "config";
8165
8300
  dashmap: "dashmap";
8166
8301
  "parking-lot": "parking-lot";
8167
8302
  secrecy: "secrecy";
@@ -8576,8 +8711,8 @@ declare function getAllJsonSchemas(): {
8576
8711
  }>;
8577
8712
  elixirLibraries: z.ZodArray<z.ZodEnum<{
8578
8713
  none: "none";
8579
- broadway: "broadway";
8580
8714
  nx: "nx";
8715
+ broadway: "broadway";
8581
8716
  }>>;
8582
8717
  aiDocs: z.ZodArray<z.ZodEnum<{
8583
8718
  none: "none";
@@ -8588,54 +8723,55 @@ declare function getAllJsonSchemas(): {
8588
8723
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
8589
8724
  id: z.ZodString;
8590
8725
  role: z.ZodEnum<{
8591
- frontend: "frontend";
8592
- backend: "backend";
8593
- mobile: "mobile";
8726
+ ai: "ai";
8594
8727
  database: "database";
8595
- api: "api";
8596
8728
  orm: "orm";
8597
8729
  auth: "auth";
8598
- runtime: "runtime";
8599
- deploy: "deploy";
8730
+ payments: "payments";
8731
+ frontend: "frontend";
8732
+ examples: "examples";
8600
8733
  dbSetup: "dbSetup";
8601
- realtime: "realtime";
8602
- navigation: "navigation";
8603
- caching: "caching";
8604
- observability: "observability";
8605
- email: "email";
8606
- search: "search";
8607
- fileStorage: "fileStorage";
8608
- jobQueue: "jobQueue";
8609
- rateLimit: "rateLimit";
8610
- testing: "testing";
8734
+ backend: "backend";
8735
+ runtime: "runtime";
8736
+ api: "api";
8737
+ effect: "effect";
8611
8738
  stateManagement: "stateManagement";
8612
8739
  forms: "forms";
8740
+ testing: "testing";
8741
+ email: "email";
8742
+ validation: "validation";
8743
+ realtime: "realtime";
8744
+ jobQueue: "jobQueue";
8613
8745
  animation: "animation";
8614
8746
  fileUpload: "fileUpload";
8615
- validation: "validation";
8616
- effect: "effect";
8617
- ui: "ui";
8618
- css: "css";
8619
- storage: "storage";
8620
- ai: "ai";
8621
- payments: "payments";
8622
8747
  logging: "logging";
8748
+ observability: "observability";
8623
8749
  featureFlags: "featureFlags";
8624
8750
  analytics: "analytics";
8625
8751
  cms: "cms";
8752
+ caching: "caching";
8753
+ rateLimit: "rateLimit";
8626
8754
  i18n: "i18n";
8755
+ search: "search";
8756
+ vectorDb: "vectorDb";
8757
+ fileStorage: "fileStorage";
8758
+ config: "config";
8759
+ mobile: "mobile";
8760
+ deploy: "deploy";
8761
+ navigation: "navigation";
8762
+ ui: "ui";
8763
+ css: "css";
8764
+ storage: "storage";
8627
8765
  documentation: "documentation";
8628
8766
  codeQuality: "codeQuality";
8629
8767
  appPlatform: "appPlatform";
8630
8768
  dataFetching: "dataFetching";
8631
8769
  workspaceTooling: "workspaceTooling";
8632
- examples: "examples";
8633
8770
  buildTool: "buildTool";
8634
8771
  cli: "cli";
8635
8772
  errorHandling: "errorHandling";
8636
8773
  httpClient: "httpClient";
8637
8774
  libraries: "libraries";
8638
- config: "config";
8639
8775
  templating: "templating";
8640
8776
  }>;
8641
8777
  toolId: z.ZodString;
@@ -8749,6 +8885,7 @@ declare function getAllJsonSchemas(): {
8749
8885
  mcp: "mcp";
8750
8886
  skills: "skills";
8751
8887
  turborepo: "turborepo";
8888
+ nx: "nx";
8752
8889
  fumadocs: "fumadocs";
8753
8890
  ultracite: "ultracite";
8754
8891
  oxlint: "oxlint";
@@ -8763,11 +8900,13 @@ declare function getAllJsonSchemas(): {
8763
8900
  "tanstack-db": "tanstack-db";
8764
8901
  "tanstack-pacer": "tanstack-pacer";
8765
8902
  "backend-utils": "backend-utils";
8903
+ devcontainer: "devcontainer";
8766
8904
  "docker-compose": "docker-compose";
8905
+ "github-actions": "github-actions";
8767
8906
  }>>;
8768
8907
  examples: z.ZodArray<z.ZodEnum<{
8769
- ai: "ai";
8770
8908
  none: "none";
8909
+ ai: "ai";
8771
8910
  "chat-sdk": "chat-sdk";
8772
8911
  "tanstack-showcase": "tanstack-showcase";
8773
8912
  }>>;
@@ -8822,6 +8961,8 @@ declare function getAllJsonSchemas(): {
8822
8961
  "ts-rest": "ts-rest";
8823
8962
  garph: "garph";
8824
8963
  "graphql-yoga": "graphql-yoga";
8964
+ "apollo-server": "apollo-server";
8965
+ openapi: "openapi";
8825
8966
  }>;
8826
8967
  webDeploy: z.ZodEnum<{
8827
8968
  none: "none";
@@ -8867,8 +9008,8 @@ declare function getAllJsonSchemas(): {
8867
9008
  "ai-cli": "ai-cli";
8868
9009
  }>;
8869
9010
  effect: z.ZodEnum<{
8870
- effect: "effect";
8871
9011
  none: "none";
9012
+ effect: "effect";
8872
9013
  "effect-full": "effect-full";
8873
9014
  }>;
8874
9015
  stateManagement: z.ZodEnum<{
@@ -9001,8 +9142,8 @@ declare function getAllJsonSchemas(): {
9001
9142
  "geist-mono": "geist-mono";
9002
9143
  }>>;
9003
9144
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
9004
- default: "default";
9005
9145
  none: "none";
9146
+ default: "default";
9006
9147
  small: "small";
9007
9148
  medium: "medium";
9008
9149
  large: "large";
@@ -9082,6 +9223,7 @@ declare function getAllJsonSchemas(): {
9082
9223
  strapi: "strapi";
9083
9224
  tinacms: "tinacms";
9084
9225
  directus: "directus";
9226
+ keystatic: "keystatic";
9085
9227
  }>;
9086
9228
  caching: z.ZodEnum<{
9087
9229
  none: "none";
@@ -9094,6 +9236,7 @@ declare function getAllJsonSchemas(): {
9094
9236
  }>;
9095
9237
  i18n: z.ZodEnum<{
9096
9238
  none: "none";
9239
+ paraglide: "paraglide";
9097
9240
  i18next: "i18next";
9098
9241
  "next-intl": "next-intl";
9099
9242
  }>;
@@ -9102,8 +9245,16 @@ declare function getAllJsonSchemas(): {
9102
9245
  meilisearch: "meilisearch";
9103
9246
  typesense: "typesense";
9104
9247
  elasticsearch: "elasticsearch";
9248
+ opensearch: "opensearch";
9105
9249
  algolia: "algolia";
9106
9250
  }>;
9251
+ vectorDb: z.ZodEnum<{
9252
+ none: "none";
9253
+ pgvector: "pgvector";
9254
+ qdrant: "qdrant";
9255
+ chroma: "chroma";
9256
+ pinecone: "pinecone";
9257
+ }>;
9107
9258
  fileStorage: z.ZodEnum<{
9108
9259
  none: "none";
9109
9260
  s3: "s3";
@@ -9117,9 +9268,9 @@ declare function getAllJsonSchemas(): {
9117
9268
  }>;
9118
9269
  mobileUI: z.ZodEnum<{
9119
9270
  none: "none";
9271
+ uniwind: "uniwind";
9120
9272
  tamagui: "tamagui";
9121
9273
  "gluestack-ui": "gluestack-ui";
9122
- uniwind: "uniwind";
9123
9274
  unistyles: "unistyles";
9124
9275
  }>;
9125
9276
  mobileStorage: z.ZodEnum<{
@@ -9172,12 +9323,12 @@ declare function getAllJsonSchemas(): {
9172
9323
  ratatui: "ratatui";
9173
9324
  }>;
9174
9325
  rustLibraries: z.ZodArray<z.ZodEnum<{
9175
- config: "config";
9176
9326
  none: "none";
9177
9327
  serde: "serde";
9178
9328
  uuid: "uuid";
9179
9329
  chrono: "chrono";
9180
9330
  reqwest: "reqwest";
9331
+ config: "config";
9181
9332
  dashmap: "dashmap";
9182
9333
  "parking-lot": "parking-lot";
9183
9334
  secrecy: "secrecy";
@@ -9592,8 +9743,8 @@ declare function getAllJsonSchemas(): {
9592
9743
  }>;
9593
9744
  elixirLibraries: z.ZodArray<z.ZodEnum<{
9594
9745
  none: "none";
9595
- broadway: "broadway";
9596
9746
  nx: "nx";
9747
+ broadway: "broadway";
9597
9748
  }>>;
9598
9749
  aiDocs: z.ZodArray<z.ZodEnum<{
9599
9750
  none: "none";
@@ -9604,54 +9755,55 @@ declare function getAllJsonSchemas(): {
9604
9755
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
9605
9756
  id: z.ZodString;
9606
9757
  role: z.ZodEnum<{
9607
- frontend: "frontend";
9608
- backend: "backend";
9609
- mobile: "mobile";
9758
+ ai: "ai";
9610
9759
  database: "database";
9611
- api: "api";
9612
9760
  orm: "orm";
9613
9761
  auth: "auth";
9614
- runtime: "runtime";
9615
- deploy: "deploy";
9762
+ payments: "payments";
9763
+ frontend: "frontend";
9764
+ examples: "examples";
9616
9765
  dbSetup: "dbSetup";
9617
- realtime: "realtime";
9618
- navigation: "navigation";
9619
- caching: "caching";
9620
- observability: "observability";
9621
- email: "email";
9622
- search: "search";
9623
- fileStorage: "fileStorage";
9624
- jobQueue: "jobQueue";
9625
- rateLimit: "rateLimit";
9626
- testing: "testing";
9766
+ backend: "backend";
9767
+ runtime: "runtime";
9768
+ api: "api";
9769
+ effect: "effect";
9627
9770
  stateManagement: "stateManagement";
9628
9771
  forms: "forms";
9772
+ testing: "testing";
9773
+ email: "email";
9774
+ validation: "validation";
9775
+ realtime: "realtime";
9776
+ jobQueue: "jobQueue";
9629
9777
  animation: "animation";
9630
9778
  fileUpload: "fileUpload";
9631
- validation: "validation";
9632
- effect: "effect";
9633
- ui: "ui";
9634
- css: "css";
9635
- storage: "storage";
9636
- ai: "ai";
9637
- payments: "payments";
9638
9779
  logging: "logging";
9780
+ observability: "observability";
9639
9781
  featureFlags: "featureFlags";
9640
9782
  analytics: "analytics";
9641
9783
  cms: "cms";
9784
+ caching: "caching";
9785
+ rateLimit: "rateLimit";
9642
9786
  i18n: "i18n";
9787
+ search: "search";
9788
+ vectorDb: "vectorDb";
9789
+ fileStorage: "fileStorage";
9790
+ config: "config";
9791
+ mobile: "mobile";
9792
+ deploy: "deploy";
9793
+ navigation: "navigation";
9794
+ ui: "ui";
9795
+ css: "css";
9796
+ storage: "storage";
9643
9797
  documentation: "documentation";
9644
9798
  codeQuality: "codeQuality";
9645
9799
  appPlatform: "appPlatform";
9646
9800
  dataFetching: "dataFetching";
9647
9801
  workspaceTooling: "workspaceTooling";
9648
- examples: "examples";
9649
9802
  buildTool: "buildTool";
9650
9803
  cli: "cli";
9651
9804
  errorHandling: "errorHandling";
9652
9805
  httpClient: "httpClient";
9653
9806
  libraries: "libraries";
9654
- config: "config";
9655
9807
  templating: "templating";
9656
9808
  }>;
9657
9809
  toolId: z.ZodString;
@@ -9766,6 +9918,7 @@ declare function getAllJsonSchemas(): {
9766
9918
  mcp: "mcp";
9767
9919
  skills: "skills";
9768
9920
  turborepo: "turborepo";
9921
+ nx: "nx";
9769
9922
  fumadocs: "fumadocs";
9770
9923
  ultracite: "ultracite";
9771
9924
  oxlint: "oxlint";
@@ -9780,11 +9933,13 @@ declare function getAllJsonSchemas(): {
9780
9933
  "tanstack-db": "tanstack-db";
9781
9934
  "tanstack-pacer": "tanstack-pacer";
9782
9935
  "backend-utils": "backend-utils";
9936
+ devcontainer: "devcontainer";
9783
9937
  "docker-compose": "docker-compose";
9938
+ "github-actions": "github-actions";
9784
9939
  }>>;
9785
9940
  examples: z.ZodArray<z.ZodEnum<{
9786
- ai: "ai";
9787
9941
  none: "none";
9942
+ ai: "ai";
9788
9943
  "chat-sdk": "chat-sdk";
9789
9944
  "tanstack-showcase": "tanstack-showcase";
9790
9945
  }>>;
@@ -9841,6 +9996,8 @@ declare function getAllJsonSchemas(): {
9841
9996
  "ts-rest": "ts-rest";
9842
9997
  garph: "garph";
9843
9998
  "graphql-yoga": "graphql-yoga";
9999
+ "apollo-server": "apollo-server";
10000
+ openapi: "openapi";
9844
10001
  }>;
9845
10002
  webDeploy: z.ZodEnum<{
9846
10003
  none: "none";
@@ -9886,8 +10043,8 @@ declare function getAllJsonSchemas(): {
9886
10043
  "ai-cli": "ai-cli";
9887
10044
  }>;
9888
10045
  effect: z.ZodEnum<{
9889
- effect: "effect";
9890
10046
  none: "none";
10047
+ effect: "effect";
9891
10048
  "effect-full": "effect-full";
9892
10049
  }>;
9893
10050
  stateManagement: z.ZodEnum<{
@@ -10020,8 +10177,8 @@ declare function getAllJsonSchemas(): {
10020
10177
  "geist-mono": "geist-mono";
10021
10178
  }>>;
10022
10179
  shadcnRadius: z.ZodOptional<z.ZodEnum<{
10023
- default: "default";
10024
10180
  none: "none";
10181
+ default: "default";
10025
10182
  small: "small";
10026
10183
  medium: "medium";
10027
10184
  large: "large";
@@ -10101,6 +10258,7 @@ declare function getAllJsonSchemas(): {
10101
10258
  strapi: "strapi";
10102
10259
  tinacms: "tinacms";
10103
10260
  directus: "directus";
10261
+ keystatic: "keystatic";
10104
10262
  }>;
10105
10263
  caching: z.ZodEnum<{
10106
10264
  none: "none";
@@ -10113,6 +10271,7 @@ declare function getAllJsonSchemas(): {
10113
10271
  }>;
10114
10272
  i18n: z.ZodEnum<{
10115
10273
  none: "none";
10274
+ paraglide: "paraglide";
10116
10275
  i18next: "i18next";
10117
10276
  "next-intl": "next-intl";
10118
10277
  }>;
@@ -10121,8 +10280,16 @@ declare function getAllJsonSchemas(): {
10121
10280
  meilisearch: "meilisearch";
10122
10281
  typesense: "typesense";
10123
10282
  elasticsearch: "elasticsearch";
10283
+ opensearch: "opensearch";
10124
10284
  algolia: "algolia";
10125
10285
  }>;
10286
+ vectorDb: z.ZodEnum<{
10287
+ none: "none";
10288
+ pgvector: "pgvector";
10289
+ qdrant: "qdrant";
10290
+ chroma: "chroma";
10291
+ pinecone: "pinecone";
10292
+ }>;
10126
10293
  fileStorage: z.ZodEnum<{
10127
10294
  none: "none";
10128
10295
  s3: "s3";
@@ -10136,9 +10303,9 @@ declare function getAllJsonSchemas(): {
10136
10303
  }>;
10137
10304
  mobileUI: z.ZodEnum<{
10138
10305
  none: "none";
10306
+ uniwind: "uniwind";
10139
10307
  tamagui: "tamagui";
10140
10308
  "gluestack-ui": "gluestack-ui";
10141
- uniwind: "uniwind";
10142
10309
  unistyles: "unistyles";
10143
10310
  }>;
10144
10311
  mobileStorage: z.ZodEnum<{
@@ -10191,12 +10358,12 @@ declare function getAllJsonSchemas(): {
10191
10358
  ratatui: "ratatui";
10192
10359
  }>;
10193
10360
  rustLibraries: z.ZodArray<z.ZodEnum<{
10194
- config: "config";
10195
10361
  none: "none";
10196
10362
  serde: "serde";
10197
10363
  uuid: "uuid";
10198
10364
  chrono: "chrono";
10199
10365
  reqwest: "reqwest";
10366
+ config: "config";
10200
10367
  dashmap: "dashmap";
10201
10368
  "parking-lot": "parking-lot";
10202
10369
  secrecy: "secrecy";
@@ -10611,8 +10778,8 @@ declare function getAllJsonSchemas(): {
10611
10778
  }>;
10612
10779
  elixirLibraries: z.ZodArray<z.ZodEnum<{
10613
10780
  none: "none";
10614
- broadway: "broadway";
10615
10781
  nx: "nx";
10782
+ broadway: "broadway";
10616
10783
  }>>;
10617
10784
  aiDocs: z.ZodArray<z.ZodEnum<{
10618
10785
  none: "none";
@@ -10623,54 +10790,55 @@ declare function getAllJsonSchemas(): {
10623
10790
  stackParts: z.ZodOptional<z.ZodArray<z.ZodObject<{
10624
10791
  id: z.ZodString;
10625
10792
  role: z.ZodEnum<{
10626
- frontend: "frontend";
10627
- backend: "backend";
10628
- mobile: "mobile";
10793
+ ai: "ai";
10629
10794
  database: "database";
10630
- api: "api";
10631
10795
  orm: "orm";
10632
10796
  auth: "auth";
10633
- runtime: "runtime";
10634
- deploy: "deploy";
10797
+ payments: "payments";
10798
+ frontend: "frontend";
10799
+ examples: "examples";
10635
10800
  dbSetup: "dbSetup";
10636
- realtime: "realtime";
10637
- navigation: "navigation";
10638
- caching: "caching";
10639
- observability: "observability";
10640
- email: "email";
10641
- search: "search";
10642
- fileStorage: "fileStorage";
10643
- jobQueue: "jobQueue";
10644
- rateLimit: "rateLimit";
10645
- testing: "testing";
10801
+ backend: "backend";
10802
+ runtime: "runtime";
10803
+ api: "api";
10804
+ effect: "effect";
10646
10805
  stateManagement: "stateManagement";
10647
10806
  forms: "forms";
10807
+ testing: "testing";
10808
+ email: "email";
10809
+ validation: "validation";
10810
+ realtime: "realtime";
10811
+ jobQueue: "jobQueue";
10648
10812
  animation: "animation";
10649
10813
  fileUpload: "fileUpload";
10650
- validation: "validation";
10651
- effect: "effect";
10652
- ui: "ui";
10653
- css: "css";
10654
- storage: "storage";
10655
- ai: "ai";
10656
- payments: "payments";
10657
10814
  logging: "logging";
10815
+ observability: "observability";
10658
10816
  featureFlags: "featureFlags";
10659
10817
  analytics: "analytics";
10660
10818
  cms: "cms";
10819
+ caching: "caching";
10820
+ rateLimit: "rateLimit";
10661
10821
  i18n: "i18n";
10822
+ search: "search";
10823
+ vectorDb: "vectorDb";
10824
+ fileStorage: "fileStorage";
10825
+ config: "config";
10826
+ mobile: "mobile";
10827
+ deploy: "deploy";
10828
+ navigation: "navigation";
10829
+ ui: "ui";
10830
+ css: "css";
10831
+ storage: "storage";
10662
10832
  documentation: "documentation";
10663
10833
  codeQuality: "codeQuality";
10664
10834
  appPlatform: "appPlatform";
10665
10835
  dataFetching: "dataFetching";
10666
10836
  workspaceTooling: "workspaceTooling";
10667
- examples: "examples";
10668
10837
  buildTool: "buildTool";
10669
10838
  cli: "cli";
10670
10839
  errorHandling: "errorHandling";
10671
10840
  httpClient: "httpClient";
10672
10841
  libraries: "libraries";
10673
- config: "config";
10674
10842
  templating: "templating";
10675
10843
  }>;
10676
10844
  toolId: z.ZodString;