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



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.4 KB (83.8 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
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
| 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 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.
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