Best of SupabaseAugust 2024

  1. 1
    Article
    Avatar of supabaseSupabase·2y

    Snaplet is now open source

    Snaplet, a startup providing tools that help developers work with production-like data, has open-sourced its main products after closing down. The tools include Copycat for generating deterministic fake data, Snaplet Seed for creating realistic synthetic data from a database schema, and Snapshot for capturing and restoring database snapshots. The Snaplet team has joined Supabase, which will maintain the open-sourced tools. Peter Pistorius, Snaplet's founder, has returned to working on RedwoodJS.

  2. 2
    Article
    Avatar of supabaseSupabase·2y

    postgres.new: In-browser Postgres with an AI interface

    Introducing postgres.new, an in-browser Postgres sandbox with AI assistance. It allows the creation and management of Postgres databases directly in the browser using PGlite, a WASM version of Postgres. Key features include drag-and-drop CSV import, report generation, chart creation, and database diagram construction. The platform leverages a large language model for autonomous database operations, and it supports semantic search with pgvector. Future enhancements include deploying databases to S3 and supporting more file types.