Skip to content

Commit bb35e89

Browse files
committed
post links
1 parent cfab2fa commit bb35e89

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/blog/tanstack-ai-alpha-your-ai-your-way.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors:
99

1010
![TanStack AI Alpha](/blog-assets/tanstack-ai-alpha-your-ai-your-way/header.jpg)
1111

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.**
1313

1414
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.
1515

@@ -29,25 +29,25 @@ TanStack AI takes a different approach. We're building the Switzerland of AI too
2929

3030
**Real examples that actually ship.** We're not just giving you docs, we're giving you working code:
3131

32-
- TanStack Start with React
32+
- [TanStack Start](/start) with React
3333

34-
- TanStack Start with Solid
34+
- [TanStack Start](/start) with Solid
3535

3636
- PHP with Slim running a Vanilla client
3737

3838
- Laravel with React (coming soon)
3939

4040
- Python FastAPI with Vanilla frontend
4141

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
4343

4444
**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.
4545

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).
4747

4848
## Coming Soon
4949

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.
5151

5252
## The Catch
5353

0 commit comments

Comments
 (0)