Best of SupabaseJune 2024

  1. 1
    Article
    Avatar of gopenaiGoPenAI·2y

    Building a Custom Chatbot with Next.js, Langchain, OpenAI, and Supabase.

    Build a custom chatbot with Next.js for the frontend, MaterialUI for UI components, Langchain and OpenAI for language model interactions, and Supabase to store data and embeddings. The chatbot can be trained with custom data from PDF files and answer questions based on the content.

  2. 2
    Article
    Avatar of supabaseSupabase·2y

    Self-host Maps with Protomaps and Supabase Storage

    Learn how to self-host maps using Protomaps and Supabase Storage. This tutorial guides you through extracting an area into a PMTiles file, uploading it to Supabase Storage, rendering it on a web page using MapLibre, and using Supabase Edge Functions to restrict file access. This setup allows for a customized and secure map hosting solution.