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: 5 additions & 3 deletions integration-guides/integrations-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ mode: wide
Currently, the following integration guides are available:

<CardGroup cols={3}>
<Card title="Supabase + PowerSync" icon="rotate" href="/integration-guides/supabase-+-powersync" />
<Card title="FlutterFlow + PowerSync" icon="wind" href="/integration-guides/flutterflow-+-powersync" />
<Card title="Railway + PowerSync" icon="train" href="/integration-guides/railway-+-powersync" />
<Card title="Supabase" icon="rotate" href="/integration-guides/supabase-+-powersync" />
<Card title="FlutterFlow" icon="wind" href="/integration-guides/flutterflow-+-powersync" />
<Card title="Serverpod" icon="rocket" href="/integration-guides/serverpod" />
<Card title="Railway" icon="train" href="/integration-guides/railway-+-powersync" />
<Card title="Coolify" icon="c" href="/integration-guides/coolify" />
</CardGroup>

If you'd like to see an integration that is not currently available, [let us know on Discord](https://discord.gg/powersync).
4 changes: 2 additions & 2 deletions intro/powersync-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ClientSdks />

<Note>
Follow the links for the full SDK references, including getting started instructions and usage examples. Looking for an SDK that's not listed above? Upvote it or submit it on [our roadmap](https://roadmap.powersync.com/).

Check warning on line 35 in intro/powersync-overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (powersync) - vale-spellcheck

intro/powersync-overview.mdx#L35

Did you really mean 'Upvote'?
</Note>


Expand All @@ -49,8 +49,8 @@
Follow a 15 minute tutorial to quickly learn how to use PowerSync with Supabase.
</Card>

<Card title="Tutorial: FlutterFlow + PowerSync" icon="wind" href="/integration-guides/flutterflow-+-powersync">
Follow a tutorial to learn how to use PowerSync with FlutterFlow.
<Card title="Migrate from MongoDB Atlas Device Sync" icon="leaf" href="/migration-guides/mongodb-atlas">
Steps to migrate from MongoDB Atlas Device Sync to PowerSync.
</Card>
</CardGroup>

Expand Down