What is Supabase?
Supabase is an open source backend platform built around a PostgreSQL database. On top of the database it adds auto-generated APIs, user authentication, file storage, server functions and real-time change subscriptions. You can use the hosted cloud version or run it on your own infrastructure.
How we use it at Koda Plus
Supabase is part of the stack for two residential property websites built on Webflow: the website and apartment catalogue for WJ Investment and the site for two developments by Firma Inwestycyjna JW. In both projects unit prices are updated daily and sent to the public dane.gov.pl register, as required by Polish housing price transparency rules. We pair Supabase with Webflow when a website needs its own database alongside the CMS.
Used in
See the portfolioWhen it makes sense
- A Webflow or other CMS site needs its own database
- Data has to be updated daily and passed on to other systems or registers
- An application needs user sign-in and an API without writing a backend from scratch
- You want a relational PostgreSQL database you can migrate later