Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vinum-elabel.com/llms.txt

Use this file to discover all available pages before exploring further.

The Vite app reads public Supabase configuration from environment variables.

Required variables

VariablePurpose
VITE_SUPABASE_URLSupabase project URL
VITE_SUPABASE_ANON_KEYSupabase anon public key for client-side access

Local setup

cp .env.example .env.local
Then fill in the Supabase values for your project.

Production setup

Configure the same variables in the hosting platform that builds the Vite app. The repository intentionally does not track .env or .env.* files.

Supabase services

Vinum E-Label uses Supabase for:
  • Authentication.
  • PostgreSQL data storage.
  • Row-level security.
  • Edge functions.
  • Storage.
Review Supabase policies and edge function environment values before promoting a new deployment.