Message of the Day

Navigation
  • Home
  • Contacts
  • Calendar
  • Mail
  • About motd.com
Posts
  • Hello from motd.com
Tour
01/06
01
The Problem

Your content is narrow.
Your screen is wide.

Traditional layouts waste the flanks or stuff every control into a single scrolling column. DCS turns ambient whitespace into two independent UI surfaces — navigation on the left, controls on the right — without stealing pixels from the story.

wastedcontentwasted
↓
navcontentcontrols
02
The Pattern

One sidebar.
Many panels.
Zero clutter.

Each sidebar holds a horizontal carousel of panels. Chevrons and dots cycle through them without leaving the column. Unlimited surfaces, constant footprint — the one you are reading right now sits inside a panel that lives inside a carousel.

Tour › Nav › About › Docs
03
Mobile‑First

100% viewport.
Transform‑based.
Buttery smooth.

Below 1280 px, sidebars live off‑screen at full width. A hamburger reveals them via transform — GPU‑accelerated, no reflow, no drawer library. Tap outside to dismiss.

.sidebar {
  transform: translateX(-100%);
  transition: transform 300ms;
}
.sidebar.open {
  transform: translateX(0);
}
04
Desktop

Pinned.
Persistent.
Asymmetric by default.

At 1280 px+, sidebars pin as columns. Content receives margin‑inline — it reflows cleanly instead of being overlapped. Each side pins independently, so asymmetric layouts fall out for free.

10–100%
user‑adjustable width per side
05
Motion

Slide for space.
Fade for focus.

Panels transition by sliding (physical — they move past you) or fading (semantic — they dissolve in place). Toggle live from the Appearance panel on the right and watch the difference between a spatial model and a content‑parity one.

slide
fade
06
Persistence

Pick it up
where you left it.

Theme, scheme, pin state, active panel — all survive reloads via a single localStorage key. An inline pre‑script paints the correct state before the first frame. Zero flash. Zero dependencies. Zero build step.

themedark
schemeocean
pinLefttrue
panelLeft0
carouselslide
Sign in
Posts
  • Hello from motd.com
Appearance

Blog

Hello from motd.com

Jun 9, 2026

This site is rendered entirely by Mix handlers inside cosmix-webd — server-side HTML over a per-vhost SQLite database — wrapped in the dcs.spa design-system shell.

Showing 1 to 1 of 1 results
motd.com — served by cosmix-webd on mmc · Mix-rendered in the dcs.spa shell.