Most impressive
GraphQL project
Most interesting usage
of Edge Functions
Most fun/visually pleasing
(get creative)
Other Submission
SupaDB
SupaDB It lets you to connect and play with Supabase REST API / Graphql easily, simply login with your GitHub, obtain the necessary credential and you can initiate Supabase client. For more infomation about the Architecture, check out the [GitHub repo](
#Bring the Func
#Vuejs
#Web Apps
#Database
98
Live ATC
Live ATC lets you listen to realtime ATC (Air Traffic Control) audio, using the [ATC API]( that I built. You can use Live ATC by searching available airports or featured/popular airports on the landing page. Then you must select a frequency that has a status of UP. Then your audio will load and start playing automatically. If you want a suggestion Airport and frequency, I recommend KATL - Hartsfield Jackson Atlanta International Airport and frequency KATL Tower.
#Bring the Func
#Hackathon
#NextJS
89
SupaComments
For a very long time, I wanted to build my own commenting system. But never had a chance. Now it's time for A blazing fast, lightweight, and open-source comment system for a static website, blogs powered by Superbase.
#Bring the Func
#Open Source
#TailwindCSS
#Svelte
#Jamstack
#Comment
58
Supabase Edge Functions Test Client
Lightweight postman like client to test your Supabase Edge Functions both locally and when deployed.
#Bring the Func
53
SupaCart
SupaCart is an inventory Management software that uses Supabase for Authentication and realtime database. SupaCart is easy to navigate and make use of. Users of SupaCart can create shop keepers to attend to their shops and can add products to the warehouse. Shop keepers and Users can generate invoice payments and this aids ease of tracking just how much of product was sold.
#Bring the Func
53
Billy
Billy is a bill tracker mobile app that gently nudges you to pay your bills on time! Current Features: Add bills with some handy autocomplete options. When you click on a given default billing organisation, the category will be prepopulated. Keep track of bills that you have missed (past due date) The mobile app can work without internet. If you create an account and log in, you can sync bills to the cloud (Supabase).
#Bring the Func
#Hackathon
#React Native
#Open Source
42
Hack Club Blogs
Hack Club Blogs is a platform to check out blog posts written by [Hack Clubbers]( Through importing what you already have or creating a new custom blog on-site, this app platform lets you make and read blog posts with others!
#Bring the Func
#Supabase
#NextJS
#TailwindCSS
#Blogging
#Hackathon
42
MAH ANIME
Allows user to bookmark or keep track of their favorite anime!
#Bring the Func
#Hackathon
#React
#Anime
41
SpecFlow
SpecFlow - Specification reimagined Main Site: Components Supabase Connector Connects to a Supabase Project and allows the use of the Supabase API Airtable Connector Connects to an Airtable base and allows pulling data from it SelectTable Node Allows the selection of a Supabase database for further querying Filter Node Allows filtering of the database table data Display output node Displays the raw data returned from the previous nodes connected to it (usually filter node)  storage. Specifically we used the following Supabase capabilities: User Auth Storage (serving assets) Database Functions (to delete users and fetch public table names) Database query for records The website and components were built via Framer ( big thanks to the Framer community for their support and assistance! > Special Thanks to @Envans (e.doni@7linternational.com), @gbarmpas7L (g.barmpas@7linternational.com), @EmilyPapadourou (e.papadourou@7linternational.com ) for developing this hackathon entry and PoC 👍
#Bring the Func
37
Feedback Central
Feedback Central The AI Powered Feedback Aggregator for the Supabase 2022 Hackathon Project URLs The project is available at [feedbackcentral.io]( any pull request also has an automatically generated preview URL. How to use the project? Please look at the website/repository for more information about usage of the project How we use Supabase? Database All of our data is stored in the Supabase hosted PostgreSQL using RLS to protect the data from bad actors. Postgres Functions We have a couple functions in plpgsql: public.regenintegrationkeypair, this uses pgcrypto to generate a keypair used for validation of requests. It returns the private key and that is the only time it can ver be exposed as we then store the public key as a hex string in the database public.??? This function is used by pgcron to asynchronously call the ingest function with the relevant headers which are signatures created by pgcrypto Auth We support magic links and Twitter OAuth, this is managed by GoTrue from Supabase. This links into the RLS system and the permissions for organizations/teams Edge Functions We have 2 major edge functions: classify_feedback This function takes in the id for a piece of feedback and sends that off to [OpenAI]( to classify it, once it has been classified the response is sent back as a response and persisted into the database so it dosen't need to be fetched again. ingest This function is run on a cron job or by an integration wanting to record. This function uses a public/private key signature system to validate the request is valid. Our Team | | | | |--------------------------------------------------------------------|------------------------------------------------------------------|--------------------------------------------------------------------------| | <a href=" | <a href=" | <a href=" | | <a href=" | <a href=" | <a href=" |
#Bring the Func
26
Pixel Art
The Pixel art project is submitted for Supabase functions hackathon. We have 15 * 15 pixel where the whole front end is created using Vue.JS Whenever a click is made the pixel clicked and the color code selected is sent to the supabase function, in the supabase function we will be fetching the existing values and then appending this and upsert into the database. (only two columns, date and JSONB) The functions consists of three different parts. 1) To Save the pixel information as mentioned before. 2) To fetch pixel created based on the date / current date. 3) To create the history of date from starting (hackathon stating to current date)
#Bring the Func
21