Skip to content

Commit 0e2821d

Browse files
KyleAMathewsclaude
andcommitted
Update TanStack DB tagline to reflect client-first API store positioning
Update the tagline and description to align with the messaging from the 0.5 release blog post, emphasizing TanStack DB as "The reactive client-first store for your API" with query-driven sync capabilities. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ac0cf22 commit 0e2821d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/libraries/db.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ export const dbProject = {
1414
name: 'TanStack DB',
1515
cardStyles: `shadow-xl shadow-orange-700/20 dark:shadow-lg dark:shadow-orange-500/20 text-orange-500 dark:text-orange-400 border-2 border-transparent hover:border-current`,
1616
to: '/db',
17-
tagline: `A reactive client store for building super fast apps on sync`,
18-
description: `TanStack DB extends TanStack Query with collections, live queries and optimistic mutations that keep your UI reactive, consistent and blazing fast 🔥`,
17+
tagline: `The reactive client-first store for your API`,
18+
description: `TanStack DB gives you a reactive, client-first store for your API data with collections, live queries and optimistic mutations that keep your UI reactive, consistent and blazing fast 🔥`,
1919
ogImage: 'https://github.com/tanstack/db/raw/main/media/repo-header.png',
2020
badge: 'beta',
2121
bgStyle: `bg-orange-700`,

0 commit comments

Comments
 (0)