You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hooks/useAILibraryHeroAnimation.ts
+66-67Lines changed: 66 additions & 67 deletions
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,20 @@ import {
6
6
SERVICE_GUTTER,
7
7
}from'~/stores/aiLibraryHeroAnimation'
8
8
9
-
constFRAMEWORKS_COUNT=4
10
-
constSERVICES_COUNT=4
11
-
constSERVERS_COUNT=4
9
+
constFRAMEWORKS_COUNT=6
10
+
constSERVICES_COUNT=9
11
+
constSERVERS_COUNT=3
12
12
13
13
constMESSAGES=[
14
14
{
15
15
user: 'What makes TanStack AI different?',
16
16
assistant:
17
-
'TanStack AI is completely agnostic - server agnostic, client agnostic, and service agnostic. Use any backend (TypeScript, PHP, Python), any client (vanilla JS, React, Solid), and any AI service (OpenAI, Anthropic, Gemini, Ollama). We provide the libraries and standards, you choose your stack.',
17
+
'TanStack AI is completely agnostic - client agnostic, protocol agnostic, server agnostic, and provider agnostic. Use Vanilla, React, Vue, Solid, Svelte, or Preact clients, speak AG-UI on the wire, run TypeScript, Python, or PHP servers, and connect to the providers you choose.',
18
18
},
19
19
{
20
20
user: 'Do you support tools?',
21
21
assistant:
22
-
'Yes! We have full support for both client and server tooling, including tool approvals. You can execute tools on either side with complete type safety and control.',
22
+
'Yes. Define tools once, run them on the client or server, require approvals when needed, and use provider-native tools like web search or code execution when the selected model supports them.',
23
23
},
24
24
{
25
25
user: 'What about thinking models?',
@@ -34,12 +34,12 @@ const MESSAGES = [
34
34
{
35
35
user: 'What about developer experience?',
36
36
assistant:
37
-
'We have next-generation dev tools that show you everything happening with your AI connection in real-time. Debug, inspect, and optimize with complete visibility.',
37
+
'TanStack AI includes devtools, debug logging, middleware, observability hooks, and AG-UI event streams so you can inspect what happened instead of guessing.',
38
38
},
39
39
{
40
40
user: 'Is this a service I have to pay for?',
41
41
assistant:
42
-
"No! TanStack AI is pure opensource software. We don't have a service to promote or charge for. This is an ecosystem of libraries and standards connecting you with the services you choose - completely community supported.",
42
+
'No. TanStack AI is open-source software and standards, not a hosted gateway. There is no middleman, no service fee, and no provider lock-in.',
43
43
},
44
44
]
45
45
@@ -151,66 +151,65 @@ export function useAILibraryHeroAnimation() {
0 commit comments