Skip to content

Commit e9fc895

Browse files
authored
docs: clarify that its currently alpha.
1 parent cb5b24c commit e9fc895

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ TanStack DB extends TanStack Query with collections, live queries and transactio
1313
<img alt="" src="https://img.shields.io/badge/Discord-TanStack-%235865F2" /></a>
1414
<a href="https://npmjs.com/package/@tanstack/db">
1515
<img alt="" src="https://img.shields.io/npm/dm/@tanstack/db.svg" /></a>
16+
<a href="#status">
17+
<img src="https://img.shields.io/badge/status-alpha-orange" alt="Status - Alpha"></a>
1618
<a href="https://github.com/tanstack/db/discussions">
1719
<img alt="Join the discussion on Github" src="https://img.shields.io/badge/Discussions-Chat%20now!-green" /></a>
1820
<a href="https://x.com/tan_stack">
@@ -199,6 +201,10 @@ No. TanStack DB is not an ORM. Queries run entirely in the client against local
199201
/>
200202
</a>
201203

204+
## Status
205+
206+
Tanstack DB is currently an early preview release in alpha. It's still under active development. There will be bugs and the APIs are still liable to change.
207+
202208
## Contributing
203209

204210
View the contributing guidelines [here](https://github.com/TanStack/query/blob/main/CONTRIBUTING.md).

0 commit comments

Comments
 (0)