Best of shadcnJuly 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
    Video
    Avatar of youtubeYouTube·38w

    Shadcn Isn’t Just a Library Anymore… Here’s How to 10x Your UI

    A comprehensive guide to using Shadcn UI components effectively with an MCP server integration for Cursor IDE. The tutorial covers proper implementation workflows, avoiding common mistakes, and customizing components to create unique designs. It demonstrates how to use component demos, blocks, and rule files to streamline development, plus introduces Tweak CN for theme customization to avoid the generic Shadcn look.

  3. 3
    Video
    Avatar of wdsWeb Dev Simplified·41w

    How I Built My Own Shadcn Library

    A comprehensive guide on creating a custom shadcn/ui component registry that allows developers to build, share, and install reusable components across projects. The tutorial covers setting up the registry.json configuration file, organizing component files with proper import aliases, using the canary version of shadcn CLI for the experimental registry feature, and building a documentation site using Astro Starlight. The process enables one-click component installation similar to the official shadcn library, with support for component dependencies and custom themes.