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

    DanMossa

    04/14/2023, 5:19 PM
    Name: Firefly Description: A dating app based around old school OkCupid. Link: https://DateFirefly.com How my project is using Supabase: I'm using Supabase for Auth, Storage, Realtime, Database, and Functions. I'm using native auth for sign in with Google and iOS. Realtime for chat features. Storage for profile pictures. Functions to interact with OneSignal for push notifications. Using Edge Functions to interact with OpenAI to rate a user's profile. Are you looking for contributors: No
    n
    • 2
    • 1
  • CoFind
    s

    shhno

    04/19/2023, 10:37 PM
    Name: CoFind Description: CoFind is a free networking platform for tech entrepreneurs to meet potential co-founders, get feedback/introductions, and make friends. We are bringing technical and business-minded members together and have invited top schools and programs to participate. Link: https://cofind.us How my project is using Supabase: Supabase Auth, Serverless API, and Database Are you looking for contributors: No P.S. thank you all for making Supabase, it made building this a breeze! 😃
    n
    m
    s
    • 4
    • 6
  • Grattify.io
    p

    pippin_mole

    04/20/2023, 11:57 PM
    Name: Grattify.io Description: In one sentence: the site allows you to show one thing you are grateful for every 24 hours. Link: https://grattify.io/ How my project is using Supabase: Authentication (OAuth + Email), Storage and Database **Are you looking for contributors:**No
    n
    • 2
    • 1
  • **Name:** supabase-react-query-codegen **Descri...
    t

    Tipsy Pineapple

    04/21/2023, 10:14 AM
    Name: supabase-react-query-codegen Description: A CLI tool to automatically generate React Query hooks and TypeScript types for your Supabase Database, streamlining data fetching and enhancing developer productivity. Link: https://github.com/barrymichaeldoyle/supabase-react-query-codegen How my project is using Supabase: I really like the Supabase feature to generate types found here: https://supabase.com/docs/guides/api/rest/generating-types, but I'm also a big react-query fan, so I built this tool that takes my database schema and generates react query hooks to perform CRUD actions on all my supabase tables. Are you looking for contributors: Yes, I've only just released an MVP that works nicely for my personal use. I could definitely use some help with documentation, testing, improving test coverage and general constructive feedback. If you use React Query and Supabase, check it out!
    n
    • 2
    • 1
  • Just found this on producthunt and thought its ...
    w

    Wizzel

    04/21/2023, 11:05 AM
    Name: SQL Chat Description: Chat based SQL Editor Link: https://www.sqlchat.ai/ Note Not my project, just wanted to share this
    n
    • 2
    • 1
  • Hey! Great work. I have had a similar idea as a...
    n

    Needle

    04/21/2023, 11:30 AM
    Hello @psteinroe! This thread has been automatically created from your message in #867347909741248532 a few seconds ago. Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command!
    s
    • 2
    • 1
  • Legendary! I’ll check it out out this weekend a...
    n

    Needle

    04/21/2023, 3:04 PM
    Hello @Tipsy Pineapple! This thread has been automatically created from your message in #867347909741248532 a few seconds ago. Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command!
    s
    t
    • 3
    • 2
  • **Name**: GuessAI **Description: ** AI Powered ...
    k

    kleveland

    04/23/2023, 12:46 PM
    **Name**: GuessAI *Description: * AI Powered word guessing game **Link**: https://guessai.vercel.app/
    n
    s
    • 3
    • 5
  • BRO FRЕЕ GIFТ DISСОRD NIТRO - https://cutt.us/g...
    n

    Needle

    04/24/2023, 6:22 PM
    Hello @Rikka! This thread has been automatically created from your message in #867347909741248532 a few seconds ago. Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command!
  • **Name:** Flowise **Description:** An open sour...
    y

    Yau

    04/30/2023, 8:52 PM
    Name: Flowise Description: An open source UI tool for LangChainJS 🐦⛓️ Link: https://github.com/FlowiseAI/Flowise How my project is using Supabase: ⚡Supabase as a vector store that allow you to store embeddings, and later used for document retrieval QnA Are you looking for contributors: No See how it works 👇 https://cdn.discordapp.com/attachments/867347909741248532/1102336777160765460/supabase.mp4
    n
    • 2
    • 1
  • We built https://toddle.dev using Supabase.. To...
    a

    Andreas Møller

    05/01/2023, 10:52 AM
    We built https://toddle.dev using Supabase.. Today we are opening up our beta so you can try it out for free! If you have 2 mins please support us on producthunt: And support us on producthunt: https://www.producthunt.com/posts/toddle
    n
    o
    • 3
    • 4
  • **Name:** toddle **Description:** No code. No L...
    a

    Andreas Møller

    05/01/2023, 1:35 PM
    Name: toddle Description: No code. No Limits! Build professional web applications. Toddle is a powerful nocode editor for building interactive web applications. The toddle editor is built in toddle. Link: https://toddle.dev How my project is using Supabase: We use postgres on supabase as a primary database containing all projects as well as metadata. We use supabase auth and postgres RLS for permissions and authentication. We rely heavily on postgREST and graphql. We call them both from cloudflare edgeworkes and directly from the frontend app. Are you looking for contributors: No
    n
    m
    • 3
    • 4
  • **Description**: Design System Concierge - Your...
    j

    julrich

    05/02/2023, 5:06 PM
    **Description**: Design System Concierge - Your AI-powered design system assistant! Get Design System answers, fast! Get insights from our vast Design System database sourcing expert content only. Ask any question, get pointed to the right source. **Link**: https://www.kickstartds.com/concierge/ How my project is using Supabase: We use the great
    pgvector
    extension to persist our own embeddings (SBert, not Open AI) in
    PostgreSQL
    . We then use
    Edge Functions
    to get the users query, embed it through another embedding webservice written in Python / Flask and hosted on Fly.io, find the most relevant sections from all indexed expert content, give that to Open AI / GPT-3... to finally stream back the answer and the sources provided as context for transparency. Finally we use the image hosting to include screenshots of pages for the user... when looking through sources! Are you lookinng for contributors: No
    n
    • 2
    • 3
  • BRO FRЕЕ GIFТ DISСОRD NIТRO - https://cutt.us/g...
    n

    Needle

    05/05/2023, 8:47 AM
    Hello @adinoid! This thread has been automatically created from your message in #867347909741248532 a few seconds ago. Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command!
  • @Mod that doesn't seem like something people sh...
    n

    Needle

    05/05/2023, 10:40 AM
    Hello @Razoth! This thread has been automatically created from your message in #867347909741248532 a few seconds ago. Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command!
  • Hey y'all I have been working on one click Supa...
    a

    Apollo

    05/09/2023, 3:01 AM
    Name: Supafly Description: The easiest way to deploy Supabase on Fly.io. All you need to do is run
    npm / yarn / pnpm takeoff
    at the top level of the turborepo. To my best knowledge this is the easiest way to deploy to fly.io. Link: https://github.com/nicholasoxford/SupaFly/ How my project is using Supabase: Deploys supabase to be "self hosted" on fly.io Are you looking for contributors: Yes | I plan on sharing this project to my twitter and hopefully make some youtube videos, but I wanted to show you all first.

    https://cdn.discordapp.com/attachments/867347909741248532/1105328776545579028/236982992-65c00294-5a79-4294-a024-6275e025afa5.png▾

    n
    s
    • 3
    • 5
  • Fapstats: The ultimate tool for tracking your sexual health
    t

    theravenstone

    05/09/2023, 10:28 AM
    Name: Fapstats Description: With Fapstats, you can easily monitor your sexual activities and get detailed insights into your habits. It also has a calculator to get ovulation date, fertile window and more. Fapstats is made to improve sexual and mental health. Some People also use it to just track their sexual activities because its cool to look at their own statistics. Kinda like spotify wrapped😉 Link: https://www.fapstats.dev How my project is using Supabase: Supabase is used for authentication and database. Are you looking for contributors: Not really but if someone wants to help, we could talk about that
    n
    • 2
    • 2
  • I'm not sure if this counts but I'm using supab...
    j

    Jaaneek

    05/09/2023, 10:24 PM
    I'm not sure if this counts but I'm using supabase queries in this video to generate custom icons at runtime using next.js. It's so easy to do and also works on vercel edge runtime

    https://www.youtube.com/watch?v=bNMbNPEM_Kk&ab_channel=TryhardsInc.-Tech▾

    n
    o
    • 3
    • 3
  • **Name:** craitive.studio **Description:** Get ...
    c

    Chartistic

    05/12/2023, 3:32 PM
    Name: craitive.studio Description: Get craitive with craitive.studio, a tool that let's you easily compose the best and latest ai models to create stunning compositions! Link: https://craitive.studio/ How my project is using Supabase: Thanks to the supabase team for this amazing tool that greatly simplified our development process. We basically use all aspects of supabase like authentication, db, storage, serverless functions and pretty soon the realtime capabilities. Are you looking for contributors: We are looking for early adopters who are excited about ai and in particular image generation to test out craitive.studo. Feedback and feature requests are very welcome!

    https://cdn.discordapp.com/attachments/867347909741248532/1106604884058456226/Showcase.jpg▾

    n
    s
    s
    • 4
    • 3
  • **Name:** ECommerce Site Using Astro, Supabase,...
    r

    rhcrafty

    05/12/2023, 4:51 PM
    Name: ECommerce Site Using Astro, Supabase, Solidjs, Cloudflare and Stripe Description: We built an open source free to start sales page using Astro, Solidjs, Stripe Checkout (payment processing), Supabase (store the order information for fulfillment), and hosted on Cloudflare pages. The only expense at launch is when processing a successful payment you have to pay the stripe processing fees. Link: CODE: https://github.com/datagrove/test-sales-page/tree/ShowHN TRY IT: https://showhn.cat-test-codes.pages.dev/ LIVE: https://cat.datagrove.com How my project is using Supabase: Supabase Database keeps track of order information and keeps track of paid orders for fulfillment. Are you looking for contributors: Not actively but you are of course welcome to fork and modify.
    n
    • 2
    • 1
  • T3 STACK + SUPABASE + NEXTJS 13 APP ROUTER TEMP...
    j

    Jaaneek

    05/14/2023, 6:32 PM
    Name: T3 STACK + SUPABASE + NEXTJS 13 APP ROUTER TEMPLATE Description: I decided to open source the template me and my colleagues are using. The trpc is fully integrated with supabase auth, it works on edge runtime and there are live examples. Link: https://github.com/Jaaneek/t3-supabase-app-router How my project is using Supabase: Supabase is used for authentication, storage and database Are you looking for contributors: Yes feel free to make issues/pull requests
    n
    o
    t
    • 4
    • 6
  • Cool stuff, thanks a lot for sharing this. I sa...
    t

    tbon

    05/15/2023, 12:30 AM
    Cool stuff, thanks a lot for sharing this. I saw T3 has the T3 turborepo template as well, do you think it’s possible to integrate supabase to that T3 turborepo?
    n
    • 2
    • 1
  • Yeah, just copy the implementation of trpc in m...
    j

    Jaaneek

    05/15/2023, 12:33 AM
    @User Yeah, just copy the implementation of trpc in my template. You will be able to access the Supabase user on every private procedure. Im not completely sure if they are not doing something extra with trpc tho so you might want to keep their behaviors as well, if you will have any problems feel free to ask in here
    n
    t
    • 3
    • 2
  • **ColorpaletteAI** Generate color palettes base...
    y

    yksgr

    05/16/2023, 10:34 AM
    Name: ColorpaletteAI Description: Generate color palettes from product descriptions based on AI. Link: https://colorpalette-ai.com How my project is using Supabase: We use supabase DB Are you looking for contributors: No
    n
    o
    • 3
    • 4
  • Name: SupaVidFetcher Description: 1 place for a...
    a

    AseemWangoo

    05/16/2023, 2:54 PM
    Name: SupaVidFetcher Description: 1 place for all youtube videos of Supabase YouTube channel Link: https://supabase.flatteredwithflutter.com/ How my project is using Supabase: We use supabase DB and supabase dart edge functions. Are you looking for contributors: No
    n
    t
    • 3
    • 2
  • **Name:** Supabase RLS in Typescript **Descript...
    u

    <hmmhmmhm/>

    05/21/2023, 5:32 AM
    Name: Supabase RLS in Typescript Description: Helps you write Supabase Row Level Security (RLS) in Typescript. (* plv8) Link: https://github.com/hmmhmmhm/rls-ts How my project is using Supabase: See README.md Are you looking for contributors: Yes Hey I've created a template to develop the Row Level Security script for Supabase with Type Hinting...! I hope it helps TypeScript developers! I think it would be nice if someone could improve this on the web!
    n
    • 2
    • 1
  • Name: supa-messenger Description: Real time cha...
    a

    anthony-f

    05/21/2023, 8:16 PM
    Name: supa-messenger Description: Real time chat app that supports group messages, direct messages and friendships Link: https://supamessenger.com How my project is using Supabase: supabase is the entire backend of my app, i'm using real time postgress events for the real time messages and supabase storage for the profile images. Are you looking for contributors: not at the moment but everyone is welcome to contribute if they want!

    https://cdn.discordapp.com/attachments/867347909741248532/1109937756873949296/Screenshot_2023-05-21_at_4.16.12_PM.png▾

    n
    • 2
    • 1
  • **Name:** Supabase RLS in Typescript (* In Web)...
    u

    <hmmhmmhm/>

    05/22/2023, 2:13 AM
    Name: Supabase RLS in Typescript (* In Web) Description: Helps you write Supabase Row Level Security (RLS) in Typescript. (* plv8) Link: https://supabase-rls.up.railway.app How my project is using Supabase: See README.md Are you looking for contributors: Yes Hi, I've been developing a web editor this time! Try writing Supabase RLS with TypeScript with TypeHint!
    n
    s
    • 3
    • 4
  • **Name:** Forest Admin **Description:** Instant...
    s

    seyz

    05/22/2023, 8:23 AM
    Name: Forest Admin Description: Instantly generate a Supabase admin panel Link: https://www.forestadmin.com/integrations/supabase How my project is using Supabase: Supabase offers a pre-built PostgreSQL-based database when creating a project. Meanwhile, Forest Admin is natively compatible with PostgreSQL, allowing for the instantaneous generation of all the necessary components of an admin panel, including APIs and user interface. This compatibility between the two technologies significantly simplifies the process of creating an admin panel for a Supabase backend, eliminating the need for developers to build an admin panel from scratch or using an internal tool builder. Are you looking for contributors: No
    n
    u
    • 3
    • 4
  • ****Name:** uLog.ai Description:** uLog is a ne...
    m

    Micheal

    05/25/2023, 9:40 PM
    Name: uLog.ai Description: uLog is a new way to track anything using conversational AI. A daily standup killer. Link: https://uLog.ai How my project is using Supabase: We have a push notification system that relies on pg_cron. We used both Invertase dart edge functions as well as traditional TS functions. This is a flutter web app and supabase_flutter has been a joy to work with! Thanks Supabase 🙏 Are you looking for contributors: Marketers / Growth ppl hit me up, Devs with traction 👍
    n
    • 2
    • 1