Measured entry

meraki-auth-sign-in-page

auth-formminimal-flat

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.

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

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

Installation record for meraki-auth-sign-in-page
Declared dependenciesnone declared
Missing on installnone
Bare installbuilds and mounts without the shadcn-style helpers
Providerno 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.

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.