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
Install
Pull the template with the Nova CLI.
tsx
npx @novix-ui/cli template add signupRoutes created
- src/routes/signup.tsx
Source
tsx
// src/routes/signup.tsxexport function Signup() { return <SignupForm onSubmit={createAccount} />;}What's included
Email + passwordPassword strength meterPlan selectionTerms acknowledgment