Measured entry
meraki-auth-sign-in-page
A centered sign-in form delivered as a complete HTML document with Tailwind utility classes. It includes email and password fields, a Google sign-in link, dark-mode styles, inline icons, and an externally hosted logo, but no authentication logic or form submission wiring.



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.9 KB (84.3 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
Verdict
A clean, portable visual shell that builds and mounts without framework setup. Use it as markup, not an auth feature: fix the contrast issue, add persistent field labels, replace placeholder links, and wire every action before shipping.
Use it if
- You need a compact starting point for a conventional email and password sign-in screen.
- Your project already uses Tailwind and can supply the authentication handlers, validation, and routing.
- You want light and dark color variants without adopting a component runtime or provider.
Skip it if
- You need a production-ready authentication flow with validation, error states, loading states, and provider integration.
- Your accessibility requirements cannot accommodate correcting the detected text contrast issue before release.
- You want explicit field labels rather than placeholder-only identification.
- Your project avoids Tailwind utilities or externally hosted branding assets.
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 |
In a non-shadcn project, add Tailwind or translate the utility classes into local CSS. Host or replace the logo, preserve the inline icons, add accessible labels and validation, and connect the form, Google action, and sign-up route to your authentication system.
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