Measured entry

meraki-auth-sign-up-page

auth-formminimal-flat

A centered registration page delivered as standalone HTML with utility classes, inline SVG icons, dark-mode styles, and a profile-photo picker. It loads Tailwind from a CDN and the Meraki logo from an external URL, while authentication, validation, uploads, and navigation are left for the host app to implement.

Specimen
Harness screenshot of meraki-auth-sign-up-page at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-auth-sign-up-page at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-auth-sign-up-page at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for meraki-auth-sign-up-page
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal18.4 KB (83.8 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usednone

Verdict

A usable, dependency-light visual starting point that builds and mounts cleanly, but it is only a static shell. Adopt it when you are prepared to add real form behavior and fix the contrast and labeling gaps before release.

Use it if

  • You need a compact signup shell with username, avatar, email, password, and confirmation fields.
  • Your project already uses Tailwind or can translate the utility classes into its own styles.
  • You want a static form layout that your team will connect to existing account and upload flows.

Skip it if

  • You need a production-ready authentication flow with validation, submission state, and error handling included.
  • You require accessible field labels and compliant text contrast without revising the markup and color choices.
  • You do not want runtime CDN styling or externally hosted brand assets.
  • Your signup process does not collect a profile photo and you want a leaner form.

Install

Installation record for meraki-auth-sign-up-page
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno provider required in the harness

A non-shadcn project needs Tailwind configured locally, or equivalent CSS for the utility classes. Replace or self-host the logo, then add form state, validation, submission, upload handling, routes, accessible labels, and revised contrast colors.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

Alternatives

Other published entries for the auth-form pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.