# Self Hosting without Supabase

**URL:** https://community.weweb.io/t/self-hosting-without-supabase/21409
**Category:** How do I?
**Tags:** supabase, hosting
**Created:** [July 9, 2026, 12:08pm UTC](https://community.weweb.io/t/self-hosting-without-supabase/21409 "2026-07-09T12:08:55Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![satyaganti](https://avatars.discourse-cdn.com/v4/letter/s/ebca7d/32.png) [@satyaganti](https://community.weweb.io/u/satyaganti)
#### Post date: [July 9, 2026, 12:08pm UTC](https://community.weweb.io/t/self-hosting-without-supabase/21409/1 "2026-07-09T12:08:55Z")

</div>

While building the app, I am using Supabase for data storage and my own authentication. But, when I deploy the APP on my server (on-Premise) or AWS, I do not want to use Supabase, but instead direcltly use PosGreSQL instance on same backend-server. I am not planning for any middleware to expose PostGreSQL as the table structure and columns etc, will be same as that of Supabase.

Is it possible?

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [July 9, 2026, 1:48pm UTC](https://community.weweb.io/t/self-hosting-without-supabase/21409/2 "2026-07-09T13:48:55Z")

</div>

I don’t understand, you would have two identical DBs and storage with the same data (one in Supabase, one full-coded) and want to be to self-host two identical WeWeb frontends (each connected to one)?

---

<div class="post-metadata">

### Author: ![satyaganti](https://avatars.discourse-cdn.com/v4/letter/s/ebca7d/32.png) [@satyaganti](https://community.weweb.io/u/satyaganti)
#### Post date: [July 9, 2026, 2:32pm UTC](https://community.weweb.io/t/self-hosting-without-supabase/21409/3 "2026-07-09T14:32:49Z")

</div>

I do not want to use Supabase in PROD … but in testing I want to use Supabase. I use SQL Editor to create tables, foreign keys, constraints, etc. So, I can create a standalone version of PostgreSQL on a docker container on same server and all the data will live there in PROD.

So, testing supabase, deployment/PROD just direct PostgreSQL.

Data will come from PROD… so conversion/data-migration will take care of populating the data. It will be scrambled and downsized for testing. It would be bulk uploaded manually.

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [July 9, 2026, 4:12pm UTC](https://community.weweb.io/t/self-hosting-without-supabase/21409/4 "2026-07-09T16:12:18Z")

</div>

Ok so if the question is can you self-host a WeWeb frontend with a fully-coded backend, the answer is yes.
