← All posts
July 14, 2026·neonpostgressupabase

Can health4ai use Neon? Not with the iOS app

Can health4ai use Neon? Not with the iOS app

An earlier version of this post walked through setting up health4ai on Neon. That setup could not work, so this post now explains why and what to use instead.

Why Neon doesn’t work

health4ai has two halves.

The MCP server connects to Postgres directly, so on its own it could read a Neon database. The problem is the other half. Neon has no Supabase Auth and no Edge Functions, and health4ai ships no other way to get data in. A Neon database set up the way the old post described would stay empty.

The old post also told you to enter your Neon connection string in the app. The app never accepted a database connection string, and the REST / Webhook option some builds showed never synced a row. That option is being removed.

What to use instead

A free Supabase project you own. You run one schema file, deploy one Edge Function, create one user, and point the app at it. health4ai still runs no server and never sees your data, because the project belongs to you.

The short version is in How to Set Up health4ai with Supabase, and the full reference is the setup guide.

If you already followed the old post

Nothing on that Neon database needs keeping for health4ai. It will not have received any samples. You can delete it and follow the Supabase setup from the start.