Best of Supabase2022

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    I Design, You Build! - Frontend Challenge #4 (Supabase version)

    This is the first prizes giveaway for "I Design, You Build" series. There will be AWESOME SWAG prizes to rewards 5 winners that has the best submission (I will be the judge) The judging period will be 1 month time from the today! Dateline for submission will be 7 May 2022.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    The Best Backend as a Service for your React App

    Firebase has dominated the backend-as-a-service space for many years, but Supabase has emerged as a great alternative. Supabase allows you to take your code and deploy it wherever you like. You can build your app, deploy it to Supabase's servers, or you can Deploy it to your own hosting service.

  3. 3
    Article
    Avatar of supabaseSupabase·3y

    New Supabase Docs, built with Next.js

    New Supabase Docs, built with Next.js, are a new version of Supabase's documentation tool. For a developer tool, documentation is more than a resource - it’s part of the product. For the past two years at Supabase, this part of our product hasn't been great.

  4. 4
    Article
    Avatar of hashnodeHashnode·4y

    Docusaurus 2.0 🥳️: Meta's static site generator to build beautiful documentation websites

    Docusaurus 2.0 is a documentation static-site-generator, based on Node.js and React. It allows you to focus on content: just write Markdown files. It is already powering many great docs sites you know: React-Native, Redux, Tauri, Electron, Courier, Figma.

  5. 5
    Article
    Avatar of leerobLee Robinson·4y

    Building an Image Gallery with Next.js, Supabase, and Tailwind CSS – Lee Robinson

    This tutorial shows you how to create a Next.js application that fetches content from a Postgres database. It also serves optimized, blur-up images with next/image and styles components with Tailwind CSS. I used this to create swag.vercel.app, which is a collection of tweets.

  6. 6
    Article
    Avatar of supabaseSupabase·4y

    Supabase Vault

    Supabase Vault is a Postgres extension for managing secrets and encryption inside your database. For self-hosting, pgsodium supports a variety of ways to place the root key into Postgres. To see the decrypted data, there is a special view created called vault. The actual raw key is not available to you in SQL, it is managed entirely outside of the SQL language in the Postgres server. If you take a backup or pause your project, that data remains encrypted.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    Supabase + tRPC = ❤️

    Supabase is great, and I can generate types from Supabase directly by following the doc. But the generated types are not suitable to be inferred directly through tRPC routers, since I am only able to grab the main types from its, but not the exact types that I am returning from the API.

  8. 8
    Article
    Avatar of phProduct Hunt·4y

    PocketBase - Open Source realtime backend in 1 file

    PocketBase is an open source Go backend that has embedded realtime database, files and users management, admin UI and REST-ish API, all compiled in 1 portable executable. You could think of it as a lightweight alternative to Firebase or Supabase. For more information on PocketBase click here.

  9. 9
    Article
    Avatar of supabaseSupabase·4y

    Supabase Realtime, with Multiplayer Features

    Today is Supabase Realtime Day, where we announce and demo the next version of Realtime. The next and third major version introduces multi-tenancy to listen to many databases. This new version introduces a distributed cluster of nodes, which introduces better resource utilization, fault-tolerance, and lower latencies.

  10. 10
    Article
    Avatar of supabaseSupabase·4y

    GraphQL is now available in Supabase

    GraphQL support is now in general availability on the Supabase platform via our open source PostgreSQL extension, `pg_graphql (beta)`.pg_ graphql enables you to query existing PostgreSQL databases using GraphQL. GraphQL queries are always transpiled into exactly one SQL query.

  11. 11
    Article
    Avatar of supabaseSupabase·3y

    Custom Domain Names

    Custom domains allow you to use your own domain for your Supabase project. Today, we're making Custom Domains generally available, and they're now accessible as a paid add-on. Vanity Subdomains are offered at no additional cost for all projects on a paid plan.

  12. 12
    Article
    Avatar of logrocketLogRocket·4y

    Build a full stack app with Next.js and Supabase

    Next.js is an open source Firebase alternative with a lot of powerful tools, including seamless authentication. Next.js and Supabase are one of the easiest and most popular ways to build production-ready React applications. Use React's useEffect to optimize your application's performance Switch between multiple versions of Node.

  13. 13
    Article
    Avatar of supabaseSupabase·4y

    Edge Functions are now available in Supabase

    Edge Functions are executed on the secure-by-default Deno runtime, and deployed around the world in seconds using Deno's hosted Deno Deploy offering. As a user of Supabase Edge Functions, you don't need to know or worry about any of that; we handle all the gnarly details.

  14. 14
    Article
    Avatar of supabaseSupabase·3y

    Fetching and caching Supabase data in Next.js 13 Server Components

    The biggest announcement from Next.js Conf 2022 was the release of next.js 13, which introduces a collection of improvements, most exciting of which is Server Components. The combination of Server Components and Suspense allow for a more streamlined, reimagined way to fetch and cache data.

  15. 15
    Article
    Avatar of svelteSvelte Blog·3y

    What's new in Svelte: November 2022

    Better forms, routes and inline styles are new in SvelteKit. The global fetchoverride has been removed when prerendering (#7318) Asm editor is a webapp to write and run m68k assembly code. Nucleus is a clean and easy to use user interface inspired by Visual Studio Code, Atom, Fleet and others.

  16. 16
    Article
    Avatar of supabaseSupabase·4y

    Supabrew - Never Code Thirsty

    SupaBrew is an all-natural, light and refreshing non-alcoholic beer. Made from 3 open source ingredients: Barley, Hops, and Water. Each bottle is made from recycled CRT monitors, and the labels are made from Ubuntu stickers leftover from last years’ FOSDEM.

  17. 17
    Article
    Avatar of phProduct Hunt·4y

    Realtime Multiplayer by Supabase - Easily build real-time apps that enables user collaboration

  18. 18
    Article
    Avatar of supabaseSupabase·4y

    Launch Week 5 Hackathon

    The Supabase Open Source Hackathon begins at 8:00am PT Friday 12th August 2022. There's a $1500 GitHub sponsorship and gold Supabase caps to be won! Supabase-js v2.0 and Flutter SDK v1.0 will both be announced during Launch Week.

  19. 19
    Article
    Avatar of supabaseSupabase·4y

    Flutter Tutorial: building a Flutter chat app

    This is the first of a series of Flutter Tutorials. During the series, you will learn how to build cross-platform apps without worrying about the backend. In the first part, we will build a chat application where users can sign up and talk to other users in a single chat room. The exchange of messages will happen in real time, meaning that you do not have to refresh the page to load new messages.