Open experiment
Split sign-in panel
An authentication layout that keeps the form simple while using the secondary panel for orientation, security reassurance, and product context.
Lab tested Responsive Dark mode
- Version
- 1.0.0
- Updated
- 2026-08-02
- Dependencies
- Zero
<section class="cmp-sign-in">
<div class="cmp-sign-in__benefit">
<p>Waypoint workspace</p>
<h2>Pick up exactly where the team left off.</h2>
<ul>
<li>One current release view</li>
<li>Private team workspaces</li>
<li>Exportable project history</li>
</ul>
</div>
<form action="#signed-in">
<header>
<p>Welcome back</p>
<h1>Sign in to Waypoint</h1>
</header>
<label for="cmp-signin-email">Email address</label
><input id="cmp-signin-email" type="email" name="email" autocomplete="email" required />
<div class="cmp-sign-in__password-label">
<label for="cmp-signin-password">Password</label><a href="#recover">Forgot password?</a>
</div>
<input
id="cmp-signin-password"
type="password"
name="password"
autocomplete="current-password"
required
/><label class="cmp-sign-in__remember"
><input type="checkbox" name="remember" /> Keep me signed in</label
><button type="submit">Sign in securely</button>
<p>New to Waypoint? <a href="#create">Create an account</a></p>
</form>
</section>
No runtime reactions detected Open in Editor
Validated in the lab
Experiment report
- Schema and source files passed
- Responsive test passed
- Keyboard test passed
- No console errors
Component ingredients
- Dependencies
- None
- Browser support
- Current Chrome, Current Edge, Current Firefox, Current Safari
- Version
- 1.0.0
- Last tested
- 2026-08-02
Accessibility notes
- Uses autocomplete tokens for credentials.
- Password recovery link is adjacent to the field.
- Decorative proof marks are hidden.
License: MIT License for open-source use, modification, and distribution.