We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1009dbd commit 996fdc4Copy full SHA for 996fdc4
app/utils/frameworks.ts
@@ -61,6 +61,11 @@ export const SHOWCASED_FRAMEWORKS = [
61
package: 'solid-js',
62
color: 'oklch(0.4237 0.0857 255.45)',
63
},
64
+ {
65
+ name: 'tanstack start',
66
+ package: '@tanstack/start',
67
+ color: 'oklch(60.9% .126 221.723)',
68
+ },
69
]
70
71
export type FrameworkPackageName = (typeof SHOWCASED_FRAMEWORKS)[number]['package']
0 commit comments