Navigation families
- Command drawers
- Sticky top rails
- Section jump bars
- Scrolling breadcrumb docks
- Profile action menus
- Mobile slide panels
- Full-screen focus menus
- Progress-aware nav bars
Instead of cloning another tutorial catalog, this hub groups the most useful front-end patterns by real product jobs: navigation, onboarding, forms, media, dashboards, commerce, and production polish. Each recipe name, grouping, and explanation here is original to EduSmartUp.
This page is designed to cover the same broad category space people usually search for in interface recipe libraries, but with a different taxonomy. Use it as your build map when planning a new section of the site or a new exercise inside the Try-It editor.
These patterns help with storytelling, comparison, conversion, and structured reading.
A mixed-size card grid that lets one hero tile dominate while support facts, quotes, and statistics fill smaller panels around it.
A pricing section with a dominant middle tier, guaranteed comparison rows, and a compact mobile stacking strategy.
A two-column article with chapter indicators, callout notes, and in-flow media. Useful for long-form guides and case studies.
A mixed-card quote wall that balances customer proof, avatar cards, star ratings, and measurable outcomes.
These patterns cover the form-heavy areas teams usually rebuild over and over.
A left panel for brand value and a right panel for the form. Use it for login, register, and password reset experiences.
<section class="auth-shell">
<aside class="auth-story">
<h2>Build faster with guided labs</h2>
<p>Save projects, track progress, and reopen work anywhere.</p>
</aside>
<form class="auth-form">
<label>Email<input type="email" required></label>
<label>Password<input type="password" required></label>
<button type="submit">Continue</button>
</form>
</section>
A long form with helper copy, inline validation, and section summaries pinned beside the inputs. Good for account setup, grant applications, and onboarding questionnaires.
A keyboard-driven search surface that filters commands, routes, and entities. Useful in dashboards, CMS tools, and docs sites.
A two-step checkout with shipping, payment, confirmation summary, coupon entry, and explicit error placement.
Interactive media is more than slideshows. These patterns connect motion, trust, and state changes.
A gallery with thumbnails, captions, progress position, and an optional full-screen stage. Useful for portfolios and product shots.
Reusable temporary messages for success, warning, info, and failure states. Include a title, body, icon, and dismiss action.
A loading state that mimics the final card geometry to reduce layout shift while data arrives.
A media overlay with keyboard navigation, previous/next controls, and locked background scroll.
These are the high-density patterns teams need when a project graduates from a marketing page to a working product.
A dashboard opening section that combines KPI cards, trend spark lines, filter pills, and a date-range switcher.
A drag-ready task layout with assignee chips, due date pills, and density modes for compact and expanded views.
A product list with filters, quick view, inline badges, price comparison, and review density summaries.
A printable order or invoice panel with line items, totals, tax breakdown, signature area, and payment status ribbon.
Patterns do not count as production-ready until they survive keyboard use, reduced motion settings, and real content pressure.
For every recipe in Pattern Forge, validate landmarks, focus order, contrast, keyboard reachability, and error feedback before you call it finished.
| Check | What to verify | Why it matters |
|---|---|---|
| Keyboard flow | Tab order, visible focus, escape routes, focus return | Supports keyboard-only and assistive tech users |
| Reduced motion | Disable nonessential animation and long parallax moves | Prevents discomfort and improves clarity |
| Real data density | Long names, empty states, large counts, validation errors | Prevents polished demo-only layouts from breaking |
| Touch comfort | Button size, card spacing, swipe affordances | Improves mobile reliability |
| Color independence | Use icons, labels, and text instead of color alone | Improves comprehension for more users |
Use this workflow whenever you turn a pattern idea into a real page or tutorial.
Decide what the user must accomplish: find, compare, submit, review, or confirm.
Choose a layout family: rail, board, shelf, sheet, mosaic, ladder, or stack.
Plan default, loading, empty, success, warning, and error views before styling details.
Try it with mobile width, keyboard only, large content, and bad network assumptions.
These are original project directions you can build from the recipe families above.
Portfolio hero, project gallery, testimonial mosaic, booking form, FAQ stack.
Sticky lesson rail, progress cards, module accordion, quiz panels, account dashboard.
Bento launch board, pricing ladder, countdown strip, comparison table, signup callout.
Metrics deck, command search sheet, settings drawer, activity feed, table filters.