How to add Framer File Upload Component with Supabase Integration
Requirement: To follow this guide, you’ll need the File Upload Component for Framer.
Step by step:
A robust, open-source solution for managing files with a clean dashboard.
1. Create a Bucket
- In Supabase, create a new Public bucket named uploads.
- You need to run a specific SQL policy to allow public uploads.
- Copy the SQL Policy Code here.
2. Connect to Framer
- Copy your Project URL and Anon Key from the API settings.
Setting up Supabase storage in Framer by entering the Project URL, Anon Key, and the specific Bucket Name for file uploads.
- Set the provider in Framer to Supabase and fill in the credentials.
3. Publish and test your form.
Conclusion
You now have a fully functional file upload system integrated directly into your Framer site. Testing is key—ensure you publish your site to verify the connection between the component and your storage provider.
Ready to start? Get the File Upload Component
How to add Framer File Upload Component with Supabase Integration
Requirement: To follow this guide, you’ll need the File Upload Component for Framer.
Step by step:
A robust, open-source solution for managing files with a clean dashboard.
1. Create a Bucket
- In Supabase, create a new Public bucket named uploads.
- You need to run a specific SQL policy to allow public uploads.
- Copy the SQL Policy Code here.
2. Connect to Framer
- Copy your Project URL and Anon Key from the API settings.
Setting up Supabase storage in Framer by entering the Project URL, Anon Key, and the specific Bucket Name for file uploads.
- Set the provider in Framer to Supabase and fill in the credentials.
3. Publish and test your form.
Conclusion
You now have a fully functional file upload system integrated directly into your Framer site. Testing is key—ensure you publish your site to verify the connection between the component and your storage provider.
Ready to start? Get the File Upload Component