Measured entry

meraki-auth-sign-up-page-with-side-image

auth-formminimal-flat

A static, full-screen registration layout with client and worker selectors, a responsive two-column form, and a side photograph on larger screens. It ships as plain HTML styled with Tailwind utility classes, loads Tailwind from its CDN, and references an external Unsplash image; it has no JavaScript package dependencies.

Specimen
Harness screenshot of meraki-auth-sign-up-page-with-side-image at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-auth-sign-up-page-with-side-image at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of meraki-auth-sign-up-page-with-side-image 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-with-side-image
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious1
Axe moderate0
Axe minor0
Gzip marginal18.8 KB (84.2 KB build, 65.4 KB baseline)
Bare modeOK
Provider requiredNO
Demo usednone

Verdict

A solid visual starting point, not a finished signup experience. It builds and mounts cleanly without provider or shadcn scaffolding, and the responsive structure behaves well. Adopt it only if you will wire the form and role state, self-host or replace the image, and correct the contrast issue before release.

Use it if

  • You need a presentational signup shell that can be adapted to your existing authentication flow.
  • Your flow distinguishes client and worker accounts, and you will wire selection state, submission, and validation yourself.
  • You want a form that collapses to one column and hides its decorative image on smaller screens.

Skip it if

  • You need production-ready authentication behavior, validation, error handling, or role selection out of the box.
  • Your release requires an accessibility audit to pass without first correcting the text contrast.
  • You cannot depend on externally hosted styling or imagery and do not want to migrate those assets into your own build.
  • You need fully associated labels and complete form metadata without modifying the markup.

Install

Installation record for meraki-auth-sign-up-page-with-side-image
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 utility support, either through its build setup or by translating the classes into local styles. Copy the markup, configure dark mode if wanted, self-host or replace the photograph, then add form state, validation, submission, accessible role selection, associated labels, and explicit button behavior. No additional runtime package is required.

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.