Measured entry
meraki-auth-sign-up-page-with-side-image
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.



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.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 0 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 1 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 18.8 KB (84.2 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
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
| Declared dependencies | none declared |
|---|---|
| Missing on install | none |
| Bare install | builds and mounts without the shadcn-style helpers |
| Provider | no 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.
Author repository
github.com/merakiui/merakiuiAlternatives
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.
- meraki-auth-sign-in-card-with-side-imageminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.9KB
- Bare
- pass
- Prov
- NO
- shadcn-block-login-01minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 30.3KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-02minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- Bare
- fail
- Prov
- NO
- shadcn-block-login-05minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 31.9KB
- Bare
- fail
- Prov
- NO
- 8bitcn-login-formskeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.2KB
- Bare
- fail
- Prov
- NO
- 8bitcn-advanced3skeuomorphism
- Renders
- YES
- A11y
- 0
- Gzip
- 33.3KB
- Bare
- fail
- Prov
- NO