create-better-fullstack 2.1.4 → 2.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{add-handler-BNSL6HdM.mjs → add-handler-CuPmSJRM.mjs} +13 -5
- package/dist/{addons-setup-CyrP1IV-.mjs → addons-setup-C_lxdJqU.mjs} +8 -1
- package/dist/addons-setup-DEPfsn6z.mjs +6 -0
- package/dist/{errors-Cyol8zbN.mjs → bts-config-BceXPcpI.mjs} +3 -84
- package/dist/cli.mjs +2 -2
- package/dist/{templates-CnTOtKjm.mjs → config-processing-B_1wTe3g.mjs} +57 -2
- package/dist/{doctor-DBoq7bZ9.mjs → doctor-DucDyWfl.mjs} +3 -2
- package/dist/errors-ns_o2OKg.mjs +86 -0
- package/dist/{file-formatter-B3dsev2l.mjs → file-formatter-XU6ti05V.mjs} +66 -6
- package/dist/gen-DWx3Xu_K.mjs +274 -0
- package/dist/{generated-checks-C8hn9w2i.mjs → generated-checks-Dt4Xqp1x.mjs} +1 -1
- package/dist/index.d.mts +171 -79
- package/dist/index.mjs +15 -8
- package/dist/{install-dependencies-CgNh-aOy.mjs → install-dependencies-DHoYa3P-.mjs} +75 -21
- package/dist/mcp-D9O5zgAA.mjs +8 -0
- package/dist/mcp-entry.mjs +153 -16
- package/dist/registry-CxeEOPot.mjs +394 -0
- package/dist/run-3AkXloH1.mjs +13 -0
- package/dist/{run-BYse4yJy.mjs → run-D80ZtSO8.mjs} +361 -88
- package/dist/scaffold-manifest-GV1fbhpD.mjs +123 -0
- package/dist/update-C9_x2yBF.mjs +401 -0
- package/package.json +3 -3
- package/dist/addons-setup-DyMm42a5.mjs +0 -5
- package/dist/mcp-CsW3i66c.mjs +0 -6
- package/dist/run-_cf_sFwM.mjs +0 -10
- /package/dist/{update-deps-D5OG0KmJ.mjs → update-deps-DLZAuT3V.mjs} +0 -0
package/dist/index.d.mts
CHANGED
|
@@ -37,10 +37,11 @@ declare const router: {
|
|
|
37
37
|
create: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodTuple<[z.ZodOptional<z.ZodString>, z.ZodObject<{
|
|
38
38
|
template: z.ZodOptional<z.ZodEnum<{
|
|
39
39
|
none: "none";
|
|
40
|
-
uniwind: "uniwind";
|
|
41
40
|
mern: "mern";
|
|
42
41
|
pern: "pern";
|
|
43
42
|
t3: "t3";
|
|
43
|
+
saas: "saas";
|
|
44
|
+
uniwind: "uniwind";
|
|
44
45
|
}>>;
|
|
45
46
|
fromHistory: z.ZodOptional<z.ZodNumber>;
|
|
46
47
|
config: z.ZodOptional<z.ZodString>;
|
|
@@ -94,11 +95,15 @@ declare const router: {
|
|
|
94
95
|
}>>;
|
|
95
96
|
payments: z.ZodOptional<z.ZodEnum<{
|
|
96
97
|
none: "none";
|
|
98
|
+
revenuecat: "revenuecat";
|
|
97
99
|
polar: "polar";
|
|
98
100
|
stripe: "stripe";
|
|
99
101
|
"lemon-squeezy": "lemon-squeezy";
|
|
100
102
|
paddle: "paddle";
|
|
101
103
|
dodo: "dodo";
|
|
104
|
+
creem: "creem";
|
|
105
|
+
autumn: "autumn";
|
|
106
|
+
commet: "commet";
|
|
102
107
|
}>>;
|
|
103
108
|
email: z.ZodOptional<z.ZodEnum<{
|
|
104
109
|
none: "none";
|
|
@@ -224,6 +229,7 @@ declare const router: {
|
|
|
224
229
|
}>>;
|
|
225
230
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
226
231
|
none: "none";
|
|
232
|
+
posthog: "posthog";
|
|
227
233
|
plausible: "plausible";
|
|
228
234
|
umami: "umami";
|
|
229
235
|
}>>;
|
|
@@ -238,6 +244,7 @@ declare const router: {
|
|
|
238
244
|
}>>;
|
|
239
245
|
caching: z.ZodOptional<z.ZodEnum<{
|
|
240
246
|
none: "none";
|
|
247
|
+
redis: "redis";
|
|
241
248
|
"upstash-redis": "upstash-redis";
|
|
242
249
|
}>>;
|
|
243
250
|
rateLimit: z.ZodOptional<z.ZodEnum<{
|
|
@@ -250,6 +257,7 @@ declare const router: {
|
|
|
250
257
|
paraglide: "paraglide";
|
|
251
258
|
i18next: "i18next";
|
|
252
259
|
"next-intl": "next-intl";
|
|
260
|
+
intlayer: "intlayer";
|
|
253
261
|
}>>;
|
|
254
262
|
search: z.ZodOptional<z.ZodEnum<{
|
|
255
263
|
none: "none";
|
|
@@ -258,6 +266,7 @@ declare const router: {
|
|
|
258
266
|
elasticsearch: "elasticsearch";
|
|
259
267
|
opensearch: "opensearch";
|
|
260
268
|
algolia: "algolia";
|
|
269
|
+
bleve: "bleve";
|
|
261
270
|
}>>;
|
|
262
271
|
vectorDb: z.ZodOptional<z.ZodEnum<{
|
|
263
272
|
none: "none";
|
|
@@ -271,6 +280,7 @@ declare const router: {
|
|
|
271
280
|
s3: "s3";
|
|
272
281
|
r2: "r2";
|
|
273
282
|
cloudinary: "cloudinary";
|
|
283
|
+
"supabase-storage": "supabase-storage";
|
|
274
284
|
}>>;
|
|
275
285
|
mobileNavigation: z.ZodOptional<z.ZodEnum<{
|
|
276
286
|
none: "none";
|
|
@@ -279,9 +289,9 @@ declare const router: {
|
|
|
279
289
|
}>>;
|
|
280
290
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
281
291
|
none: "none";
|
|
292
|
+
uniwind: "uniwind";
|
|
282
293
|
tamagui: "tamagui";
|
|
283
294
|
"gluestack-ui": "gluestack-ui";
|
|
284
|
-
uniwind: "uniwind";
|
|
285
295
|
unistyles: "unistyles";
|
|
286
296
|
}>>;
|
|
287
297
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -378,6 +388,10 @@ declare const router: {
|
|
|
378
388
|
pnpm: "pnpm";
|
|
379
389
|
yarn: "yarn";
|
|
380
390
|
}>>;
|
|
391
|
+
workspaceShape: z.ZodOptional<z.ZodEnum<{
|
|
392
|
+
monorepo: "monorepo";
|
|
393
|
+
"single-app": "single-app";
|
|
394
|
+
}>>;
|
|
381
395
|
install: z.ZodOptional<z.ZodBoolean>;
|
|
382
396
|
versionChannel: z.ZodOptional<z.ZodEnum<{
|
|
383
397
|
stable: "stable";
|
|
@@ -397,6 +411,7 @@ declare const router: {
|
|
|
397
411
|
docker: "docker";
|
|
398
412
|
}>>;
|
|
399
413
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
414
|
+
effect: "effect";
|
|
400
415
|
none: "none";
|
|
401
416
|
hono: "hono";
|
|
402
417
|
express: "express";
|
|
@@ -434,6 +449,7 @@ declare const router: {
|
|
|
434
449
|
"postcss-only": "postcss-only";
|
|
435
450
|
}>>;
|
|
436
451
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
452
|
+
mui: "mui";
|
|
437
453
|
none: "none";
|
|
438
454
|
"shadcn-ui": "shadcn-ui";
|
|
439
455
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -444,7 +460,6 @@ declare const router: {
|
|
|
444
460
|
"chakra-ui": "chakra-ui";
|
|
445
461
|
nextui: "nextui";
|
|
446
462
|
mantine: "mantine";
|
|
447
|
-
mui: "mui";
|
|
448
463
|
antd: "antd";
|
|
449
464
|
"base-ui": "base-ui";
|
|
450
465
|
"ark-ui": "ark-ui";
|
|
@@ -516,8 +531,8 @@ declare const router: {
|
|
|
516
531
|
"geist-mono": "geist-mono";
|
|
517
532
|
}>>;
|
|
518
533
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
519
|
-
default: "default";
|
|
520
534
|
none: "none";
|
|
535
|
+
default: "default";
|
|
521
536
|
small: "small";
|
|
522
537
|
medium: "medium";
|
|
523
538
|
large: "large";
|
|
@@ -545,10 +560,10 @@ declare const router: {
|
|
|
545
560
|
vercel: "vercel";
|
|
546
561
|
}>>;
|
|
547
562
|
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
548
|
-
error: "error";
|
|
549
563
|
merge: "merge";
|
|
550
564
|
overwrite: "overwrite";
|
|
551
565
|
increment: "increment";
|
|
566
|
+
error: "error";
|
|
552
567
|
}>>;
|
|
553
568
|
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
554
569
|
disableAnalytics: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -558,6 +573,8 @@ declare const router: {
|
|
|
558
573
|
axum: "axum";
|
|
559
574
|
"actix-web": "actix-web";
|
|
560
575
|
rocket: "rocket";
|
|
576
|
+
poem: "poem";
|
|
577
|
+
loco: "loco";
|
|
561
578
|
}>>;
|
|
562
579
|
rustFrontend: z.ZodOptional<z.ZodEnum<{
|
|
563
580
|
none: "none";
|
|
@@ -581,12 +598,12 @@ declare const router: {
|
|
|
581
598
|
ratatui: "ratatui";
|
|
582
599
|
}>>;
|
|
583
600
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
584
|
-
config: "config";
|
|
585
601
|
none: "none";
|
|
586
602
|
serde: "serde";
|
|
587
603
|
uuid: "uuid";
|
|
588
604
|
chrono: "chrono";
|
|
589
605
|
reqwest: "reqwest";
|
|
606
|
+
config: "config";
|
|
590
607
|
dashmap: "dashmap";
|
|
591
608
|
"parking-lot": "parking-lot";
|
|
592
609
|
secrecy: "secrecy";
|
|
@@ -730,10 +747,12 @@ declare const router: {
|
|
|
730
747
|
echo: "echo";
|
|
731
748
|
fiber: "fiber";
|
|
732
749
|
chi: "chi";
|
|
750
|
+
stdlib: "stdlib";
|
|
733
751
|
}>>;
|
|
734
752
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
735
|
-
none: "none";
|
|
736
753
|
gorm: "gorm";
|
|
754
|
+
none: "none";
|
|
755
|
+
bun: "bun";
|
|
737
756
|
sqlc: "sqlc";
|
|
738
757
|
ent: "ent";
|
|
739
758
|
}>>;
|
|
@@ -794,6 +813,11 @@ declare const router: {
|
|
|
794
813
|
none: "none";
|
|
795
814
|
"spring-boot": "spring-boot";
|
|
796
815
|
quarkus: "quarkus";
|
|
816
|
+
micronaut: "micronaut";
|
|
817
|
+
}>>;
|
|
818
|
+
javaLanguage: z.ZodOptional<z.ZodEnum<{
|
|
819
|
+
java: "java";
|
|
820
|
+
kotlin: "kotlin";
|
|
797
821
|
}>>;
|
|
798
822
|
javaBuildTool: z.ZodOptional<z.ZodEnum<{
|
|
799
823
|
none: "none";
|
|
@@ -814,10 +838,13 @@ declare const router: {
|
|
|
814
838
|
javaApi: z.ZodOptional<z.ZodEnum<{
|
|
815
839
|
none: "none";
|
|
816
840
|
"spring-graphql": "spring-graphql";
|
|
841
|
+
"openapi-generator": "openapi-generator";
|
|
842
|
+
grpc: "grpc";
|
|
817
843
|
}>>;
|
|
818
844
|
javaLogging: z.ZodOptional<z.ZodEnum<{
|
|
819
845
|
none: "none";
|
|
820
846
|
logback: "logback";
|
|
847
|
+
log4j2: "log4j2";
|
|
821
848
|
}>>;
|
|
822
849
|
javaLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
823
850
|
none: "none";
|
|
@@ -934,9 +961,9 @@ declare const router: {
|
|
|
934
961
|
}>>;
|
|
935
962
|
elixirApi: z.ZodOptional<z.ZodEnum<{
|
|
936
963
|
none: "none";
|
|
964
|
+
grpc: "grpc";
|
|
937
965
|
rest: "rest";
|
|
938
966
|
absinthe: "absinthe";
|
|
939
|
-
grpc: "grpc";
|
|
940
967
|
}>>;
|
|
941
968
|
elixirRealtime: z.ZodOptional<z.ZodEnum<{
|
|
942
969
|
none: "none";
|
|
@@ -1019,13 +1046,13 @@ declare const router: {
|
|
|
1019
1046
|
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet";
|
|
1020
1047
|
database: "none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis";
|
|
1021
1048
|
orm: "none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize";
|
|
1022
|
-
backend: "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
|
|
1049
|
+
backend: "effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
|
|
1023
1050
|
runtime: "none" | "bun" | "node" | "workers";
|
|
1024
1051
|
frontend: ("none" | "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
|
|
1025
1052
|
addons: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "github-actions")[];
|
|
1026
1053
|
examples: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
|
|
1027
1054
|
auth: "none" | "better-auth" | "better-auth-organizations" | "go-better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0" | "workos" | "kinde";
|
|
1028
|
-
payments: "none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo";
|
|
1055
|
+
payments: "none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo" | "creem" | "autumn" | "commet";
|
|
1029
1056
|
git: boolean;
|
|
1030
1057
|
packageManager: "bun" | "npm" | "pnpm" | "yarn";
|
|
1031
1058
|
versionChannel: "stable" | "latest" | "beta";
|
|
@@ -1041,7 +1068,7 @@ declare const router: {
|
|
|
1041
1068
|
testing: "none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress";
|
|
1042
1069
|
email: "none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk";
|
|
1043
1070
|
cssFramework: "none" | "tailwind" | "scss" | "less" | "postcss-only";
|
|
1044
|
-
uiLibrary: "none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "
|
|
1071
|
+
uiLibrary: "none" | "mui" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria";
|
|
1045
1072
|
validation: "none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema";
|
|
1046
1073
|
realtime: "none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs";
|
|
1047
1074
|
jobQueue: "none" | "bullmq" | "trigger-dev" | "inngest" | "temporal";
|
|
@@ -1050,14 +1077,14 @@ declare const router: {
|
|
|
1050
1077
|
logging: "none" | "pino" | "winston" | "evlog";
|
|
1051
1078
|
observability: "none" | "opentelemetry" | "sentry" | "grafana" | "datadog" | "axiom" | "betterstack";
|
|
1052
1079
|
featureFlags: "none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash";
|
|
1053
|
-
analytics: "none" | "plausible" | "umami";
|
|
1080
|
+
analytics: "none" | "posthog" | "plausible" | "umami";
|
|
1054
1081
|
cms: "none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus" | "keystatic";
|
|
1055
|
-
caching: "none" | "upstash-redis";
|
|
1082
|
+
caching: "none" | "redis" | "upstash-redis";
|
|
1056
1083
|
rateLimit: "none" | "arcjet" | "upstash-ratelimit";
|
|
1057
|
-
i18n: "none" | "paraglide" | "i18next" | "next-intl";
|
|
1058
|
-
search: "none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia";
|
|
1084
|
+
i18n: "none" | "paraglide" | "i18next" | "next-intl" | "intlayer";
|
|
1085
|
+
search: "none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia" | "bleve";
|
|
1059
1086
|
vectorDb: "none" | "pgvector" | "qdrant" | "chroma" | "pinecone";
|
|
1060
|
-
fileStorage: "none" | "s3" | "r2" | "cloudinary";
|
|
1087
|
+
fileStorage: "none" | "s3" | "r2" | "cloudinary" | "supabase-storage";
|
|
1061
1088
|
mobileNavigation: "none" | "expo-router" | "react-navigation";
|
|
1062
1089
|
mobileUI: "none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles";
|
|
1063
1090
|
mobileStorage: "none" | "mmkv";
|
|
@@ -1065,7 +1092,7 @@ declare const router: {
|
|
|
1065
1092
|
mobilePush: "none" | "expo-notifications";
|
|
1066
1093
|
mobileOTA: "none" | "expo-updates";
|
|
1067
1094
|
mobileDeepLinking: "none" | "expo-linking";
|
|
1068
|
-
rustWebFramework: "none" | "axum" | "actix-web" | "rocket";
|
|
1095
|
+
rustWebFramework: "none" | "axum" | "actix-web" | "rocket" | "poem" | "loco";
|
|
1069
1096
|
rustFrontend: "none" | "leptos" | "dioxus";
|
|
1070
1097
|
rustOrm: "none" | "sea-orm" | "sqlx" | "diesel";
|
|
1071
1098
|
rustApi: "none" | "tonic" | "async-graphql";
|
|
@@ -1093,8 +1120,8 @@ declare const router: {
|
|
|
1093
1120
|
pythonRealtime: "none" | "python-socketio" | "websockets";
|
|
1094
1121
|
pythonObservability: "none" | "opentelemetry";
|
|
1095
1122
|
pythonCli: ("none" | "typer" | "click" | "rich")[];
|
|
1096
|
-
goWebFramework: "none" | "gin" | "echo" | "fiber" | "chi";
|
|
1097
|
-
goOrm: "none" | "gorm" | "sqlc" | "ent";
|
|
1123
|
+
goWebFramework: "none" | "gin" | "echo" | "fiber" | "chi" | "stdlib";
|
|
1124
|
+
goOrm: "none" | "bun" | "gorm" | "sqlc" | "ent";
|
|
1098
1125
|
goApi: "none" | "grpc-go" | "gqlgen";
|
|
1099
1126
|
goCli: "none" | "cobra" | "bubbletea" | "urfave-cli";
|
|
1100
1127
|
goLogging: "none" | "zap" | "zerolog" | "slog" | "logrus";
|
|
@@ -1105,12 +1132,12 @@ declare const router: {
|
|
|
1105
1132
|
goCaching: "none" | "redis" | "ristretto";
|
|
1106
1133
|
goConfig: "none" | "viper" | "koanf";
|
|
1107
1134
|
goObservability: "none" | "opentelemetry";
|
|
1108
|
-
javaWebFramework: "none" | "spring-boot" | "quarkus";
|
|
1135
|
+
javaWebFramework: "none" | "spring-boot" | "quarkus" | "micronaut";
|
|
1109
1136
|
javaBuildTool: "none" | "maven" | "gradle";
|
|
1110
1137
|
javaOrm: "none" | "spring-data-jpa" | "jooq" | "mybatis";
|
|
1111
1138
|
javaAuth: "none" | "spring-security" | "keycloak";
|
|
1112
|
-
javaApi: "none" | "spring-graphql";
|
|
1113
|
-
javaLogging: "none" | "logback";
|
|
1139
|
+
javaApi: "none" | "spring-graphql" | "openapi-generator" | "grpc";
|
|
1140
|
+
javaLogging: "none" | "logback" | "log4j2";
|
|
1114
1141
|
javaLibraries: ("none" | "spring-actuator" | "spring-validation" | "flyway" | "liquibase" | "springdoc-openapi" | "lombok" | "mapstruct" | "caffeine" | "resilience4j" | "spring-webflux" | "spring-batch" | "spring-kafka" | "spring-mail" | "spring-devtools" | "micrometer-prometheus" | "thymeleaf" | "spring-amqp" | "opentelemetry-java")[];
|
|
1115
1142
|
javaTestingLibraries: ("none" | "junit5" | "mockito" | "testcontainers" | "assertj" | "rest-assured" | "wiremock" | "awaitility" | "archunit" | "jqwik")[];
|
|
1116
1143
|
dotnetWebFramework: "none" | "aspnet-minimal" | "aspnet-mvc" | "aspnet-blazor";
|
|
@@ -1127,7 +1154,7 @@ declare const router: {
|
|
|
1127
1154
|
elixirWebFramework: "none" | "phoenix" | "phoenix-live-view";
|
|
1128
1155
|
elixirOrm: "none" | "ecto" | "ecto-sql";
|
|
1129
1156
|
elixirAuth: "none" | "phx-gen-auth" | "ueberauth" | "guardian";
|
|
1130
|
-
elixirApi: "none" | "
|
|
1157
|
+
elixirApi: "none" | "grpc" | "rest" | "absinthe";
|
|
1131
1158
|
elixirRealtime: "none" | "channels" | "presence" | "pubsub" | "live-view-streams";
|
|
1132
1159
|
elixirJobs: "none" | "oban" | "quantum";
|
|
1133
1160
|
elixirValidation: "none" | "ecto-changesets" | "nimble-options";
|
|
@@ -1141,6 +1168,7 @@ declare const router: {
|
|
|
1141
1168
|
elixirDeploy: "none" | "docker" | "fly" | "gigalixir" | "mix-release";
|
|
1142
1169
|
elixirLibraries: ("none" | "nx" | "broadway")[];
|
|
1143
1170
|
aiDocs: ("none" | "claude-md" | "agents-md" | "cursorrules")[];
|
|
1171
|
+
workspaceShape?: "monorepo" | "single-app" | undefined;
|
|
1144
1172
|
astroIntegration?: "none" | "svelte" | "solid" | "react" | "vue" | undefined;
|
|
1145
1173
|
shadcnBase?: "radix" | "base" | undefined;
|
|
1146
1174
|
shadcnStyle?: "vega" | "nova" | "maia" | "lyra" | "mira" | "luma" | "sera" | undefined;
|
|
@@ -1149,9 +1177,10 @@ declare const router: {
|
|
|
1149
1177
|
shadcnBaseColor?: "neutral" | "stone" | "zinc" | "gray" | undefined;
|
|
1150
1178
|
shadcnFont?: "inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono" | undefined;
|
|
1151
1179
|
shadcnRadius?: "default" | "none" | "small" | "medium" | "large" | undefined;
|
|
1180
|
+
javaLanguage?: "java" | "kotlin" | undefined;
|
|
1152
1181
|
stackParts?: {
|
|
1153
1182
|
id: string;
|
|
1154
|
-
role: "api" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "rateLimit" | "i18n" | "search" | "vectorDb" | "fileStorage" | "animation" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "examples" | "ai" | "effect" | "config" | "frontend" | "
|
|
1183
|
+
role: "api" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "rateLimit" | "i18n" | "search" | "vectorDb" | "fileStorage" | "animation" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "examples" | "ai" | "effect" | "config" | "frontend" | "css" | "ui" | "push" | "mobile" | "graphql" | "deploy" | "navigation" | "storage" | "ota" | "deepLinking" | "appPlatform" | "dataFetching" | "workspaceTooling" | "language" | "buildTool" | "cli" | "errorHandling" | "httpClient" | "libraries" | "templating";
|
|
1155
1184
|
toolId: string;
|
|
1156
1185
|
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet" | "universal";
|
|
1157
1186
|
source: "selected" | "defaulted" | "provided" | "legacy" | "adjusted";
|
|
@@ -1181,13 +1210,13 @@ declare const router: {
|
|
|
1181
1210
|
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet";
|
|
1182
1211
|
database: "none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis";
|
|
1183
1212
|
orm: "none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize";
|
|
1184
|
-
backend: "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
|
|
1213
|
+
backend: "effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
|
|
1185
1214
|
runtime: "none" | "bun" | "node" | "workers";
|
|
1186
1215
|
frontend: ("none" | "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
|
|
1187
1216
|
addons: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "github-actions")[];
|
|
1188
1217
|
examples: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
|
|
1189
1218
|
auth: "none" | "better-auth" | "better-auth-organizations" | "go-better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0" | "workos" | "kinde";
|
|
1190
|
-
payments: "none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo";
|
|
1219
|
+
payments: "none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo" | "creem" | "autumn" | "commet";
|
|
1191
1220
|
git: boolean;
|
|
1192
1221
|
packageManager: "bun" | "npm" | "pnpm" | "yarn";
|
|
1193
1222
|
versionChannel: "stable" | "latest" | "beta";
|
|
@@ -1203,7 +1232,7 @@ declare const router: {
|
|
|
1203
1232
|
testing: "none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress";
|
|
1204
1233
|
email: "none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk";
|
|
1205
1234
|
cssFramework: "none" | "tailwind" | "scss" | "less" | "postcss-only";
|
|
1206
|
-
uiLibrary: "none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "
|
|
1235
|
+
uiLibrary: "none" | "mui" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria";
|
|
1207
1236
|
validation: "none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema";
|
|
1208
1237
|
realtime: "none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs";
|
|
1209
1238
|
jobQueue: "none" | "bullmq" | "trigger-dev" | "inngest" | "temporal";
|
|
@@ -1212,14 +1241,14 @@ declare const router: {
|
|
|
1212
1241
|
logging: "none" | "pino" | "winston" | "evlog";
|
|
1213
1242
|
observability: "none" | "opentelemetry" | "sentry" | "grafana" | "datadog" | "axiom" | "betterstack";
|
|
1214
1243
|
featureFlags: "none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash";
|
|
1215
|
-
analytics: "none" | "plausible" | "umami";
|
|
1244
|
+
analytics: "none" | "posthog" | "plausible" | "umami";
|
|
1216
1245
|
cms: "none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus" | "keystatic";
|
|
1217
|
-
caching: "none" | "upstash-redis";
|
|
1246
|
+
caching: "none" | "redis" | "upstash-redis";
|
|
1218
1247
|
rateLimit: "none" | "arcjet" | "upstash-ratelimit";
|
|
1219
|
-
i18n: "none" | "paraglide" | "i18next" | "next-intl";
|
|
1220
|
-
search: "none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia";
|
|
1248
|
+
i18n: "none" | "paraglide" | "i18next" | "next-intl" | "intlayer";
|
|
1249
|
+
search: "none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia" | "bleve";
|
|
1221
1250
|
vectorDb: "none" | "pgvector" | "qdrant" | "chroma" | "pinecone";
|
|
1222
|
-
fileStorage: "none" | "s3" | "r2" | "cloudinary";
|
|
1251
|
+
fileStorage: "none" | "s3" | "r2" | "cloudinary" | "supabase-storage";
|
|
1223
1252
|
mobileNavigation: "none" | "expo-router" | "react-navigation";
|
|
1224
1253
|
mobileUI: "none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles";
|
|
1225
1254
|
mobileStorage: "none" | "mmkv";
|
|
@@ -1227,7 +1256,7 @@ declare const router: {
|
|
|
1227
1256
|
mobilePush: "none" | "expo-notifications";
|
|
1228
1257
|
mobileOTA: "none" | "expo-updates";
|
|
1229
1258
|
mobileDeepLinking: "none" | "expo-linking";
|
|
1230
|
-
rustWebFramework: "none" | "axum" | "actix-web" | "rocket";
|
|
1259
|
+
rustWebFramework: "none" | "axum" | "actix-web" | "rocket" | "poem" | "loco";
|
|
1231
1260
|
rustFrontend: "none" | "leptos" | "dioxus";
|
|
1232
1261
|
rustOrm: "none" | "sea-orm" | "sqlx" | "diesel";
|
|
1233
1262
|
rustApi: "none" | "tonic" | "async-graphql";
|
|
@@ -1255,8 +1284,8 @@ declare const router: {
|
|
|
1255
1284
|
pythonRealtime: "none" | "python-socketio" | "websockets";
|
|
1256
1285
|
pythonObservability: "none" | "opentelemetry";
|
|
1257
1286
|
pythonCli: ("none" | "typer" | "click" | "rich")[];
|
|
1258
|
-
goWebFramework: "none" | "gin" | "echo" | "fiber" | "chi";
|
|
1259
|
-
goOrm: "none" | "gorm" | "sqlc" | "ent";
|
|
1287
|
+
goWebFramework: "none" | "gin" | "echo" | "fiber" | "chi" | "stdlib";
|
|
1288
|
+
goOrm: "none" | "bun" | "gorm" | "sqlc" | "ent";
|
|
1260
1289
|
goApi: "none" | "grpc-go" | "gqlgen";
|
|
1261
1290
|
goCli: "none" | "cobra" | "bubbletea" | "urfave-cli";
|
|
1262
1291
|
goLogging: "none" | "zap" | "zerolog" | "slog" | "logrus";
|
|
@@ -1267,12 +1296,12 @@ declare const router: {
|
|
|
1267
1296
|
goCaching: "none" | "redis" | "ristretto";
|
|
1268
1297
|
goConfig: "none" | "viper" | "koanf";
|
|
1269
1298
|
goObservability: "none" | "opentelemetry";
|
|
1270
|
-
javaWebFramework: "none" | "spring-boot" | "quarkus";
|
|
1299
|
+
javaWebFramework: "none" | "spring-boot" | "quarkus" | "micronaut";
|
|
1271
1300
|
javaBuildTool: "none" | "maven" | "gradle";
|
|
1272
1301
|
javaOrm: "none" | "spring-data-jpa" | "jooq" | "mybatis";
|
|
1273
1302
|
javaAuth: "none" | "spring-security" | "keycloak";
|
|
1274
|
-
javaApi: "none" | "spring-graphql";
|
|
1275
|
-
javaLogging: "none" | "logback";
|
|
1303
|
+
javaApi: "none" | "spring-graphql" | "openapi-generator" | "grpc";
|
|
1304
|
+
javaLogging: "none" | "logback" | "log4j2";
|
|
1276
1305
|
javaLibraries: ("none" | "spring-actuator" | "spring-validation" | "flyway" | "liquibase" | "springdoc-openapi" | "lombok" | "mapstruct" | "caffeine" | "resilience4j" | "spring-webflux" | "spring-batch" | "spring-kafka" | "spring-mail" | "spring-devtools" | "micrometer-prometheus" | "thymeleaf" | "spring-amqp" | "opentelemetry-java")[];
|
|
1277
1306
|
javaTestingLibraries: ("none" | "junit5" | "mockito" | "testcontainers" | "assertj" | "rest-assured" | "wiremock" | "awaitility" | "archunit" | "jqwik")[];
|
|
1278
1307
|
dotnetWebFramework: "none" | "aspnet-minimal" | "aspnet-mvc" | "aspnet-blazor";
|
|
@@ -1289,7 +1318,7 @@ declare const router: {
|
|
|
1289
1318
|
elixirWebFramework: "none" | "phoenix" | "phoenix-live-view";
|
|
1290
1319
|
elixirOrm: "none" | "ecto" | "ecto-sql";
|
|
1291
1320
|
elixirAuth: "none" | "phx-gen-auth" | "ueberauth" | "guardian";
|
|
1292
|
-
elixirApi: "none" | "
|
|
1321
|
+
elixirApi: "none" | "grpc" | "rest" | "absinthe";
|
|
1293
1322
|
elixirRealtime: "none" | "channels" | "presence" | "pubsub" | "live-view-streams";
|
|
1294
1323
|
elixirJobs: "none" | "oban" | "quantum";
|
|
1295
1324
|
elixirValidation: "none" | "ecto-changesets" | "nimble-options";
|
|
@@ -1303,6 +1332,7 @@ declare const router: {
|
|
|
1303
1332
|
elixirDeploy: "none" | "docker" | "fly" | "gigalixir" | "mix-release";
|
|
1304
1333
|
elixirLibraries: ("none" | "nx" | "broadway")[];
|
|
1305
1334
|
aiDocs: ("none" | "claude-md" | "agents-md" | "cursorrules")[];
|
|
1335
|
+
workspaceShape?: "monorepo" | "single-app" | undefined;
|
|
1306
1336
|
astroIntegration?: "none" | "svelte" | "solid" | "react" | "vue" | undefined;
|
|
1307
1337
|
shadcnBase?: "radix" | "base" | undefined;
|
|
1308
1338
|
shadcnStyle?: "vega" | "nova" | "maia" | "lyra" | "mira" | "luma" | "sera" | undefined;
|
|
@@ -1311,9 +1341,10 @@ declare const router: {
|
|
|
1311
1341
|
shadcnBaseColor?: "neutral" | "stone" | "zinc" | "gray" | undefined;
|
|
1312
1342
|
shadcnFont?: "inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono" | undefined;
|
|
1313
1343
|
shadcnRadius?: "default" | "none" | "small" | "medium" | "large" | undefined;
|
|
1344
|
+
javaLanguage?: "java" | "kotlin" | undefined;
|
|
1314
1345
|
stackParts?: {
|
|
1315
1346
|
id: string;
|
|
1316
|
-
role: "api" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "rateLimit" | "i18n" | "search" | "vectorDb" | "fileStorage" | "animation" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "examples" | "ai" | "effect" | "config" | "frontend" | "
|
|
1347
|
+
role: "api" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "rateLimit" | "i18n" | "search" | "vectorDb" | "fileStorage" | "animation" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "examples" | "ai" | "effect" | "config" | "frontend" | "css" | "ui" | "push" | "mobile" | "graphql" | "deploy" | "navigation" | "storage" | "ota" | "deepLinking" | "appPlatform" | "dataFetching" | "workspaceTooling" | "language" | "buildTool" | "cli" | "errorHandling" | "httpClient" | "libraries" | "templating";
|
|
1317
1348
|
toolId: string;
|
|
1318
1349
|
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet" | "universal";
|
|
1319
1350
|
source: "selected" | "defaulted" | "provided" | "legacy" | "adjusted";
|
|
@@ -1357,13 +1388,13 @@ declare const router: {
|
|
|
1357
1388
|
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet";
|
|
1358
1389
|
database: "none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis";
|
|
1359
1390
|
orm: "none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize";
|
|
1360
|
-
backend: "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
|
|
1391
|
+
backend: "effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
|
|
1361
1392
|
runtime: "none" | "bun" | "node" | "workers";
|
|
1362
1393
|
frontend: ("none" | "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
|
|
1363
1394
|
addons: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "github-actions")[];
|
|
1364
1395
|
examples: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
|
|
1365
1396
|
auth: "none" | "better-auth" | "better-auth-organizations" | "go-better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0" | "workos" | "kinde";
|
|
1366
|
-
payments: "none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo";
|
|
1397
|
+
payments: "none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo" | "creem" | "autumn" | "commet";
|
|
1367
1398
|
git: boolean;
|
|
1368
1399
|
packageManager: "bun" | "npm" | "pnpm" | "yarn";
|
|
1369
1400
|
versionChannel: "stable" | "latest" | "beta";
|
|
@@ -1379,7 +1410,7 @@ declare const router: {
|
|
|
1379
1410
|
testing: "none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress";
|
|
1380
1411
|
email: "none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk";
|
|
1381
1412
|
cssFramework: "none" | "tailwind" | "scss" | "less" | "postcss-only";
|
|
1382
|
-
uiLibrary: "none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "
|
|
1413
|
+
uiLibrary: "none" | "mui" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria";
|
|
1383
1414
|
validation: "none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema";
|
|
1384
1415
|
realtime: "none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs";
|
|
1385
1416
|
jobQueue: "none" | "bullmq" | "trigger-dev" | "inngest" | "temporal";
|
|
@@ -1388,14 +1419,14 @@ declare const router: {
|
|
|
1388
1419
|
logging: "none" | "pino" | "winston" | "evlog";
|
|
1389
1420
|
observability: "none" | "opentelemetry" | "sentry" | "grafana" | "datadog" | "axiom" | "betterstack";
|
|
1390
1421
|
featureFlags: "none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash";
|
|
1391
|
-
analytics: "none" | "plausible" | "umami";
|
|
1422
|
+
analytics: "none" | "posthog" | "plausible" | "umami";
|
|
1392
1423
|
cms: "none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus" | "keystatic";
|
|
1393
|
-
caching: "none" | "upstash-redis";
|
|
1424
|
+
caching: "none" | "redis" | "upstash-redis";
|
|
1394
1425
|
rateLimit: "none" | "arcjet" | "upstash-ratelimit";
|
|
1395
|
-
i18n: "none" | "paraglide" | "i18next" | "next-intl";
|
|
1396
|
-
search: "none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia";
|
|
1426
|
+
i18n: "none" | "paraglide" | "i18next" | "next-intl" | "intlayer";
|
|
1427
|
+
search: "none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia" | "bleve";
|
|
1397
1428
|
vectorDb: "none" | "pgvector" | "qdrant" | "chroma" | "pinecone";
|
|
1398
|
-
fileStorage: "none" | "s3" | "r2" | "cloudinary";
|
|
1429
|
+
fileStorage: "none" | "s3" | "r2" | "cloudinary" | "supabase-storage";
|
|
1399
1430
|
mobileNavigation: "none" | "expo-router" | "react-navigation";
|
|
1400
1431
|
mobileUI: "none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles";
|
|
1401
1432
|
mobileStorage: "none" | "mmkv";
|
|
@@ -1403,7 +1434,7 @@ declare const router: {
|
|
|
1403
1434
|
mobilePush: "none" | "expo-notifications";
|
|
1404
1435
|
mobileOTA: "none" | "expo-updates";
|
|
1405
1436
|
mobileDeepLinking: "none" | "expo-linking";
|
|
1406
|
-
rustWebFramework: "none" | "axum" | "actix-web" | "rocket";
|
|
1437
|
+
rustWebFramework: "none" | "axum" | "actix-web" | "rocket" | "poem" | "loco";
|
|
1407
1438
|
rustFrontend: "none" | "leptos" | "dioxus";
|
|
1408
1439
|
rustOrm: "none" | "sea-orm" | "sqlx" | "diesel";
|
|
1409
1440
|
rustApi: "none" | "tonic" | "async-graphql";
|
|
@@ -1431,8 +1462,8 @@ declare const router: {
|
|
|
1431
1462
|
pythonRealtime: "none" | "python-socketio" | "websockets";
|
|
1432
1463
|
pythonObservability: "none" | "opentelemetry";
|
|
1433
1464
|
pythonCli: ("none" | "typer" | "click" | "rich")[];
|
|
1434
|
-
goWebFramework: "none" | "gin" | "echo" | "fiber" | "chi";
|
|
1435
|
-
goOrm: "none" | "gorm" | "sqlc" | "ent";
|
|
1465
|
+
goWebFramework: "none" | "gin" | "echo" | "fiber" | "chi" | "stdlib";
|
|
1466
|
+
goOrm: "none" | "bun" | "gorm" | "sqlc" | "ent";
|
|
1436
1467
|
goApi: "none" | "grpc-go" | "gqlgen";
|
|
1437
1468
|
goCli: "none" | "cobra" | "bubbletea" | "urfave-cli";
|
|
1438
1469
|
goLogging: "none" | "zap" | "zerolog" | "slog" | "logrus";
|
|
@@ -1443,12 +1474,12 @@ declare const router: {
|
|
|
1443
1474
|
goCaching: "none" | "redis" | "ristretto";
|
|
1444
1475
|
goConfig: "none" | "viper" | "koanf";
|
|
1445
1476
|
goObservability: "none" | "opentelemetry";
|
|
1446
|
-
javaWebFramework: "none" | "spring-boot" | "quarkus";
|
|
1477
|
+
javaWebFramework: "none" | "spring-boot" | "quarkus" | "micronaut";
|
|
1447
1478
|
javaBuildTool: "none" | "maven" | "gradle";
|
|
1448
1479
|
javaOrm: "none" | "spring-data-jpa" | "jooq" | "mybatis";
|
|
1449
1480
|
javaAuth: "none" | "spring-security" | "keycloak";
|
|
1450
|
-
javaApi: "none" | "spring-graphql";
|
|
1451
|
-
javaLogging: "none" | "logback";
|
|
1481
|
+
javaApi: "none" | "spring-graphql" | "openapi-generator" | "grpc";
|
|
1482
|
+
javaLogging: "none" | "logback" | "log4j2";
|
|
1452
1483
|
javaLibraries: ("none" | "spring-actuator" | "spring-validation" | "flyway" | "liquibase" | "springdoc-openapi" | "lombok" | "mapstruct" | "caffeine" | "resilience4j" | "spring-webflux" | "spring-batch" | "spring-kafka" | "spring-mail" | "spring-devtools" | "micrometer-prometheus" | "thymeleaf" | "spring-amqp" | "opentelemetry-java")[];
|
|
1453
1484
|
javaTestingLibraries: ("none" | "junit5" | "mockito" | "testcontainers" | "assertj" | "rest-assured" | "wiremock" | "awaitility" | "archunit" | "jqwik")[];
|
|
1454
1485
|
dotnetWebFramework: "none" | "aspnet-minimal" | "aspnet-mvc" | "aspnet-blazor";
|
|
@@ -1465,7 +1496,7 @@ declare const router: {
|
|
|
1465
1496
|
elixirWebFramework: "none" | "phoenix" | "phoenix-live-view";
|
|
1466
1497
|
elixirOrm: "none" | "ecto" | "ecto-sql";
|
|
1467
1498
|
elixirAuth: "none" | "phx-gen-auth" | "ueberauth" | "guardian";
|
|
1468
|
-
elixirApi: "none" | "
|
|
1499
|
+
elixirApi: "none" | "grpc" | "rest" | "absinthe";
|
|
1469
1500
|
elixirRealtime: "none" | "channels" | "presence" | "pubsub" | "live-view-streams";
|
|
1470
1501
|
elixirJobs: "none" | "oban" | "quantum";
|
|
1471
1502
|
elixirValidation: "none" | "ecto-changesets" | "nimble-options";
|
|
@@ -1479,6 +1510,7 @@ declare const router: {
|
|
|
1479
1510
|
elixirDeploy: "none" | "docker" | "fly" | "gigalixir" | "mix-release";
|
|
1480
1511
|
elixirLibraries: ("none" | "nx" | "broadway")[];
|
|
1481
1512
|
aiDocs: ("none" | "claude-md" | "agents-md" | "cursorrules")[];
|
|
1513
|
+
workspaceShape?: "monorepo" | "single-app" | undefined;
|
|
1482
1514
|
astroIntegration?: "none" | "svelte" | "solid" | "react" | "vue" | undefined;
|
|
1483
1515
|
shadcnBase?: "radix" | "base" | undefined;
|
|
1484
1516
|
shadcnStyle?: "vega" | "nova" | "maia" | "lyra" | "mira" | "luma" | "sera" | undefined;
|
|
@@ -1487,9 +1519,10 @@ declare const router: {
|
|
|
1487
1519
|
shadcnBaseColor?: "neutral" | "stone" | "zinc" | "gray" | undefined;
|
|
1488
1520
|
shadcnFont?: "inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono" | undefined;
|
|
1489
1521
|
shadcnRadius?: "default" | "none" | "small" | "medium" | "large" | undefined;
|
|
1522
|
+
javaLanguage?: "java" | "kotlin" | undefined;
|
|
1490
1523
|
stackParts?: {
|
|
1491
1524
|
id: string;
|
|
1492
|
-
role: "api" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "rateLimit" | "i18n" | "search" | "vectorDb" | "fileStorage" | "animation" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "examples" | "ai" | "effect" | "config" | "frontend" | "
|
|
1525
|
+
role: "api" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "rateLimit" | "i18n" | "search" | "vectorDb" | "fileStorage" | "animation" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "examples" | "ai" | "effect" | "config" | "frontend" | "css" | "ui" | "push" | "mobile" | "graphql" | "deploy" | "navigation" | "storage" | "ota" | "deepLinking" | "appPlatform" | "dataFetching" | "workspaceTooling" | "language" | "buildTool" | "cli" | "errorHandling" | "httpClient" | "libraries" | "templating";
|
|
1493
1526
|
toolId: string;
|
|
1494
1527
|
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet" | "universal";
|
|
1495
1528
|
source: "selected" | "defaulted" | "provided" | "legacy" | "adjusted";
|
|
@@ -1519,13 +1552,13 @@ declare const router: {
|
|
|
1519
1552
|
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet";
|
|
1520
1553
|
database: "none" | "sqlite" | "postgres" | "mysql" | "mongodb" | "edgedb" | "redis";
|
|
1521
1554
|
orm: "none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize";
|
|
1522
|
-
backend: "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
|
|
1555
|
+
backend: "effect" | "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
|
|
1523
1556
|
runtime: "none" | "bun" | "node" | "workers";
|
|
1524
1557
|
frontend: ("none" | "tanstack-router" | "react-router" | "react-vite" | "tanstack-start" | "next" | "vinext" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
|
|
1525
1558
|
addons: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook" | "swr" | "tanstack-query" | "tanstack-table" | "tanstack-virtual" | "tanstack-db" | "tanstack-pacer" | "backend-utils" | "devcontainer" | "docker-compose" | "github-actions")[];
|
|
1526
1559
|
examples: ("ai" | "none" | "chat-sdk" | "tanstack-showcase")[];
|
|
1527
1560
|
auth: "none" | "better-auth" | "better-auth-organizations" | "go-better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0" | "workos" | "kinde";
|
|
1528
|
-
payments: "none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo";
|
|
1561
|
+
payments: "none" | "revenuecat" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo" | "creem" | "autumn" | "commet";
|
|
1529
1562
|
git: boolean;
|
|
1530
1563
|
packageManager: "bun" | "npm" | "pnpm" | "yarn";
|
|
1531
1564
|
versionChannel: "stable" | "latest" | "beta";
|
|
@@ -1541,7 +1574,7 @@ declare const router: {
|
|
|
1541
1574
|
testing: "none" | "vitest" | "playwright" | "vitest-playwright" | "jest" | "cypress";
|
|
1542
1575
|
email: "none" | "react-email" | "resend" | "nodemailer" | "postmark" | "sendgrid" | "aws-ses" | "mailgun" | "plunk";
|
|
1543
1576
|
cssFramework: "none" | "tailwind" | "scss" | "less" | "postcss-only";
|
|
1544
|
-
uiLibrary: "none" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "
|
|
1577
|
+
uiLibrary: "none" | "mui" | "shadcn-ui" | "shadcn-svelte" | "daisyui" | "radix-ui" | "headless-ui" | "park-ui" | "chakra-ui" | "nextui" | "mantine" | "antd" | "base-ui" | "ark-ui" | "react-aria";
|
|
1545
1578
|
validation: "none" | "zod" | "valibot" | "arktype" | "typebox" | "typia" | "runtypes" | "effect-schema";
|
|
1546
1579
|
realtime: "none" | "socket-io" | "partykit" | "ably" | "pusher" | "liveblocks" | "yjs";
|
|
1547
1580
|
jobQueue: "none" | "bullmq" | "trigger-dev" | "inngest" | "temporal";
|
|
@@ -1550,14 +1583,14 @@ declare const router: {
|
|
|
1550
1583
|
logging: "none" | "pino" | "winston" | "evlog";
|
|
1551
1584
|
observability: "none" | "opentelemetry" | "sentry" | "grafana" | "datadog" | "axiom" | "betterstack";
|
|
1552
1585
|
featureFlags: "none" | "growthbook" | "posthog" | "launchdarkly" | "flagsmith" | "unleash";
|
|
1553
|
-
analytics: "none" | "plausible" | "umami";
|
|
1586
|
+
analytics: "none" | "posthog" | "plausible" | "umami";
|
|
1554
1587
|
cms: "none" | "payload" | "sanity" | "strapi" | "tinacms" | "directus" | "keystatic";
|
|
1555
|
-
caching: "none" | "upstash-redis";
|
|
1588
|
+
caching: "none" | "redis" | "upstash-redis";
|
|
1556
1589
|
rateLimit: "none" | "arcjet" | "upstash-ratelimit";
|
|
1557
|
-
i18n: "none" | "paraglide" | "i18next" | "next-intl";
|
|
1558
|
-
search: "none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia";
|
|
1590
|
+
i18n: "none" | "paraglide" | "i18next" | "next-intl" | "intlayer";
|
|
1591
|
+
search: "none" | "meilisearch" | "typesense" | "elasticsearch" | "opensearch" | "algolia" | "bleve";
|
|
1559
1592
|
vectorDb: "none" | "pgvector" | "qdrant" | "chroma" | "pinecone";
|
|
1560
|
-
fileStorage: "none" | "s3" | "r2" | "cloudinary";
|
|
1593
|
+
fileStorage: "none" | "s3" | "r2" | "cloudinary" | "supabase-storage";
|
|
1561
1594
|
mobileNavigation: "none" | "expo-router" | "react-navigation";
|
|
1562
1595
|
mobileUI: "none" | "uniwind" | "tamagui" | "gluestack-ui" | "unistyles";
|
|
1563
1596
|
mobileStorage: "none" | "mmkv";
|
|
@@ -1565,7 +1598,7 @@ declare const router: {
|
|
|
1565
1598
|
mobilePush: "none" | "expo-notifications";
|
|
1566
1599
|
mobileOTA: "none" | "expo-updates";
|
|
1567
1600
|
mobileDeepLinking: "none" | "expo-linking";
|
|
1568
|
-
rustWebFramework: "none" | "axum" | "actix-web" | "rocket";
|
|
1601
|
+
rustWebFramework: "none" | "axum" | "actix-web" | "rocket" | "poem" | "loco";
|
|
1569
1602
|
rustFrontend: "none" | "leptos" | "dioxus";
|
|
1570
1603
|
rustOrm: "none" | "sea-orm" | "sqlx" | "diesel";
|
|
1571
1604
|
rustApi: "none" | "tonic" | "async-graphql";
|
|
@@ -1593,8 +1626,8 @@ declare const router: {
|
|
|
1593
1626
|
pythonRealtime: "none" | "python-socketio" | "websockets";
|
|
1594
1627
|
pythonObservability: "none" | "opentelemetry";
|
|
1595
1628
|
pythonCli: ("none" | "typer" | "click" | "rich")[];
|
|
1596
|
-
goWebFramework: "none" | "gin" | "echo" | "fiber" | "chi";
|
|
1597
|
-
goOrm: "none" | "gorm" | "sqlc" | "ent";
|
|
1629
|
+
goWebFramework: "none" | "gin" | "echo" | "fiber" | "chi" | "stdlib";
|
|
1630
|
+
goOrm: "none" | "bun" | "gorm" | "sqlc" | "ent";
|
|
1598
1631
|
goApi: "none" | "grpc-go" | "gqlgen";
|
|
1599
1632
|
goCli: "none" | "cobra" | "bubbletea" | "urfave-cli";
|
|
1600
1633
|
goLogging: "none" | "zap" | "zerolog" | "slog" | "logrus";
|
|
@@ -1605,12 +1638,12 @@ declare const router: {
|
|
|
1605
1638
|
goCaching: "none" | "redis" | "ristretto";
|
|
1606
1639
|
goConfig: "none" | "viper" | "koanf";
|
|
1607
1640
|
goObservability: "none" | "opentelemetry";
|
|
1608
|
-
javaWebFramework: "none" | "spring-boot" | "quarkus";
|
|
1641
|
+
javaWebFramework: "none" | "spring-boot" | "quarkus" | "micronaut";
|
|
1609
1642
|
javaBuildTool: "none" | "maven" | "gradle";
|
|
1610
1643
|
javaOrm: "none" | "spring-data-jpa" | "jooq" | "mybatis";
|
|
1611
1644
|
javaAuth: "none" | "spring-security" | "keycloak";
|
|
1612
|
-
javaApi: "none" | "spring-graphql";
|
|
1613
|
-
javaLogging: "none" | "logback";
|
|
1645
|
+
javaApi: "none" | "spring-graphql" | "openapi-generator" | "grpc";
|
|
1646
|
+
javaLogging: "none" | "logback" | "log4j2";
|
|
1614
1647
|
javaLibraries: ("none" | "spring-actuator" | "spring-validation" | "flyway" | "liquibase" | "springdoc-openapi" | "lombok" | "mapstruct" | "caffeine" | "resilience4j" | "spring-webflux" | "spring-batch" | "spring-kafka" | "spring-mail" | "spring-devtools" | "micrometer-prometheus" | "thymeleaf" | "spring-amqp" | "opentelemetry-java")[];
|
|
1615
1648
|
javaTestingLibraries: ("none" | "junit5" | "mockito" | "testcontainers" | "assertj" | "rest-assured" | "wiremock" | "awaitility" | "archunit" | "jqwik")[];
|
|
1616
1649
|
dotnetWebFramework: "none" | "aspnet-minimal" | "aspnet-mvc" | "aspnet-blazor";
|
|
@@ -1627,7 +1660,7 @@ declare const router: {
|
|
|
1627
1660
|
elixirWebFramework: "none" | "phoenix" | "phoenix-live-view";
|
|
1628
1661
|
elixirOrm: "none" | "ecto" | "ecto-sql";
|
|
1629
1662
|
elixirAuth: "none" | "phx-gen-auth" | "ueberauth" | "guardian";
|
|
1630
|
-
elixirApi: "none" | "
|
|
1663
|
+
elixirApi: "none" | "grpc" | "rest" | "absinthe";
|
|
1631
1664
|
elixirRealtime: "none" | "channels" | "presence" | "pubsub" | "live-view-streams";
|
|
1632
1665
|
elixirJobs: "none" | "oban" | "quantum";
|
|
1633
1666
|
elixirValidation: "none" | "ecto-changesets" | "nimble-options";
|
|
@@ -1641,6 +1674,7 @@ declare const router: {
|
|
|
1641
1674
|
elixirDeploy: "none" | "docker" | "fly" | "gigalixir" | "mix-release";
|
|
1642
1675
|
elixirLibraries: ("none" | "nx" | "broadway")[];
|
|
1643
1676
|
aiDocs: ("none" | "claude-md" | "agents-md" | "cursorrules")[];
|
|
1677
|
+
workspaceShape?: "monorepo" | "single-app" | undefined;
|
|
1644
1678
|
astroIntegration?: "none" | "svelte" | "solid" | "react" | "vue" | undefined;
|
|
1645
1679
|
shadcnBase?: "radix" | "base" | undefined;
|
|
1646
1680
|
shadcnStyle?: "vega" | "nova" | "maia" | "lyra" | "mira" | "luma" | "sera" | undefined;
|
|
@@ -1649,9 +1683,10 @@ declare const router: {
|
|
|
1649
1683
|
shadcnBaseColor?: "neutral" | "stone" | "zinc" | "gray" | undefined;
|
|
1650
1684
|
shadcnFont?: "inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono" | undefined;
|
|
1651
1685
|
shadcnRadius?: "default" | "none" | "small" | "medium" | "large" | undefined;
|
|
1686
|
+
javaLanguage?: "java" | "kotlin" | undefined;
|
|
1652
1687
|
stackParts?: {
|
|
1653
1688
|
id: string;
|
|
1654
|
-
role: "api" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "rateLimit" | "i18n" | "search" | "vectorDb" | "fileStorage" | "animation" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "examples" | "ai" | "effect" | "config" | "frontend" | "
|
|
1689
|
+
role: "api" | "runtime" | "backend" | "database" | "orm" | "dbSetup" | "auth" | "payments" | "email" | "fileUpload" | "logging" | "observability" | "stateManagement" | "forms" | "validation" | "testing" | "realtime" | "jobQueue" | "caching" | "rateLimit" | "i18n" | "search" | "vectorDb" | "fileStorage" | "animation" | "cms" | "featureFlags" | "analytics" | "codeQuality" | "documentation" | "examples" | "ai" | "effect" | "config" | "frontend" | "css" | "ui" | "push" | "mobile" | "graphql" | "deploy" | "navigation" | "storage" | "ota" | "deepLinking" | "appPlatform" | "dataFetching" | "workspaceTooling" | "language" | "buildTool" | "cli" | "errorHandling" | "httpClient" | "libraries" | "templating";
|
|
1655
1690
|
toolId: string;
|
|
1656
1691
|
ecosystem: "typescript" | "react-native" | "rust" | "python" | "go" | "java" | "elixir" | "dotnet" | "universal";
|
|
1657
1692
|
source: "selected" | "defaulted" | "provided" | "legacy" | "adjusted";
|
|
@@ -1715,6 +1750,7 @@ declare const router: {
|
|
|
1715
1750
|
workers: "workers";
|
|
1716
1751
|
}>>;
|
|
1717
1752
|
backend: z.ZodOptional<z.ZodEnum<{
|
|
1753
|
+
effect: "effect";
|
|
1718
1754
|
none: "none";
|
|
1719
1755
|
hono: "hono";
|
|
1720
1756
|
express: "express";
|
|
@@ -1796,11 +1832,15 @@ declare const router: {
|
|
|
1796
1832
|
}>>;
|
|
1797
1833
|
payments: z.ZodOptional<z.ZodEnum<{
|
|
1798
1834
|
none: "none";
|
|
1835
|
+
revenuecat: "revenuecat";
|
|
1799
1836
|
polar: "polar";
|
|
1800
1837
|
stripe: "stripe";
|
|
1801
1838
|
"lemon-squeezy": "lemon-squeezy";
|
|
1802
1839
|
paddle: "paddle";
|
|
1803
1840
|
dodo: "dodo";
|
|
1841
|
+
creem: "creem";
|
|
1842
|
+
autumn: "autumn";
|
|
1843
|
+
commet: "commet";
|
|
1804
1844
|
}>>;
|
|
1805
1845
|
email: z.ZodOptional<z.ZodEnum<{
|
|
1806
1846
|
none: "none";
|
|
@@ -1891,6 +1931,7 @@ declare const router: {
|
|
|
1891
1931
|
}>>;
|
|
1892
1932
|
caching: z.ZodOptional<z.ZodEnum<{
|
|
1893
1933
|
none: "none";
|
|
1934
|
+
redis: "redis";
|
|
1894
1935
|
"upstash-redis": "upstash-redis";
|
|
1895
1936
|
}>>;
|
|
1896
1937
|
rateLimit: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1903,6 +1944,7 @@ declare const router: {
|
|
|
1903
1944
|
paraglide: "paraglide";
|
|
1904
1945
|
i18next: "i18next";
|
|
1905
1946
|
"next-intl": "next-intl";
|
|
1947
|
+
intlayer: "intlayer";
|
|
1906
1948
|
}>>;
|
|
1907
1949
|
search: z.ZodOptional<z.ZodEnum<{
|
|
1908
1950
|
none: "none";
|
|
@@ -1911,6 +1953,7 @@ declare const router: {
|
|
|
1911
1953
|
elasticsearch: "elasticsearch";
|
|
1912
1954
|
opensearch: "opensearch";
|
|
1913
1955
|
algolia: "algolia";
|
|
1956
|
+
bleve: "bleve";
|
|
1914
1957
|
}>>;
|
|
1915
1958
|
vectorDb: z.ZodOptional<z.ZodEnum<{
|
|
1916
1959
|
none: "none";
|
|
@@ -1924,6 +1967,7 @@ declare const router: {
|
|
|
1924
1967
|
s3: "s3";
|
|
1925
1968
|
r2: "r2";
|
|
1926
1969
|
cloudinary: "cloudinary";
|
|
1970
|
+
"supabase-storage": "supabase-storage";
|
|
1927
1971
|
}>>;
|
|
1928
1972
|
animation: z.ZodOptional<z.ZodEnum<{
|
|
1929
1973
|
none: "none";
|
|
@@ -1941,6 +1985,7 @@ declare const router: {
|
|
|
1941
1985
|
"postcss-only": "postcss-only";
|
|
1942
1986
|
}>>;
|
|
1943
1987
|
uiLibrary: z.ZodOptional<z.ZodEnum<{
|
|
1988
|
+
mui: "mui";
|
|
1944
1989
|
none: "none";
|
|
1945
1990
|
"shadcn-ui": "shadcn-ui";
|
|
1946
1991
|
"shadcn-svelte": "shadcn-svelte";
|
|
@@ -1951,7 +1996,6 @@ declare const router: {
|
|
|
1951
1996
|
"chakra-ui": "chakra-ui";
|
|
1952
1997
|
nextui: "nextui";
|
|
1953
1998
|
mantine: "mantine";
|
|
1954
|
-
mui: "mui";
|
|
1955
1999
|
antd: "antd";
|
|
1956
2000
|
"base-ui": "base-ui";
|
|
1957
2001
|
"ark-ui": "ark-ui";
|
|
@@ -1976,6 +2020,7 @@ declare const router: {
|
|
|
1976
2020
|
}>>;
|
|
1977
2021
|
analytics: z.ZodOptional<z.ZodEnum<{
|
|
1978
2022
|
none: "none";
|
|
2023
|
+
posthog: "posthog";
|
|
1979
2024
|
plausible: "plausible";
|
|
1980
2025
|
umami: "umami";
|
|
1981
2026
|
}>>;
|
|
@@ -1986,9 +2031,9 @@ declare const router: {
|
|
|
1986
2031
|
}>>;
|
|
1987
2032
|
mobileUI: z.ZodOptional<z.ZodEnum<{
|
|
1988
2033
|
none: "none";
|
|
2034
|
+
uniwind: "uniwind";
|
|
1989
2035
|
tamagui: "tamagui";
|
|
1990
2036
|
"gluestack-ui": "gluestack-ui";
|
|
1991
|
-
uniwind: "uniwind";
|
|
1992
2037
|
unistyles: "unistyles";
|
|
1993
2038
|
}>>;
|
|
1994
2039
|
mobileStorage: z.ZodOptional<z.ZodEnum<{
|
|
@@ -2122,8 +2167,8 @@ declare const router: {
|
|
|
2122
2167
|
"geist-mono": "geist-mono";
|
|
2123
2168
|
}>>;
|
|
2124
2169
|
shadcnRadius: z.ZodOptional<z.ZodEnum<{
|
|
2125
|
-
default: "default";
|
|
2126
2170
|
none: "none";
|
|
2171
|
+
default: "default";
|
|
2127
2172
|
small: "small";
|
|
2128
2173
|
medium: "medium";
|
|
2129
2174
|
large: "large";
|
|
@@ -2133,6 +2178,8 @@ declare const router: {
|
|
|
2133
2178
|
axum: "axum";
|
|
2134
2179
|
"actix-web": "actix-web";
|
|
2135
2180
|
rocket: "rocket";
|
|
2181
|
+
poem: "poem";
|
|
2182
|
+
loco: "loco";
|
|
2136
2183
|
}>>;
|
|
2137
2184
|
rustFrontend: z.ZodOptional<z.ZodEnum<{
|
|
2138
2185
|
none: "none";
|
|
@@ -2156,12 +2203,12 @@ declare const router: {
|
|
|
2156
2203
|
ratatui: "ratatui";
|
|
2157
2204
|
}>>;
|
|
2158
2205
|
rustLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2159
|
-
config: "config";
|
|
2160
2206
|
none: "none";
|
|
2161
2207
|
serde: "serde";
|
|
2162
2208
|
uuid: "uuid";
|
|
2163
2209
|
chrono: "chrono";
|
|
2164
2210
|
reqwest: "reqwest";
|
|
2211
|
+
config: "config";
|
|
2165
2212
|
dashmap: "dashmap";
|
|
2166
2213
|
"parking-lot": "parking-lot";
|
|
2167
2214
|
secrecy: "secrecy";
|
|
@@ -2305,10 +2352,12 @@ declare const router: {
|
|
|
2305
2352
|
echo: "echo";
|
|
2306
2353
|
fiber: "fiber";
|
|
2307
2354
|
chi: "chi";
|
|
2355
|
+
stdlib: "stdlib";
|
|
2308
2356
|
}>>;
|
|
2309
2357
|
goOrm: z.ZodOptional<z.ZodEnum<{
|
|
2310
|
-
none: "none";
|
|
2311
2358
|
gorm: "gorm";
|
|
2359
|
+
none: "none";
|
|
2360
|
+
bun: "bun";
|
|
2312
2361
|
sqlc: "sqlc";
|
|
2313
2362
|
ent: "ent";
|
|
2314
2363
|
}>>;
|
|
@@ -2365,10 +2414,15 @@ declare const router: {
|
|
|
2365
2414
|
none: "none";
|
|
2366
2415
|
opentelemetry: "opentelemetry";
|
|
2367
2416
|
}>>;
|
|
2417
|
+
javaLanguage: z.ZodOptional<z.ZodEnum<{
|
|
2418
|
+
java: "java";
|
|
2419
|
+
kotlin: "kotlin";
|
|
2420
|
+
}>>;
|
|
2368
2421
|
javaWebFramework: z.ZodOptional<z.ZodEnum<{
|
|
2369
2422
|
none: "none";
|
|
2370
2423
|
"spring-boot": "spring-boot";
|
|
2371
2424
|
quarkus: "quarkus";
|
|
2425
|
+
micronaut: "micronaut";
|
|
2372
2426
|
}>>;
|
|
2373
2427
|
javaBuildTool: z.ZodOptional<z.ZodEnum<{
|
|
2374
2428
|
none: "none";
|
|
@@ -2389,10 +2443,13 @@ declare const router: {
|
|
|
2389
2443
|
javaApi: z.ZodOptional<z.ZodEnum<{
|
|
2390
2444
|
none: "none";
|
|
2391
2445
|
"spring-graphql": "spring-graphql";
|
|
2446
|
+
"openapi-generator": "openapi-generator";
|
|
2447
|
+
grpc: "grpc";
|
|
2392
2448
|
}>>;
|
|
2393
2449
|
javaLogging: z.ZodOptional<z.ZodEnum<{
|
|
2394
2450
|
none: "none";
|
|
2395
2451
|
logback: "logback";
|
|
2452
|
+
log4j2: "log4j2";
|
|
2396
2453
|
}>>;
|
|
2397
2454
|
javaLibraries: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
2398
2455
|
none: "none";
|
|
@@ -2509,9 +2566,9 @@ declare const router: {
|
|
|
2509
2566
|
}>>;
|
|
2510
2567
|
elixirApi: z.ZodOptional<z.ZodEnum<{
|
|
2511
2568
|
none: "none";
|
|
2569
|
+
grpc: "grpc";
|
|
2512
2570
|
rest: "rest";
|
|
2513
2571
|
absinthe: "absinthe";
|
|
2514
|
-
grpc: "grpc";
|
|
2515
2572
|
}>>;
|
|
2516
2573
|
elixirRealtime: z.ZodOptional<z.ZodEnum<{
|
|
2517
2574
|
none: "none";
|
|
@@ -2644,6 +2701,7 @@ declare const router: {
|
|
|
2644
2701
|
"github-actions": "github-actions";
|
|
2645
2702
|
}>>>;
|
|
2646
2703
|
projectDir: z.ZodOptional<z.ZodString>;
|
|
2704
|
+
acknowledgeArchitectureChange: z.ZodOptional<z.ZodBoolean>;
|
|
2647
2705
|
}, z.core.$strip>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
2648
2706
|
history: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodObject<{
|
|
2649
2707
|
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
@@ -2664,6 +2722,28 @@ declare const router: {
|
|
|
2664
2722
|
ecosystem: z.ZodOptional<z.ZodString>;
|
|
2665
2723
|
"list-ecosystems": z.ZodDefault<z.ZodBoolean>;
|
|
2666
2724
|
}, z.core.$strip>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
2725
|
+
gen: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodTuple<[z.ZodEnum<{
|
|
2726
|
+
resource: "resource";
|
|
2727
|
+
route: "route";
|
|
2728
|
+
}>, z.ZodString, z.ZodObject<{
|
|
2729
|
+
dir: z.ZodOptional<z.ZodString>;
|
|
2730
|
+
dryRun: z.ZodDefault<z.ZodBoolean>;
|
|
2731
|
+
}, z.core.$strip>], null>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
2732
|
+
registry: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodTuple<[z.ZodDefault<z.ZodOptional<z.ZodEnum<{
|
|
2733
|
+
add: "add";
|
|
2734
|
+
list: "list";
|
|
2735
|
+
}>>>, z.ZodOptional<z.ZodString>, z.ZodObject<{
|
|
2736
|
+
projectDir: z.ZodOptional<z.ZodString>;
|
|
2737
|
+
json: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2738
|
+
dryRun: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2739
|
+
}, z.core.$strip>], null>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
2740
|
+
update: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodTuple<[z.ZodOptional<z.ZodString>, z.ZodObject<{
|
|
2741
|
+
dryRun: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2742
|
+
apply: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2743
|
+
check: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2744
|
+
json: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2745
|
+
recordBaseline: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2746
|
+
}, z.core.$strip>], null>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
2667
2747
|
mcp: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, _orpc_server0.Schema<unknown, unknown>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
2668
2748
|
doctor: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodTuple<[z.ZodOptional<z.ZodString>, z.ZodObject<{
|
|
2669
2749
|
skipChecks: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
@@ -2673,6 +2753,11 @@ declare const router: {
|
|
|
2673
2753
|
skipChecks: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2674
2754
|
json: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2675
2755
|
}, z.core.$strip>], null>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
2756
|
+
recommend: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodObject<{
|
|
2757
|
+
brief: z.ZodString;
|
|
2758
|
+
ecosystem: z.ZodOptional<z.ZodString>;
|
|
2759
|
+
json: z.ZodDefault<z.ZodBoolean>;
|
|
2760
|
+
}, z.core.$strip>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
2676
2761
|
};
|
|
2677
2762
|
declare function createBtsCli(): trpc_cli0.TrpcCli;
|
|
2678
2763
|
/**
|
|
@@ -2717,6 +2802,13 @@ declare function check(projectDir?: string, options?: {
|
|
|
2717
2802
|
skipChecks?: boolean;
|
|
2718
2803
|
json?: boolean;
|
|
2719
2804
|
}): Promise<void>;
|
|
2805
|
+
declare function update(projectDir?: string, options?: {
|
|
2806
|
+
dryRun?: boolean;
|
|
2807
|
+
apply?: boolean;
|
|
2808
|
+
check?: boolean;
|
|
2809
|
+
json?: boolean;
|
|
2810
|
+
recordBaseline?: boolean;
|
|
2811
|
+
}): Promise<void>;
|
|
2720
2812
|
//#endregion
|
|
2721
2813
|
//#region src/index.d.ts
|
|
2722
2814
|
/**
|
|
@@ -2817,4 +2909,4 @@ type ServerDeploy = import__better_fullstack_types.ServerDeploy;
|
|
|
2817
2909
|
type Template = import__better_fullstack_types.Template;
|
|
2818
2910
|
type UILibrary = import__better_fullstack_types.UILibrary;
|
|
2819
2911
|
type WebDeploy = import__better_fullstack_types.WebDeploy;
|
|
2820
|
-
export { type API, type AddInput, type AddResult, type Addons, type AiDocs, type Analytics, type Animation, type Auth, type Backend, type BetterTStackConfig, type CMS, type CSSFramework, type Caching, type CreateInput, type Database, type DatabaseSetup, type DirectoryConflict, EMBEDDED_TEMPLATES, type Ecosystem, type Effect, type ElixirApi, type ElixirAuth, type ElixirCaching, type ElixirDeploy, type ElixirEmail, type ElixirHttp, type ElixirJobs, type ElixirJson, type ElixirObservability, type ElixirOrm, type ElixirQuality, type ElixirRealtime, type ElixirTesting, type ElixirValidation, type ElixirWebFramework, type Examples, type Frontend, type GeneratorOptions, type GeneratorResult, type GoApi, type GoAuth, type GoCli, type GoLogging, type GoOrm, type GoWebFramework, type InitResult, type JavaAuth, type JavaBuildTool, type JavaLibraries, type JavaOrm, type JavaTestingLibraries, type JavaWebFramework, type Logging, type ORM, type PackageManager, type Payments, type PythonAi, type PythonOrm, type PythonQuality, type PythonTaskQueue, type PythonValidation, type PythonWebFramework, type Realtime, type Runtime, type RustApi, type RustCli, type RustFrontend, type RustLibraries, type RustLogging, type RustOrm, type RustWebFramework, type ServerDeploy, TEMPLATE_COUNT, type Template, type UILibrary, type VirtualDirectory, type VirtualFile, VirtualFileSystem, type VirtualFileTree, type VirtualNode, type WebDeploy, add, builder, check, create, createBtsCli, createVirtual, docs, doctor, generateVirtualProject, history, router, sponsors, telemetry };
|
|
2912
|
+
export { type API, type AddInput, type AddResult, type Addons, type AiDocs, type Analytics, type Animation, type Auth, type Backend, type BetterTStackConfig, type CMS, type CSSFramework, type Caching, type CreateInput, type Database, type DatabaseSetup, type DirectoryConflict, EMBEDDED_TEMPLATES, type Ecosystem, type Effect, type ElixirApi, type ElixirAuth, type ElixirCaching, type ElixirDeploy, type ElixirEmail, type ElixirHttp, type ElixirJobs, type ElixirJson, type ElixirObservability, type ElixirOrm, type ElixirQuality, type ElixirRealtime, type ElixirTesting, type ElixirValidation, type ElixirWebFramework, type Examples, type Frontend, type GeneratorOptions, type GeneratorResult, type GoApi, type GoAuth, type GoCli, type GoLogging, type GoOrm, type GoWebFramework, type InitResult, type JavaAuth, type JavaBuildTool, type JavaLibraries, type JavaOrm, type JavaTestingLibraries, type JavaWebFramework, type Logging, type ORM, type PackageManager, type Payments, type PythonAi, type PythonOrm, type PythonQuality, type PythonTaskQueue, type PythonValidation, type PythonWebFramework, type Realtime, type Runtime, type RustApi, type RustCli, type RustFrontend, type RustLibraries, type RustLogging, type RustOrm, type RustWebFramework, type ServerDeploy, TEMPLATE_COUNT, type Template, type UILibrary, type VirtualDirectory, type VirtualFile, VirtualFileSystem, type VirtualFileTree, type VirtualNode, type WebDeploy, add, builder, check, create, createBtsCli, createVirtual, docs, doctor, generateVirtualProject, history, router, sponsors, telemetry, update };
|