
Supabase is an open-source backend-as-a-service that provides real-time databases, authentication, and API services. It enables developers to build and scale applications quickly without managing server infrastructure.
Supabase is an open-source backend-as-a-service that provides real-time databases, authentication, and API services. It enables developers to build and scale applications quickly without managing server infrastructure.
hey everyone, i'm the ceo/cofounder of supabase
we're big fans of PH and the community here - you've been amazing at giving us feedback and helping us develop. I often describe ourselves as a "platform for builders". We're more popularly known as an open source firebase alternative
i'm here to answer any and gather product feedback. I'll be here for an hour or so then check in every few hours throughout the day
As the leader of Supabase's growth team from our early days of just hundreds of users, I'm thrilled to say that we now have hundreds of thousands of incredible users Our open-source database tooling and product-led growth approach have made us a well-known name in the developer community We have also been called a meme company that builds databases Today Supabase has over >46K Github stars and >65K twitter followers - Supabase has consistently been one of the fastest growing open-source developer tools since our launch I m here to answer all your questions related to product-led growth, open-source, meme marketing, hiring for growth, launch weeks, community building, remote work, and of course .Supabase! If you ask a question we will pick some random winners for the final few (extremely limited edition) gold Supabase snapback caps I'll answer all questions by March 13th, 23:45 PST
Hi everyone! I am trying to implement these 3 things to my NextJS app: 1. Magic Link 2. Google signin 3. Anonymous users login. I am facing a problem with Magic Link though. I followed literally every YT tutorial and your official docs for setting app magic link. It works only for one email address. No other email address works. Does that mean something? The email address that works is the one im signed up in the Supabase account. Also, when I signin with magic link, and set the flag to create a user to true, shouldn't it create a record in the database Users? Thanks!