The One We've All Been Sleeping On (probably)

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024
  • Supabase is a full Backend as a Service platform that until now I never really tried/took seriously. I always thought it was a weaker firebase, but I was VERY wrong.
    EXAMPLE APP REPO: github.com/bmd...
    SUPABASE: supabase.com/d...
    my stuff
    twitter: / benjamin41902
    insiderviz: www.insiderviz...
    #Svelte #Supabase #WebDev

Комментарии • 110

  • @rtql8d
    @rtql8d Год назад +9

    I've built a couple of projects with it and agree with all points. The fact that you can move your DB out whenever you want is an awesome bonus.

  • @lukeweston1234
    @lukeweston1234 Год назад +3

    I’m really enjoying it, only learning curve is getting better with stored procedures and row level security

  • @abhiramsatpute
    @abhiramsatpute Год назад +11

    You have the skill to provide the best summarization as well as elaboration videos ! Cheers

  • @supirman
    @supirman 11 месяцев назад +6

    I'be built a few commercial products with it. Overall its pretty awesome, saves me a ton of time. There are some things you end up having to work around that a regular server backend would make easier, but overall its been great for me.

  • @laptopuser5198
    @laptopuser5198 Год назад +5

    This video was in my recommendations, I'm now subbed

  • @hectorcast943
    @hectorcast943 Год назад +4

    Hey bro, I need some advise, am using GOLANG In the backend and next js as the frontend. Am
    Using GOLANG jwt auth, and based on that, I used sessions in the frontend. Is that okay?

    • @bmdavis419
      @bmdavis419  Год назад +4

      Yep thats pretty much what I did in the golang + sveltekit auth video

  • @mmzzzmeemee
    @mmzzzmeemee Год назад +4

    sweet! i'm definitely interested in drizzle + supabase

  • @JohnMcclaned
    @JohnMcclaned Год назад +3

    Can you please make a video using the ts-rest library? It looks awesome but there is no content on it! Thanks :)

  • @fdimb
    @fdimb Год назад +6

    Hi Ben! Thanks for testing all those stacks and frameworks on your videos.
    Right now which stack do you think gives you the best trade between performance, developer experience and features?
    I've been trying to give Nuxt a go because of the devx and features but I've ended up using Solid-Start on my personal projects lately. Probably because it has more similarities with React which is what I can use at work when I need to do full-stack or client side apps, but I always wonder if I'd end up with a better, faster and cleaner experience with Vue (Nuxt) or Svelte, although I love the component approach of React/Solid with Tailwind/Uno as native HTML/CSS feels dated sometimes

    • @bradyfractal6653
      @bradyfractal6653 Год назад +3

      Svelte is the best by far.

    • @bmdavis419
      @bmdavis419  Год назад +4

      This is the million dollar question I'm working to answer (still don't have the answer sadly), but I think pound for pound I would say any any js meta framework (next, nuxt, sveltekit, solid start, etc), edge runtime, planetscale serverless, drizzle orm, custom auth, vercel hosting, although supabase might end up being really compelling depending on how it feels in production

    • @fdimb
      @fdimb Год назад

      @@bradyfractal6653 I don't disagree, although I'm not sure which approach I prefer.

    • @fdimb
      @fdimb Год назад

      @@bmdavis419 thank you for the reply! I don't think there's a single answer as it greatly depends on the approach you feel most productive with, it feels so good to find a stack where you can focus on being productive without much sacrifices

    • @abhiramsatpute
      @abhiramsatpute 11 месяцев назад

      @@bmdavis419 wouldn't you want custom auth to be handled by clerk or kinde into the nextauth as well ?

  • @nuttbaked
    @nuttbaked Год назад +11

    🙏 need a sveltekit + supabase + drizzle setup/tutorial video

    • @armantgold
      @armantgold 8 месяцев назад

      With lucia v3 maybe?

  • @poorpotato4467
    @poorpotato4467 Год назад +4

    thoughts on pocketbase vs supabase? seems like supabase might have more features, and I like the easy raw SQL for table definitions (pocketbase has a JSON schema).

    • @bmdavis419
      @bmdavis419  Год назад +4

      Yea I think supabase is better. Way more features, way more power, and a full platform/company supporting it (and sql >>>)

    • @tcurdt
      @tcurdt Год назад +2

      I guess the main appeal of pocketbase is that it is so much more lightweight.

  • @killerpredater1
    @killerpredater1 Год назад +4

    How is the performance on server less function? I’ve ran into issues with getting slow response time with my queries even with pgbouner in the past.

    • @bmdavis419
      @bmdavis419  Год назад +1

      Its been good in my testing, but cold starts are a thing, sadly not able to do edge runtime for our serverside code

    • @yatinm9250
      @yatinm9250 10 месяцев назад

      The response time of Supabase is too slow and the cache support isn't there yet which can be very good with traditional backends.

  • @zacharymontgomery9328
    @zacharymontgomery9328 Год назад +3

    Wait, it's all postgres?
    Always has been.

  • @perc-ai
    @perc-ai Год назад +1

    lets gooooooooo

  • @ohsnoot
    @ohsnoot Год назад +3

    Is this supabase self-hosted? How hard was it to set up

    • @bmdavis419
      @bmdavis419  Год назад +2

      This is actually local, I will be deploying to supabase's service

    • @ooijaz6063
      @ooijaz6063 Год назад +3

      Unfortunately supabase is known for being hard to setup locally, there are no available one-click installers which will give you fully featured supabase instances, there are docs about the setup steps, but they require good knowledge of each supabase component and architecture.

    • @dandogamer
      @dandogamer Год назад +1

      I've never tried to self host supabase but I've heard similar stories of it being hard to setup and require a decent amount of cpu and memory to do so

    • @ohsnoot
      @ohsnoot Год назад

      Same here, github issues is filled with complaints about it

  • @andrew121410
    @andrew121410 Год назад +1

    Appwrite?

  • @ishaanmalhotra3008
    @ishaanmalhotra3008 Год назад +3

    So this is way quicker and easier than writing a backend in go

    • @Kats0unam1
      @Kats0unam1 Год назад +1

      Its not comparable tho.

    • @jenny2814.
      @jenny2814. Год назад +2

      you really think you can write a backend in go that works? XD

    • @Kats0unam1
      @Kats0unam1 Год назад

      @@jenny2814. My Go backend works... are you drunk?

    • @jenny2814.
      @jenny2814. Год назад +1

      @@Kats0unam1 yeah it works because nobody uses it

    • @Kats0unam1
      @Kats0unam1 Год назад

      @@jenny2814. what ? You do know the entire cloud infra is built with Go right ?
      Docker, Kubernetes. Netflix has services running Go.
      Dude seriously, stfu. lmao

  • @nikhil182
    @nikhil182 Год назад

    Hey man! Love the videos you make, btw do you have a discord channel? It's high time you make one if not.

  • @Mindflays_
    @Mindflays_ Год назад +1

    I’d like to hear your thoughts on drizzle bs prisma, I’ve been using prisma but have heard good things about drizzle

    • @bmdavis419
      @bmdavis419  Год назад +2

      Currently the big difference is that drizzle works easily on the edge, prisma does not and its much heavier, although I still really like it, definitely gonna make some sort of "its hard to let go of prisma" video soon

  • @faeancestor
    @faeancestor Год назад +1

    is it true that you are a genius?

    • @bmdavis419
      @bmdavis419  Год назад

      It is in fact not true, although I wish it was lol

  • @perc-ai
    @perc-ai Год назад +3

    what is the name of this stack bro

    • @bmdavis419
      @bmdavis419  Год назад +1

      I am terrible at naming things, right now its just sveltekit + supabase lol

    • @doogilie3814
      @doogilie3814 Год назад +5

      fireship calls it the sukit stack 🤓

    • @anon3118
      @anon3118 Год назад

      Supakit

    • @perc-ai
      @perc-ai Год назад

      @@bmdavis419 supakit i like that lol

    • @michaelai8274
      @michaelai8274 Год назад

      @@anon3118 cool

  • @arvindrao8240
    @arvindrao8240 Год назад

    Been using supabase as my remote db with nextjs with prisma as the ORM for my side project. Liking it so far.
    Do you think 500 mb of database space of their free tier is pretty much sufficient?

  • @khalilbessaad5553
    @khalilbessaad5553 Год назад +1

    I have 2 questions:
    1. What's the benefit of running supabase locally rather than using their cloud service?
    2. Why use drizzle rather than just the supabase SDK?

    • @isaacfink123
      @isaacfink123 Год назад +3

      Not the creator but I used supabase a ton
      1. Running locally allows you to test and debug a lot faster, especially with migrations
      2. Drizzle is better then supabase cli for a few reason, it doesn't have the postgrest restrictions so you can do complicated nested queries and inserts, it also has much better typescript support, but it doesn't support supabase's rls so you'll need to manage authorization on your own

    • @khalilbessaad5553
      @khalilbessaad5553 Год назад +2

      @@isaacfink123 thank you for the response. So Drizzle for the db operations and you'd keep supabase sdks for auth related stuff?

    • @bmdavis419
      @bmdavis419  Год назад +3

      That’s how I’m doing it yep

    • @khalilbessaad5553
      @khalilbessaad5553 Год назад

      @@bmdavis419 cool approach! I'll be sure to try it out

  • @ashimov1970
    @ashimov1970 Год назад +1

    What's your take on Neon, Convex, and Pocketbase vs SQLite?

    • @Kats0unam1
      @Kats0unam1 Год назад +1

      Why not test them yourself ?

    • @bmdavis419
      @bmdavis419  Год назад

      Planet scale and neon are both very compelling options as they serve as git for your database which I love

    • @ashimov1970
      @ashimov1970 Год назад

      @@Kats0unam1I have no clue about testing that stuff, about how that job is supposed to be done

  • @0x6po
    @0x6po Год назад +1

    Finally

  • @Michael-Martell
    @Michael-Martell Год назад

    Supabase has Authentication? … 🧐🤨

  • @r-i-ch
    @r-i-ch Год назад

    Looking forward to the full deep-dive! (crosses fingers for a Svelte UI)

  • @awakenwithoutcoffee
    @awakenwithoutcoffee 7 месяцев назад

    Supabase vs Convex ?

  • @blackdash225
    @blackdash225 6 месяцев назад

    supabase is goated

  • @breezycodes
    @breezycodes Год назад +2

    Bro, a lot of ppl make dall-e wrappers and call it a startup 🤣😂🤣
    I guess this is my sign to give supabase a try.
    Have you ever tried Strapi?

    • @bmdavis419
      @bmdavis419  Год назад

      I’ve never done any serious work with a headless cms before so no, although I hope to in the future

    • @breezycodes
      @breezycodes Год назад

      @bmdavis419 give it a try, you will be glad you did. After I learned how to customize it and create custom endpoints and logic, I find it hard to create my own backend from scratch again lol

  • @mcchikin2751
    @mcchikin2751 10 месяцев назад

    Nice content brother

  • @GulshanurRahman
    @GulshanurRahman Год назад

    Hi, what is the font on your vscode?

  • @edwardspresume
    @edwardspresume Год назад

    How would you compare Supabase vs Planetscale?

    • @bmdavis419
      @bmdavis419  Год назад +2

      I can’t give a full honest take yet, these are my first impressions and I’ve yet to use it in prod, once I do there will definitely be a video!

    • @edwardspresume
      @edwardspresume Год назад

      @@bmdavis419 Ok, appreciate what you do!

  • @TheYeti
    @TheYeti Год назад +2

    excited for deep dive but u gotta get some sleep bro

    • @bmdavis419
      @bmdavis419  Год назад +1

      I mean, yea lol

    • @abhiramsatpute
      @abhiramsatpute Год назад

      I was also concerned about the dark circles, he's the real batman for us hehe

  • @wisdomelue
    @wisdomelue Год назад

    same here😂

  • @seanknowles9985
    @seanknowles9985 Год назад

    500 realtime connections only.....

    • @bmdavis419
      @bmdavis419  Год назад +2

      Then $10 per thousand, which is definitely not cheap but it’s a pretty painful thing to implement yourself so for a startup optimizing for speed it’s pretty compelling

    • @seanknowles9985
      @seanknowles9985 Год назад

      @@bmdavis419 at the moment, Deno and convex are my shouts for startup MVP work. Deno deploy and PWA with convex on the backend.

  • @greendsnow
    @greendsnow Год назад +5

    You're still wrong. it's much slower than pocketbase SQLite. 32gb ram can handle 400rps with supabase

    • @nicolaichristensen6531
      @nicolaichristensen6531 Год назад +2

      Very rarely will the choice ever be SQLite? How in the world do you want to scale SQLite? There's also a reason it's "lite", it's not got the same features as something like Postgres.

    • @Dontcaredidntask-q9m
      @Dontcaredidntask-q9m Год назад +2

      ​@@nicolaichristensen6531sqlite scales extremely well... who cares if the name is "lite", that is a terrible reason to avoid it

    • @animeshsingh4290
      @animeshsingh4290 Год назад +2

      ​@@Dontcaredidntask-q9mNo it does not buddy

    • @greendsnow
      @greendsnow Год назад

      @@nicolaichristensen6531 When the time comes you can copy your database to PlanetScale and figure out your ways to establish security, auth, email sending and file uploads along with it...

    • @greendsnow
      @greendsnow Год назад

      Also like 4GB RAM is enough to serve 500K users and 10_000 concurrent database subscriptions with Pocketbase + Sqlite... And that's before you upgrade to the next larger machine.

  • @noext7001
    @noext7001 Год назад +1

    database as backend is a bad idea

  • @Scuffy
    @Scuffy Год назад

    Does it have hosting like firebase, I can only find it says self hosting for supabase but firebase it actually hosts it for me.

    • @bmdavis419
      @bmdavis419  Год назад

      Nah supabase has its entire thing available in a hosted product, it works great I highly recommend

  • @bingchilling9942
    @bingchilling9942 Год назад +2

    but how does it scale? i have heard that doesn't scale very well, i mean its built on top of typescript and not something like go(pocketbase)

    • @bmdavis419
      @bmdavis419  Год назад +13

      It is very much "just postgres", most things are capped in scale by their data layer and postgres scales plenty for me lol, like if I get to the point where postgres is not scaling enough then I have a MASSIVE, very successful app

    • @bhumit070
      @bhumit070 Год назад +1

      pocketbase wont scale as well due to sqlite

    • @abdirahmann
      @abdirahmann Год назад +6

      ​@@bmdavis419This is VERY TRUE cause soo many devs are stuck with scaling scaling scaling... what are you scaling if you don't have any users eh?? 🤷‍♂️ and by the time the need to scale comes around, you have an actual reason that will justify hiring specialists to handle the scaling!

    • @tonyhart2744
      @tonyhart2744 Год назад +4

      @@abdirahmann true, if you have problem with scaling then you wouldnt use supabase in the first place
      its unreasonable when JS dev talk about scaling on their app

    • @dandogamer
      @dandogamer Год назад +2

      @@bhumit070 you can use livestream or marmot to scale out. Litefs cloud handles this for you if you dont fancy setting it up yourself. But even without this sqlite scales enough for most startups

  • @grechuli
    @grechuli Год назад

    I also like nHost. Imo it's a notch above Supabase. It's basically Hasura with file storage, auth, real-time, rest api, graphql, serverless functions. It also uses Postgres, has automatic migrations, local environment working with Docker (WSL mandatory if on Windows).

    • @skateboarderlucc
      @skateboarderlucc Год назад +1

      what is the community like? I feel like these all-in-ones sound great, but you eventually encounter bugs that usually lead you to a github issue :( Such was the case with Appwrite.

  • @seanknowles9985
    @seanknowles9985 Год назад

    Does it offer offline sync?

  • @doogilie3814
    @doogilie3814 Год назад