# PowerSync Update: December 2023

> Our latest updates from December 2023, including a new attachments package for Flutter, Neon support, Railway support, and a Supabase integration update.

- Published: 2024-01-08
- Author: Kobie Botha
- Category: Product Update
- Source: https://powersync.com/blog/powersync-update-december-2023

---

Here’s a summary of some delightful things we shipped in the last month of 2023:

## **Attachments library for React Native**

![](https://powersync.com/images/blog/powersync-update-december-2023-inline-e449d453ba.png)

We’ve released this library to make it easy to manage syncing attachments/files in React Native apps using PowerSync. The package includes an example that covers capturing photos while offline as part of an inspection workflow.

[Go to the package](https://www.npmjs.com/package/@powersync/attachments)

## **Attachments package for Flutter**

![](https://powersync.com/images/blog/powersync-update-december-2023-inline-5639092211.png)

Following multiple requests, we released a similar package for Flutter that handles syncing creates, updates and deletes of files between local and remote attachment storage.

Thanks to **T Drummond** for spurring us on here!

[Go to the package](https://pub.dev/packages/powersync_attachments_helper)

## **Neon (serverless Postgres) support**

![](https://powersync.com/images/blog/powersync-update-december-2023-inline-cb5b5f8f0e.png)

Neon is a serverless Postgres environment with an innovative pricing model that separates storage and compute. They’ve recently added support for CDC, so we updated the PowerSync service to be fully compatible with Neon.

[See the installation docs](https://docs.powersync.com/usage/installation/database-setup/neon)

## **Railway support**

![](https://powersync.com/images/blog/powersync-update-december-2023-inline-df2ac19f97.png)

We've had some developers ask whether we integrate with Railway, so we published an integration guide on our docs site and a Railway Template which pre-configures Postgres for logical replication. The template also includes a barebones starter Node.js project showing off how PowerSync can integrate with existing backends.

Thanks to **poolnoodle93** for getting us on this!

[![](https://powersync.com/images/blog/powersync-update-december-2023-inline-ba929c33f0.png)](https://railway.app/template/RfZi6y)

## **Step-by-step Flutter chat app tutorial**

![](https://powersync.com/images/blog/powersync-update-december-2023-inline-4d64a899c4.png)

For those who like learning by doing, we created a complete tutorial for building an offline-first Flutter chat app with real-time sync and data streaming. The tutorial complements an existing video tutorial and uses **Supabase’s** excellent chat app tutorial as a starting point.

[Start the tutorial](https://powersync.com/blog/flutter-tutorial-building-an-offline-first-chat-app-with-supabase-and-powersync)

## **Supabase integration update**

![](https://powersync.com/images/blog/powersync-update-december-2023-inline-68fe234bea.png)

Our Supabase integration has grown from strength to strength and seen a lot of use, so we put together a summary of all updates we’ve shipped for it. We’ve focused on extending PowerSync’s functionality as well as providing guides and resources for Supabase users and we’ve already seen some impressive implementations

[Read the full update post](https://powersync.com/blog/supabase-integration-update-december-2023)

## **JS Web client SDK v0.1.1**

![](https://powersync.com/images/blog/powersync-update-december-2023-inline-386743a3dd.png)

This update to the PowerSync web SDK introduces additional support for bundling. It includes two example projects: one for bundling with **Webpack** and one for bundling with **Vite**.

Thanks to **sg5184** for bringing this into focus!

[See the full changelog](https://releases.powersync.com/announcements/powersync-js-web-client-sdk)
