May 2026 Beta Release Announced

Production-Ready UI Blocks

Pre-built sections for landing pages, AI interfaces, and layouts. Each block is production-ready and fully customizable. Copy the code, drop it in your project, and ship faster.

Files
app/auth-form/page.tsx
"use client"

import { AuthForm } from "@/components/auth-form"

export default function AuthFormPage() {
  return (
    <main className="bg-background flex min-h-svh items-center justify-center">
      <AuthForm mode="login" />
    </main>
  )
}

Auth Form

npx shadcn@latest add "https://deltacomponents.dev/r/auth-form.json"
auth-form preview