Rag Repo Service
Auth

Multi-column Sign-up

SignUp01 variant - Modern split-layout sign-up page.

A modern sign-up page featuring a split layout with a branding image on one side and a comprehensive registration form on the other. It includes social login buttons and standard email/password fields.

Abstract web development agency logo

Sign up for Shadcn UI Blocks

OR

Already have an account?Log in

Usage

import { SignUp01 } from "@repo/ui/blocks/auth/signup-01";

export default function Page() {
  return <SignUp01 />;
}

On this page