Templates · Auth

Signup

A sign-up screen with password strength indicator, plan selection, and a checkbox for terms.

Preview

Every element on the page is a Nova primitive. Adjust tokens in src/styles.css.

Create your account

At least 8 characters.

By continuing you agree to our terms.

Install

Pull the template with the Nova CLI.

tsx
npx @novix-ui/cli template add signup

Routes created

  • src/routes/signup.tsx

Source

tsx
// src/routes/signup.tsx
export function Signup() {
return <SignupForm onSubmit={createAccount} />;
}

What's included

Email + passwordPassword strength meterPlan selectionTerms acknowledgment