Measured entry
meraki-auth-sign-in-page-with-socail-media-links
A static, responsive sign-in page delivered as standalone HTML with Tailwind utility classes loaded from the CDN. It includes email and password fields, a recovery link, a remote logo, inline social icons, and dark-mode styles. It has no JavaScript or package dependencies, but authentication behavior and real destinations are left to the adopter.



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 | 2 |
| Axe moderate | 1 |
| Axe minor | 0 |
| Gzip marginal | 20.1 KB (85.5 KB build, 65.4 KB baseline) |
| Bare mode | OK |
| Provider required | NO |
| Demo used | none |
Verdict
A usable visual scaffold with solid responsive behavior and no runtime integration burden. Treat it as a starting template, not production-ready auth: wire every action, replace placeholders, add explicit field labels and social-link names, fix contrast, and correct the heading hierarchy before release.
Use it if
- You need a simple split-layout sign-in shell that adapts cleanly across common viewport sizes.
- Your project already uses Tailwind and can wire the form, recovery flow, and social destinations itself.
- You want inline social icons without adding an icon library.
Skip it if
- You need an accessible component that can ship unchanged, since icon-only links lack names, text contrast needs correction, and the heading structure needs repair.
- You need working authentication, validation, loading states, or error handling out of the box.
- Your design system cannot depend on a remote logo asset or Tailwind utility classes.
- You need actual social sign-in buttons rather than decorative links to placeholder destinations.
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 and configure Tailwind or translate the utility classes into your own CSS, copy the markup and inline icons, host or replace the logo, then connect the form and links to real routes. Add visible or programmatic field labels, accessible names for social links, corrected contrast, and a logical heading structure.
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