Supabase Storage - Store and serve any type of digital content

by•
Supabase is an open source Firebase alternative. Today we are launching one of our most requested features - Storage! You can upload files, programmatically or via the dashboard, and make them available in your Supabase app.

Add a comment

Replies

Best
Congrats on the launch When do you plan to add support for ipfs.com ?
Ah we hadn't thought of IPFS before. Can you propose it in this discussion? We are tracking the various storage backends there -
Hello Product Hunt! šŸ‘‹šŸ½ As with anything that we build in Supabase, Storage is fast, secure and scalable. It's integrated well with the rest of the Supabase ecosystem. šŸ”’ Security The authentication is handled by and the authorization policies are implemented via in Postgres. This way we didn't have to implement a new language for implementing authorization policies. Check out for more details on how this works. āš”ļø Performance Our storage API is a thin layer built with Fastify, a Node.js framework. The security policies are directly evaluated in Postgres. The object explorer in dashboard makes navigation easy even when you have deeply nested folders or millions of objects in your buckets. šŸ“ˆ Scalability You can use storage for your terabytes of machine learning training data, e-commerce product gallery, or just your growing collection of JPEGS featuring cat's playing synths in space. You can truly build in a weekend and scale to millions. Looking forward to your feedback and questions! Cheers, The Supabase Team
The best bit is that the javascript api is super simple! supabase.from('cats').download('long_cat.png')
I absolutely love your product! This feature makes you stronger and makes life easier for your users! šŸ¤˜šŸ’œ
thanks for the love!
This is great!! We have been using Supabase for a few months, and I am super impressed with what they have built. Their customer service is on point, and always willing to help out on any issue asap.
thanks Sanket, appreciate the kind words
This is an awesome addition to the Supabase ecosystem! ✨
nice
Hello Irnian, if it's open source can we self host right?
Hi Andrew, yup you can run the storage server () yourself. There is a PR in the works to host it with the rest of the Supabase stack ()