Skip to content

Commit 276e527

Browse files
authored
Merge pull request #2546 from appwrite/tessa-updates-Oct28-2025
chore: add tanstack to main frameworks page
2 parents b7554e6 + d9529db commit 276e527

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/routes/blog/post/tanstack-start-support-in-appwrite-sites/+page.markdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ This update means TanStack Start developers can finally go all-in on Appwrite Si
3939
Here’s what this unlocks:
4040

4141
- **Full SSR support:** TanStack Start apps, now running natively on Appwrite Cloud.
42-
- **First SSR framework for Solid:** Since TanStack Start also supports Solid, Appwrite now extends SSR hosting beyond JavaScript.
42+
- **First SSR framework for Solid:** Since TanStack Start also supports Solid, Appwrite now extends SSR hosting to additional JavaScript ecosystems like Solid.
43+
or is that redundant
4344
- **All-in-one setup:** Host your frontend, backend, and database in one place, without third-party dependencies.
4445
- **Open-source foundation:** TanStack Start is built on open, familiar web technologies. Nothing proprietary or platform-specific. Next.js works best on Vercel, where all its features are deeply integrated, but running it elsewhere often adds complexity. TanStack Start takes a different approach. Its open architecture means your apps work the same everywhere
4546

src/routes/docs/products/sites/+page.markdoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ Try out one of our most popular framework quick-starts:
3838
{% cards_item href="/docs/products/sites/quick-start/vue" title="Vue" icon="web-icon-vue" %}
3939
{% /cards_item %}
4040

41+
{% cards_item href="/docs/products/sites/quick-start/tanstack-start" title="TanStack Start" icon="web-icon-tanstack" %}
42+
{% /cards_item %}
43+
4144
{% /cards %}
4245

4346
Or, [setup your first site using your favorite framework >](/docs/products/sites/quick-start)

0 commit comments

Comments
 (0)