← Back to Research Assembly Internal · Research
Technical Reference · Backend Architecture

What can be vibecoded fully on Supabase?

A buildability classification of the application types commonly generated on Lovable-style platforms — evaluated against a self-contained stack of Supabase (Postgres, Auth, Storage, Realtime, Edge Functions, Scheduled Jobs) with a Next.js frontend, social login, and Stripe payments. Each supported app lists the native features it relies on; partially- and not-buildable apps are tagged with the external modules they require.

Stack: Supabase + Next.js + Stripe Apps assessed: Updated: June 2026
0
Fully Buildable
0
Partially Buildable
0
Not Fully Buildable
0
Total App Types

The self-contained baseline

An app is fully buildable when its core function reduces to data, auth, files, realtime, payments, and scheduled jobs — all native to the stack. The feature tags in the matrix map to these primitives.

Postgres + RLS

Relational data, row-level security for multi-tenant gating, pgvector, full-text search.

Auth

Email/password, magic links, social OAuth (Google, GitHub, Apple) handled natively.

Storage / CDN

File & media objects, signed URLs, image transforms, CDN delivery.

Realtime

Live subscriptions, presence, broadcast for chat, feeds, collaboration.

Edge Functions

Serverless logic: webhooks, PDF generation, integrations, custom endpoints.

Scheduled Jobs

pg_cron / scheduled functions for reminders, digests, recurring billing.

Stripe (via Edge Fn)

Checkout, subscriptions, billing portal, webhooks — inside the project.

App buildability matrix

Filter by tier, search by app or feature, and sort any column. Supabase Features Used shows the native primitives each supported app draws on; External Modules lists what must come from outside.

All Fully Partially Not fully
Application Category Buildability Supabase Features Used External Modules Notes

Glossary

The Supabase feature tags and external module tags used throughout the matrix.

Supabase-native features
External modules (outside Supabase)