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/blog/tanstack-ai-alpha-your-ai-your-way.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ authors:
9
9
10
10

11
11
12
-
**The TanStack team is excited to announce the alpha release of TanStack AI, a framework-agnostic AI toolkit built for developers who want control over their stack.**
12
+
**The TanStack team is excited to announce the alpha release of [TanStack AI](/ai), a framework-agnostic AI toolkit built for developers who want control over their stack.**
13
13
14
14
Let's be honest. The current AI landscape has a problem. You pick a framework, you pick a cloud provider, and suddenly you're locked into an ecosystem that dictates how you build. We think that's backwards.
15
15
@@ -29,25 +29,25 @@ TanStack AI takes a different approach. We're building the Switzerland of AI too
29
29
30
30
**Real examples that actually ship.** We're not just giving you docs, we're giving you working code:
31
31
32
-
- TanStack Start with React
32
+
-[TanStack Start](/start) with React
33
33
34
-
- TanStack Start with Solid
34
+
-[TanStack Start](/start) with Solid
35
35
36
36
- PHP with Slim running a Vanilla client
37
37
38
38
- Laravel with React (coming soon)
39
39
40
40
- Python FastAPI with Vanilla frontend
41
41
42
-
- A multi-user group chat built on TanStack Start using Cap'n'Web RPC and websockets
42
+
- A multi-user group chat built on [TanStack Start](/start) using Cap'n'Web RPC and websockets
43
43
44
44
**Per-model type safety that actually matters.** Every provider has different options. Every model supports different modalities. Text, audio, video, tools. We give you full typing for providerOptions on a per-model basis, so your IDE knows exactly what each model can do. No more guessing. No more runtime surprises.
45
45
46
-
**Isomorphic devtools.** A full AI devtools panel that gives you unparalleled insight into what the LLM is doing on both sides of the connection. See what's happening on the server. See what's happening on the client. Debug your AI workflows the way you debug everything else.
46
+
**Isomorphic devtools.** A full AI devtools panel that gives you unparalleled insight into what the LLM is doing on both sides of the connection. See what's happening on the server. See what's happening on the client. Debug your AI workflows the way you debug everything else. Built on [TanStack Devtools](/devtools).
47
47
48
48
## Coming Soon
49
49
50
-
**Headless chatbot UI components.** Think Radix, but for AI chat interfaces. Fully functional, completely unstyled components for React and Solid that you can skin to match your application. You handle the look and feel, we handle the complexity underneath.
50
+
**Headless chatbot UI components.** Think Radix, but for AI chat interfaces. Fully functional, completely unstyled components for React and Solid that you can skin to match your application. You handle the look and feel, we handle the complexity underneath. Similar to how [TanStack Table](/table) and [TanStack Form](/form) work.
0 commit comments