https://supabase.com/ logo
Join Discord
Powered by
# showcase
  • Hi, this a project to track your overall progre...
    l

    lucasvtiradentes

    04/08/2023, 5:53 PM
    Hi, this a project to track your overall progress and feel less improductive: it simply syncs your github commits and ticktick tasks to your google calendar. this is good to see because even though nothing great have happened, you can see that you're doing your best everyday ;)) https://github.com/lucasvtiradentes/gcal-sync
    n
    o
    • 3
    • 2
  • openjournal
    u

    /dev/net

    04/10/2023, 12:54 PM
    Hacked something together using NextJS, prisma, tRPC and of course Supabase. Github: https://github.com/musaubrian/openjournal Live link: https://openjournal.vercel.app
    n
    o
    • 3
    • 2
  • VORAK thread
    j

    J1M_RYAN

    04/11/2023, 5:10 PM
    **Name**: VORAK **Description**: A typing app, which records a lot of stats **Link**: https://d.vorak.dev **How my project is using Supabase**: Auth, DB, Storage for avatars, edge functions for web hooks for image generation **Are you looking for contributors**: Yes, perhaps
    n
    • 2
    • 1
  • Cleanest template to create Edge Function
    l

    Lois

    04/12/2023, 2:43 AM
    Yo if you are making a supabase edge function, this is probably the cleanest ts template for you
    n
    o
    • 3
    • 4
  • Groceries Store is a project to help people ord...
    h

    Hieu Vu

    04/12/2023, 9:56 AM
    Groceries Store is a project to help people order grocery online. The main purpose of this project is to demonstrate modern Android development skills in real production environment, reduce the learning curve when jump into Android development world. https://github.com/hieuwu/android-groceries-store
    n
    o
    • 3
    • 3
  • ESP32 Supabase for Arduino Platform
    j

    jhagas

    04/13/2023, 4:28 PM
    I made ESP32 Supabase Library for Arduino Platform. Implementing all necessary method for microcontroller, based on official supabase-js library https://github.com/jhagas/ESP32-Supabase
    n
    o
    c
    • 4
    • 3
  • I made Liveform, the easiest way to create and ...
    d

    dearborn

    04/13/2023, 5:12 PM
    I made Liveform, the easiest way to create and deploy intelligent agents 🙂 https://www.liveform.ai/
    n
    o
    • 3
    • 2
  • Nice!
    n

    Needle

    04/13/2023, 7:34 PM
    Hello @CauaLW! 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!
  • I have open-sourced a course page you can conve...
    n

    Nevo David

    04/14/2023, 5:32 AM
    I have open-sourced a course page you can convert it to any sales page you want 🙂 Happy to get your star https://github.com/github-20k/super-star
    n
    j
    o
    • 4
    • 3
  • Ellingtonia
    v

    Vidjuheffex

    04/14/2023, 3:44 PM
    Name: Ellingtonia **Description: **A documented history of Duke Ellingtons performances. **Link: **https://app.clutch.io/project/6434a32f623fdbb96d7b58a7 How my project is using Supabase: Uses it as its backend, creating tables for all the data, and buckets for assets relevant to each concert. Are you looking for contributors: Not at the moment More details: Working on a little hobby project: https://6434d75f0d46d063681de83c.clutch.show For those curious to see how its built: https://app.clutch.io/project/6434a32f623fdbb96d7b58a7?space=1042_102 The Screen.components are all "dumb" and simply accept props that are hardcoded into each of their instances in their spaces so I can work on them App/Router and the files in the
    loaders
    directory is where all the data connection is happening. (code mode can be access in the top right corner, looks like a folder) So far I'm only using the Database, and Storage APIs to get a deeper understanding of how this all works. I want to build out an authed front-end interface to this so I can update it from the site (right now I'm just editing tables by hand)
    n
    • 2
    • 1
  • 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
1...1112131415Latest