Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions client-sdks/reference/node.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Node.js client SDK (Beta)"
title: "Node.js client SDK"
description: "Use PowerSync in Node.js apps."
sidebarTitle: "SDK Reference"
---
Expand Down Expand Up @@ -31,7 +31,7 @@ import LocalOnly from '/snippets/local-only-escape.mdx';
Full API reference for the SDK
</Card>

<Card title="Example Projects" icon="code" href="/intro/examples#node-js-beta">
<Card title="Example Projects" icon="code" href="/intro/examples#node-js">
Gallery of example projects/demo apps built with Node.js and PowerSync
</Card>

Expand All @@ -40,10 +40,6 @@ import LocalOnly from '/snippets/local-only-escape.mdx';
</Card>
</CardGroup>

<Warning>
This SDK is currently in a [**beta** release](/resources/feature-status) and can be considered production-ready for tested use cases.
</Warning>

### SDK Features

<SdkFeatures />
Expand Down
2 changes: 1 addition & 1 deletion configuration/app-backend/client-side-integration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ For an example implementation of a PowerSync 'backend connector', see the SDK gu
<Card title="React Native & Expo" icon="react" href="/client-sdks/reference/react-native-and-expo#3-integrate-with-your-backend" />
<Card title="JavaScript Web" icon="js" href="/client-sdks/reference/javascript-web#3-integrate-with-your-backend" />
<Card title="Capacitor (beta)" icon="c" href="/client-sdks/reference/capacitor#3-integrate-with-your-backend" />
<Card title="Node.js (beta)" icon="node-js" href="/client-sdks/reference/node#3-integrate-with-your-backend" />
<Card title="Node.js" icon="node-js" href="/client-sdks/reference/node#3-integrate-with-your-backend" />
<Card title="Tauri (alpha)" icon="/logo/tauri_sidebar.svg" href="/client-sdks/reference/tauri#3-integrate-with-your-backend" />
<Card title="Kotlin" icon="android" href="/client-sdks/reference/kotlin#3-integrate-with-your-backend" />
<Card title="Swift" icon="swift" href="/client-sdks/reference/swift#3-integrate-with-your-backend" />
Expand Down
2 changes: 1 addition & 1 deletion intro/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ All examples are organized by platform and backend technology. You can adapt any
- [Vite](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-vite#readme) - Bundling with Vite
- [Vite with Encryption](https://github.com/powersync-ja/powersync-js/blob/main/demos/example-vite-encryption#readme) - Web database encryption demo
</Accordion>
<Accordion title="Node.js (beta)" icon="node-js">
<Accordion title="Node.js" icon="node-js">
#### Examples

- [CLI Example](https://github.com/powersync-ja/powersync-js/tree/main/demos/example-node) - Node.js CLI client connecting to PowerSync and running live queries
Expand Down
2 changes: 1 addition & 1 deletion resources/feature-status.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@ Below is a summary of the current main PowerSync features and their release stat
| Rust SDK | Alpha |
| Capacitor SDK | Beta |
| TanStack Query | Alpha |
| Node.js SDK | Beta |
| .NET SDK | Beta |
| OP-SQLite Support | Beta |
| Flutter Web Support | Beta |
| React Native Web Support | Beta |
| Flutter SQLCipher | Beta |
| Kotlin SQLite3MultipleCiphers | Beta |
| Vue Composables | Beta |
| Node.js SDK | GA |
| Swift SDK | GA |
| Kotlin SDK | GA |
| JavaScript/Web SDK | GA |
Expand Down
2 changes: 1 addition & 1 deletion snippets/client-sdks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<Card title="Tauri (alpha)" icon="/logo/tauri_sidebar.svg" href="/client-sdks/reference/tauri" horizontal />

<Card title="Node.js (beta)" icon="node-js" href="/client-sdks/reference/node" horizontal />
<Card title="Node.js" icon="node-js" href="/client-sdks/reference/node" horizontal />

<Card title="Kotlin" icon="android" href="/client-sdks/reference/kotlin" horizontal />

Expand Down
Loading