Skip to content

Commit 830ced4

Browse files
KyleAMathewsclaude
andauthored
Update TanStack DB tagline to reflect client-first API store positioning (#531)
* Add tanstack-db 0.5 blog post * Add cover image to TanStack DB 0.5 blog post Added header.png cover image to the blog post and created the corresponding blog-assets directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * Fix linting: update .prettierignore and format blog post Added .content-collections and .claude to .prettierignore to exclude generated files and local settings from Prettier checks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * Improve code comment contrast in dark mode Increased the lightness of comment colors in the Tokyo Night theme from #565F89 to #8b93b8 for better readability in dark mode. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * tweaks * Fix comment contrast with correct color value Updated CSS to target the actual comment color (#51597D) used by Shiki's Tokyo Night theme and increased contrast to #9099c0 for better readability in dark mode. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]> * improve example * fix link * tweak * tweak * tweaks * Fix link * 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 <[email protected]> --------- Co-authored-by: Claude <[email protected]>
1 parent 650804f commit 830ced4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)