ff

Farmhouse Frames

This repository contains the Farmhouse Frames storefront, product data, and admin tooling.

Primary project documentation:

Current implementation highlights:

Admin Upload To Editor Flow

Use this URL to go directly to uploads:

Current flow:

Required Supabase objects:

Automatic SQL Apply Setup

To let coding sessions execute Supabase SQL updates automatically:

  1. Install PostgreSQL client tools so psql is available in the terminal.
  2. Export one database connection variable in your shell startup:
    • SUPABASE_DB_URL
    • or DATABASE_URL
  3. Run the helper script from the repository root:

    ./scripts/apply-supabase-sql.sh

The script applies:

If you keep the DB URL set in the environment, future coding sessions can run this script directly without manual SQL copy and paste.