https://supabase.com/ logo
Join Discord
Powered by
# showcase
  • f

    fenix

    07/30/2021, 9:29 PM
    A sneak peek of my multiplatform slack clone made with Godot Game Engine and Supabase. I'm building this demo to experiment with different things, from Supabase API performance on different platforms (Windows, Linux, Android, HTML5) to all the features implemented with the gdscript library, which currently supports all supabase services (from real time updates to storage). i hope I' ll make a public and usable demo soon πŸ™‚
  • p

    ppikachu

    07/30/2021, 11:36 PM
    Beta of a website I have been developing. User management and content handled by supabase. You choose a "visualsa" tune it as your liking and get the code to embed it in your website as an iframe: https://visualsa.net/ Sorry Spanish language only for now...
    f
    • 2
    • 2
  • l

    Lalit

    07/31/2021, 3:13 PM
    Hello everyone πŸ‘‹ . Please do check out my latest project Pagely - It lets you build a website in seconds with Notion or GitHub Completely made with Supabase https://lalit2005.hashnode.dev/pagely
    k
    a
    m
    • 4
    • 4
  • j

    jianjie

    08/01/2021, 9:45 AM
    hi folks, i made a repo containing a bunch of scripts my team used to migrate our users from firebase auth to supabase auth πŸ‘‰ https://github.com/liaujianjie/firebase-to-supabase-auth-migrator
    k
    b
    • 3
    • 24
  • u

    user

    08/02/2021, 7:47 AM
    I made this! https://lagandlog.com and im planning to include other services by supabase
  • u

    6ary

    08/02/2021, 3:13 PM
    Thrilled to announce https://www.swiftuiapps.com, powered by Supabase!
  • u

    6ary

    08/02/2021, 3:15 PM
    Here's a short demo on the apps features & how I used Supabase https://twitter.com/f6ary/status/1421865165264506882
  • u

    ! Class self.PythonAddict = True

    08/04/2021, 6:51 AM
    A new post on supabase https://codernews.ml/how-supabase-can-be-a-strong-competitor-to-firebase/
  • s

    Somsubhra

    08/06/2021, 5:58 AM
    My review & thoughts on Supabase: https://dev.to/somsubhra1/supabase-an-opensource-firebase-alternative-51h4
  • e

    eidam

    08/06/2021, 3:37 PM
    Fun with new Supabase Function Hooks and Cloudflare Pages Build Hooks https://twitter.com/adam_janis/status/1423668728768745473
  • c

    copple

    08/07/2021, 1:05 AM
    this is a surprising use-case @User πŸ”₯ . How did you find the Function Hooks? Any difficulties?
  • e

    eidam

    08/07/2021, 1:10 AM
    They are great! Love the fact you can specify headers easily, and hopefully gonna have more complex use case to give them a proper try. πŸ™‚
  • z

    zernonia

    08/07/2021, 9:09 AM
    Hi All! I've updated** Supabase Schema** (based on some users feedback), and here's a list of new features: 1. Export SQL code (so that you can quickly transfer the schema from one Supabase project to another -- Tho not 100% accurate, and still might encounter some bug) 2. Screenshot your schema 3. Auto arrange (so there will be no table overlapping) 4. Focus Everything center (You might want to fit tables into the viewport, now it can automatically resize and position the viewport) Check it out here! https://github.com/zernonia/supabase-schema
  • j

    JustPatrick

    08/07/2021, 6:26 PM
    Check Out FLB Music 🎢. Its a open source cross-platform music player I've been working for almost a year now. The links for windows and appimage are available here πŸ‘‰ http://flb.netlify.app/ or get its as a snap πŸ‘‰https://snapcraft.io/flbmusic . I've launched a small community over on telegram https://t.me/flbmusiccommunity
  • j

    JustPatrick

    08/07/2021, 6:26 PM
    Some screenshots
  • k

    Kosh

    08/07/2021, 7:39 PM
    when we make the release i'll share the app with you πŸ™‚. P.S: designer certainly doesn't know the difference between service and db πŸ˜„ but he is kinda right, supabase is just a db in some sort
  • r

    romlytech

    08/07/2021, 11:20 PM
    that UI and design is beautiful
  • d

    Deleted User

    08/08/2021, 1:56 PM
    Hello everyone, I’ve just created a supabase client for python as the current client has a lot of non implemented features and it hindered my project, so here is a client I created Repo: https://github.com/keosariel/supabase-client Documentation: https://keosariel.github.io/2021/08/08/supabase-client-python/
  • e

    edgarbarrantes

    08/09/2021, 1:48 AM
    Hiya! I wanted to use use SWR with supabase and ended up repeating too much code, so I made into a library, hope it's helpful: https://www.npmjs.com/package/@edgarbarrantes/supabase-swr
  • l

    Link

    08/09/2021, 2:30 PM
    I use supabase as the database for my rewrite of my discord bot now! short description of the bot: My bot is ai powered by tensorflow.js and can detect NSFW images link for my bot:
  • l

    Link

    08/09/2021, 6:47 PM
    oh and I forgot to mention, I also have made deno ports of the supabase js libs! I will send links to them here. https://deno.land/x/supabase https://deno.land/x/postgrest https://deno.land/x/storagee https://deno.land/x/gotrue https://deno.land/x/realtime Usage is the same as the official ones for nodejs only the internals are different
  • a

    areyabhishek

    08/10/2021, 9:12 PM
    Hi everyone. This Thursday I'll be building a support ticket tracking app using Supabase, and Appsmith! You can watch this live on Youtube or join me on Zoom. I love Supabase because it makes it really easy to build the backend of any admin panel or CRUD app. Appsmith, another open source project makes it easy to build the frontend. I'm a co-founder and thought this would be interesting for some of you. Details here: https://lu.ma/ls8lmcq8
  • e

    edgarbarrantes

    08/11/2021, 2:20 AM
    So I modified the SWR library to abstract the helper functions to a shared package and created a simple fetcher library. Added some examples regarding how it can be used with getServerSideProps in next (which is why I needed the fetcher), if anybody has a better way to do it or feedback it'd be much appreciated πŸ™‚ Fetcher: https://www.npmjs.com/package/@edgarbarrantes/supabase-fetcher Helpers: https://www.npmjs.com/package/@edgarbarrantes/supabase-fetcher-helpers
  • v

    vihar

    08/12/2021, 4:02 PM
    Hey everyone, we'll be starting this event in an hour, and we're super excited! Join us by signing-up here: https://lu.ma/ls8lmcq8
  • j

    JustPatrick

    08/14/2021, 5:19 AM
    Thanks a lot
  • u

    user

    08/14/2021, 7:21 AM
    Created a bin using Supabase! HastePaste allows you to quickly share a snippet of your code or notes with your friends! https://hastepaste.xyz
  • u

    user

    08/15/2021, 8:27 AM
    just released v2 of my supabase/react library that is based around functional programming with fp-ts https://github.com/ar1a/react-supabase-fp
  • b

    bdlukaa

    08/15/2021, 5:46 PM
    Hello guys! Do you want to learn UI/UX? Well, We built an app called YouDesign to help you on that: Google Play: Apple Store: Built with Flutter + Supabase Feebacks are appreciated πŸ™‚ Hope you like it πŸ’™
  • z

    zernonia

    08/16/2021, 8:43 AM
    Hi guys! I see every post here is showcasing their project that made with Supabase And here's mine! A collection of projects that made with Supabase. Feel free to *submit * your project at the link below yaaaaa... Cheers!!! 🀩 https://www.madewithsupabase.com/
  • u

    Unvaccinated Sperm Whale

    08/16/2021, 3:27 PM
    SolidJS wrapper for Supabase https://github.com/wobsoriano/solid-supabase πŸ™‚
12345...15Latest