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

Поділитися
Вставка
  • Опубліковано 7 січ 2025

КОМЕНТАРІ • 110

  • @abhiramsatpute
    @abhiramsatpute Рік тому +11

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

  • @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.

  • @lukewestondev
    @lukewestondev Рік тому +4

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

  • @supirman
    @supirman Рік тому +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 Рік тому +5

    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  Рік тому +5

      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 :)

  • @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

  • @r-i-ch
    @r-i-ch Рік тому

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

  • @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 Рік тому

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

  • @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 Рік тому

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

  • @arvind-n5z4t
    @arvind-n5z4t Рік тому

    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?

  • @andrew121410
    @andrew121410 Рік тому +1

    Appwrite?

  • @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

  • @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

  • @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

  • @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.

  • @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

  • @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

  • @perc-ai
    @perc-ai Рік тому +1

    lets gooooooooo

  • @GulshanurRahman
    @GulshanurRahman Рік тому

    Hi, what is the font on your vscode?

  • @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

  • @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!

  • @zacharymontgomery9328
    @zacharymontgomery9328 Рік тому +3

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

  • @awakenwithoutcoffee
    @awakenwithoutcoffee 10 місяців тому

    Supabase vs Convex ?

  • @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

  • @0x6po
    @0x6po Рік тому +1

    Finally

  • @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

  • @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.

  • @blackdash225
    @blackdash225 9 місяців тому

    supabase is goated

  • @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.

  • @mcchikin2751
    @mcchikin2751 Рік тому

    Nice content brother

  • @seanknowles9985
    @seanknowles9985 Рік тому

    Does it offer offline sync?

  • @Michael-Martell
    @Michael-Martell Рік тому

    Supabase has Authentication? … 🧐🤨

  • @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

  • @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.

  • @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😂

  • @noext7001
    @noext7001 Рік тому +1

    database as backend is a bad idea

  • @doogilie3814
    @doogilie3814 Рік тому