Skip to content

Commit 5fb76fe

Browse files
KyleAMathewsclaude
andauthored
Rewrite documentation with new tagline (#805)
* docs: update tagline to "The reactive client-first store for your API" Updated the tagline across documentation to reflect the new messaging from the 0.5 release blog post. The new tagline better emphasizes TanStack DB's client-first architecture and API-centric approach. Files updated: - README.md - docs/overview.md - docs/quick-start.md * docs: expand tagline with value proposition and key benefits Enhanced the new tagline with additional context about TanStack DB's core value proposition: eliminating the need for custom API endpoints while providing fast local queries, real-time reactivity, and optimistic updates. Key changes: - Added "Stop building custom endpoints" messaging from 0.5 blog post - Emphasized component-driven querying and flexibility - Highlighted backend-agnostic nature (REST, sync engines, any source) - Refined bullet points for clarity and consistency Files updated: - README.md - Added value prop and refined benefits list - docs/overview.md - Expanded intro with value proposition - docs/quick-start.md - Added tagline context for consistency --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3e3504a commit 5fb76fe

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@
3737

3838
> Tanstack DB is currently in BETA. See [the release post](https://tanstack.com/blog/tanstack-db-0.1-the-embedded-client-database-for-tanstack-query) for more details.
3939
40-
A reactive client store that lets you build fast, sync‑driven apps with a backend‑agnostic real‑time data layer:
40+
The reactive client-first store for your API.
4141

42-
- Blazing‑fast query engine for sub‑millisecond live queries, joins & aggregates
43-
- Fine‑grained reactivity to minimize component re‑rendering
44-
- Robust transaction primitives for optimistic mutations with sync & lifecycle support
45-
- Normalized data model that keeps backends simple and consistent
42+
Stop building custom endpoints for every view. TanStack DB lets you query your data however your components need it—with a blazing-fast local query engine, real-time reactivity, and instant optimistic updates:
43+
44+
- Sub-millisecond live queries with joins & aggregates
45+
- Fine-grained reactivity to minimize re-rendering
46+
- Optimistic mutations with automatic rollback
47+
- Works with REST, sync engines, or any data source
4648

4749
<a href="https://tanstack.com/db" style="font-weight:bold" >Read the docs →</a>
4850
<br />

docs/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ id: overview
77

88
Welcome to the TanStack DB documentation.
99

10-
TanStack DB is a reactive client store for building super fast apps on sync. It extends TanStack Query with collections, live queries and optimistic mutations.
10+
TanStack DB is the reactive client-first store for your API. Stop building custom endpoints for every view—TanStack DB lets you query your data however your components need it, with a blazing-fast local query engine, real-time reactivity, and instant optimistic updates.
11+
12+
It extends TanStack Query with collections, live queries and optimistic mutations, working seamlessly with REST APIs, sync engines, or any data source.
1113

1214
## Contents
1315

docs/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Quick Start
33
id: quick-start
44
---
55

6-
TanStack DB is a reactive client store for building super fast apps. This example will show you how to:
6+
TanStack DB is the reactive client-first store for your API. Stop building custom endpoints for every view—query your data however your components need it. This example will show you how to:
77

88
- **Load data** into collections using TanStack Query
9-
- **Query data** with blazing fast live queries
9+
- **Query data** with blazing-fast live queries
1010
- **Mutate data** with instant optimistic updates
1111

1212
```tsx

0 commit comments

Comments
 (0)