Best of SupabaseJuly 2025

  1. 1
    Article
    Avatar of supabaseSupabase·40w

    Supabase UI: Platform Kit

    Supabase has launched Platform Kit, a new set of UI components designed for building platforms on top of Supabase infrastructure. The kit includes database, storage, authentication, and AI components that help developers create platforms providing Postgres databases to end users. Built with shadcn/ui compatibility and Tailwind CSS, these components are fully customizable and target the growing trend of companies using Supabase as Platform-as-a-Service infrastructure, particularly AI builders who now represent 30% of Supabase signups.

  2. 2
    Article
    Avatar of promptengineeringPrompt Engineering·39w

    Prompt Management Dashboard

    Promptzy is a web application for managing and organizing AI prompts with cross-device synchronization via Supabase. It features a free GPT-4.1 powered assistant for prompt generation, supports multiple installation methods including web, mobile app, npm package, and source code deployment. Users can categorize prompts by system prompt, task, image, or video, and sync data across devices using Supabase credentials and a username.

  3. 3
    Article
    Avatar of phProduct Hunt·41w

    Prompt Coder: Your Prompt Agent for any AI Code IDE

    Prompt Coder is an AI-powered tool that transforms ideas and screenshots into code prompts, designed to work with popular AI code editors like Cursor, Bolt, V0.dev, and Windsurf. It offers Supabase integration and aims to streamline the process of converting visual concepts into executable code through AI assistance.

  4. 4
    Article
    Avatar of supabaseSupabase·39w

    Introducing Branching 2.0

    Supabase introduces Branching 2.0, removing the Git requirement for creating database branches. Users can now create isolated copies of their production environment directly through the dashboard, CLI, or API without needing GitHub integration. The new system supports both Git-based and Gitless workflows, allowing developers to experiment with schema changes, functions, and configurations safely before merging to production. While the feature offers easier access for no-code users, it has current limitations including support only for public schema changes and manual conflict resolution.