
Axiom Dashboard
Published
Minimalist UI is the discipline of letting whitespace and typography carry the design. These 6 hand-coded screen mocks cover the surfaces minimalist design has to win: a dark SaaS dashboard with sparkline KPIs and a live bar chart, a Florentine luxury e-commerce storefront with editorial product photography, a brutalist-white architect's portfolio with hover-revealed SVG previews, a broadsheet editorial layout with drop-cap leads and reading-progress, a fintech mobile app rendered inside a realistic phone frame, and a high-impact single-product SaaS landing with perspective grid + animated mock dashboard. Every demo is wrapped in its own scoped class so all six render on the gallery page without bleed.
Related22 CSS Dark Mode UI31 CSS Hero Sections22 CSS Brutalism

Published

Published

Published

Published

Published

Published
<button> for clickable controls, real <input type="email"> on newsletter forms, aria-hidden on decorative SVGs, and scoped JS (every demo's interactive bits are bound to its own wrapper, so two demos can coexist on a page without colliding on global element ids). The dashboards/e-commerce/editorial all reflow gracefully to mobile breakpoints. The fintech mobile demo uses a fixed 380px phone frame so the inside is always rendered at native mobile width — the surrounding context cards stack below the phone on narrow viewports..mu-sd (Axiom dashboard), .mu-ec (Maison Elara e-commerce), .mu-pf (Vera Lindstrom portfolio), .mu-ed (Ledger editorial), .mu-fn (Elara fintech), .mu-ls (Crest landing). The source mocks' :root { --foo: … } design tokens are re-scoped to .mu-XX { --mu-XX-foo: … } so the tokens don't leak globally. Body-level styles (background, font-family, padding, overflow) are re-applied to the wrapper. position: fixed chrome (nav bars, reading progress, ambient glows) is re-scoped to position: absolute or position: sticky inside the wrapper. The portfolio demo's viewport-dependent mix-blend-mode custom cursor is dropped entirely (it would look broken in an embedded card) but the hover-triggered SVG project preview that's the actual differentiator is kept and re-scoped. Same discipline as the neon and brutalist collections.9 hand-coded CSS 3D scenes built with real transforms, perspective, and preserve-3d — iridescent flip cards, a midnight coverflow carousel, kinetic tilt pricing cards, a page-turn flipbook, a Bauhaus drag-cube navigator, a modular synth control panel, a luxury hover-flip product showcase, a 5×5 spinning cube matrix, and a 60-orb DNA double helix. No WebGL, no libraries.
22 hand-coded brutalist and neubrutalist CSS designs covering the full spectrum of the aesthetic — from the anti-design brutalism of 2014-2018 (raw system fonts, zero border radius, monochrome density, visible structure) through to the neubrutalism of 2021-present (bright pastel fills, thick black borders, hard offset shadows with zero blur, rounded blocks). The neubrutalist half ships SaaS pricing cards with sticker badges, a pastel admin dashboard, signup forms, rotated feature cards, an offset-shadow navbar, a playful button set, a native dialog modal, a testimonial wall, blog cards, chunky toggles, a landing hero, an image gallery, stats panels and a rounded footer. The brutalist half covers product grids, raw form controls, a monochrome data dashboard, a portfolio index, indie SaaS pricing, Windows 95 desktop chrome, editorial long-read and a streetwear catalog. Every design is scoped under a .brt-NN prefix for no-collision pasting, guards prefers-reduced-motion, and ports unchanged to React, Vue, Svelte, Astro, Next.js and Tailwind.
22 hand-coded CSS dark-mode UI patterns — prefers-color-scheme root strategy, data-theme attribute override, color-mix token system, light-dark() function, sidebar navigation, dashboard card grid, modal dialog, focus-ring contrast audit, three-state switcher, code editor surface, OLED true black, layered slate, aurora dim and more.