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
2 changes: 1 addition & 1 deletion client-sdk-references/flutter.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ See the [SDK's README](https://pub.dev/packages/powersync#getting-started) for i

Before implementing the PowerSync SDK in your project, make sure you have completed these steps:

* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs)) or [self-host PowerSync](/self-hosting/getting-started).
* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.
* [Installed](/client-sdk-references/flutter#installation) the PowerSync Flutter SDK.

Expand Down
2 changes: 1 addition & 1 deletion client-sdk-references/javascript-web.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ See the [SDK's README](https://www.npmjs.com/package/@powersync/web) for install

Before implementing the PowerSync SDK in your project, make sure you have completed these steps:

* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs)) or [self-host PowerSync](/self-hosting/getting-started).
* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.
* [Installed](/client-sdk-references/javascript-web#installation) the PowerSync Web SDK.

Expand Down
2 changes: 1 addition & 1 deletion client-sdk-references/kotlin-multiplatform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ See the [SDK's README](https://github.com/powersync-ja/powersync-kotlin?tab=read

Before implementing the PowerSync SDK in your project, make sure you have completed these steps:

* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs)) or [self-host PowerSync](/self-hosting/getting-started).
* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.
* [Installed](/client-sdk-references/kotlin-multiplatform#installation) the PowerSync SDK.

Expand Down
2 changes: 1 addition & 1 deletion client-sdk-references/react-native-and-expo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ By default this SDK connects to a PowerSync instance via WebSocket (from @powers

Before implementing the PowerSync SDK in your project, make sure you have completed these steps:

* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs)) or [self-host PowerSync](/self-hosting/getting-started).
* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.
* [Installed](/client-sdk-references/react-native-and-expo#installation) the PowerSync React Native SDK.

Expand Down
2 changes: 1 addition & 1 deletion client-sdk-references/swift.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ See the [To-Do List Demo app](https://github.com/powersync-ja/powersync-swift/tr

Before implementing the PowerSync SDK in your project, make sure you have completed these steps:

* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/get-started?powersync=true)) or [self-host PowerSync](/self-hosting/getting-started).
* Signed up for a PowerSync Cloud account ([here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs)) or [self-host PowerSync](/self-hosting/getting-started).

* [Configured your backend database](/installation/database-setup) and connected it to your PowerSync instance.

Expand Down
2 changes: 1 addition & 1 deletion installation/quickstart-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following outlines our recommended steps to implement PowerSync in your proj

<Steps>
<Step title="[Optional] Create a PowerSync Cloud account">
Sign up for a free PowerSync Cloud account [here](https://accounts.journeyapps.com/portal/get-started?powersync=true&s=docs-quickstart) if you want to go ahead with our cloud-hosted option. PowerSync can also be self-hosted — see instructions in step 3.
Sign up for a free PowerSync Cloud account [here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs) if you want to go ahead with our cloud-hosted option. PowerSync can also be self-hosted — see instructions in step 3.
</Step>
<Step title="Configure your Source Database">
Configure your source database for PowerSync — see [Source Database Setup](/installation/database-setup).
Expand Down
2 changes: 1 addition & 1 deletion integration-guides/flutterflow-+-powersync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Used in conjunction with **FlutterFlow**, PowerSync enables developers to build
## Guide Overview

<Info>
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync. If you haven't signed up for a **PowerSync** account yet, [click here](https://accounts.journeyapps.com/portal/get-started?powersync=true) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)). This guide also assumes that you already have **Flutter** set up.
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync. If you haven't signed up for a **PowerSync** account yet, [click here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)). This guide also assumes that you already have **Flutter** set up.

</Info>
<Check>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Used in conjunction with **FlutterFlow**, PowerSync enables developers to build
</Check>

<Info>
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync. If you haven't signed up for a **PowerSync** account yet, [click here](https://accounts.journeyapps.com/portal/get-started?powersync=true) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)). This guide also assumes that you already have **Flutter** set up.
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync. If you haven't signed up for a **PowerSync** account yet, [click here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)). This guide also assumes that you already have **Flutter** set up.
</Info>

## Guide Overview
Expand Down
2 changes: 1 addition & 1 deletion integration-guides/supabase-+-powersync.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import SupabaseConnection from '/snippets/supabase-database-connection.mdx';
Used in conjunction with **Supabase**, PowerSync enables developers to build local-first & offline-first apps that are robust in poor network conditions and that have highly responsive frontends while relying on [Supabase](https://supabase.com/) for their backend. This guide provides instructions for how to configure PowerSync for use with your Supabase project.

<Info>
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync Cloud (our cloud-hosted offering). If you haven't signed up for a **PowerSync** (Cloud) account yet, [click here](https://accounts.journeyapps.com/portal/get-started?powersync=true) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)).
Before you proceed, this guide assumes that you have already signed up for free accounts with both Supabase and PowerSync Cloud (our cloud-hosted offering). If you haven't signed up for a **PowerSync** (Cloud) account yet, [click here](https://accounts.journeyapps.com/portal/powersync-signup?s=docs) (and if you haven't signed up for Supabase yet, [click here](https://supabase.com/dashboard/sign-up)).
</Info>

<Info>
Expand Down
2 changes: 1 addition & 1 deletion mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://accounts.journeyapps.com/portal/get-started?powersync=true&s=docs",
"url": "https://accounts.journeyapps.com/portal/powersync-signup?s=docs",
"arrow": false,
"style": "roundedRectangle"
},
Expand Down
2 changes: 1 addition & 1 deletion usage/tools/powersync-dashboard.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The dashboard is available here: [https://powersync.journeyapps.com/](https://po

### Hierarchy: Organization, project, instance

* After successfully [signing up](https://accounts.journeyapps.com/portal/get-started?powersync=true) for PowerSync Cloud, your PowerSync account is created.
* After successfully [signing up](https://accounts.journeyapps.com/portal/powersync-signup?s=docs) for PowerSync Cloud, your PowerSync account is created.
* Your account is assigned an **organization** on the [Free pricing plan](https://www.powersync.com/pricing).
* A sample PowerSync **project** (named "PowerSync Project") is automatically created in this organization, and this project is your starting point after completing sign-up. It is opened by default in the dashboard:

Expand Down
Loading