Best of Tailwind CSSFebruary 2026

  1. 1
    Article
    Avatar of lnLaravel News·14w

    Laravel Adds an Official Svelte + Inertia Starter Kit

    Laravel now offers an official Svelte starter kit, complementing existing React, Vue, and Livewire options. The kit combines Svelte 5 with TypeScript, Inertia 2, Tailwind CSS, shadcn-svelte, bits-ui, and Vite. Authentication is powered by Laravel Fortify and includes login, registration, password reset, email verification, and two-factor auth. The kit ships with sidebar and header layouts, multiple variants for each, and SSR support out of the box. New projects can be bootstrapped via `laravel new my-app` and selecting Svelte when prompted.

  2. 2
    Article
    Avatar of allshadcnAll ShadCN·15w

    Terrae - Beautiful maps made simple

    Terrae is a collection of animated, accessible map components built on Mapbox GL and MapLibre GL, styled with Tailwind CSS and compatible with shadcn/ui. The library provides pre-designed, customizable map components for web developers.

  3. 3
    Article
    Avatar of Marmelabmarmelab·14w

    Building an Admin App with TanStack Start and Shadcn

    Step-by-step guide to building a CRUD admin interface using TanStack Start, Shadcn/ui, and the Shadcn Admin Kit. Covers project setup, connecting to a REST API via a data provider pattern (using JSONPlaceholder as a demo backend), mapping API endpoints to resources, and scaffolding list, detail, edit, and create views using Guesser components before customizing them.

  4. 4
    Article
    Avatar of ullwwn37zsilljprgbshiAvijit Dey·13w

    ShadCN Directory — Discover, Submit & Share the Best ShadCN UI Resources

    An open-source directory site for the shadcn/ui ecosystem, built with Next.js App Router, Tailwind CSS, MongoDB, and NextAuth. Users sign in with Google, submit a URL, and OG metadata is auto-fetched before admin approval makes the resource live. The project features a minimal Swiss-style monochrome UI and is released under the MIT license.

  5. 5
    Video
    Avatar of javascriptmasteryJavaScript Mastery·14w

    Build and Deploy a Full-Stack AI App for Free (No Credit Card)

    Step-by-step tutorial building Roomifi, an AI-powered architectural visualization SaaS that converts 2D floor plans into photorealistic 3D renders. Uses React, Vite, React Router v7, and Puter.js for serverless backend, AI models, and file hosting—all without credit cards or API keys. Covers authentication, drag-and-drop upload, progress tracking, routing, and AI code generation with JetBrains Juny and CodeRabbit for reviews. Implements user-pays model where infrastructure costs scale with users, not developers.

  6. 6
    Article
    Avatar of css_tricksCSS-Tricks·14w

    Distinguishing “Components” and “Utilities” in Tailwind

    The distinction between 'components' and 'utilities' in Tailwind is more semantic than practical. Rather than placing component styles in @layer components (which requires extra boilerplate and prevents utilities from acting as components), a cleaner approach is to define component-like styles using @utility and override them with Tailwind's !important modifier directly in HTML. This sidesteps the traditional component/utility divide, which the author argues is largely a marketing construct rather than a meaningful architectural boundary.

  7. 7
    Article
    Avatar of allshadcnAll ShadCN·14w

    Shadcn Form Builder

    Shadcn Form is a React form library that builds on shadcn/ui and Tailwind CSS, providing modern form-building capabilities. The library is now available on AllShadcn, a component directory for shadcn/ui-based tools.