Use our managed cloud or deploy on your own infrastructure. Same features, same code, your choice.
Everything you need to get Lightframe running on your own infrastructure.
Click one of the deploy buttons above or clone the repository:
git clone https://github.com/Soflutionltd/LightFrame.git
cd LightFrame && npm install && npm run buildCreate a free Supabase project and run the schema:
-- Copy the contents of supabase/schema.sql
-- into the Supabase SQL Editor and run itAdd your Supabase URL and key to the environment variables:
VITE_SUPABASE_URL=https://xxx.supabase.co
VITE_SUPABASE_ANON_KEY=eyJhbG...Any platform that supports Node.js or Cloudflare Workers
PostgreSQL or Cloudflare D1
For media uploads (images, files)