mottai · Architecture ‹ Dashboard

Seeded from workspace bootstrap — David to confirm before this leaves the machine.

Workspace layout

The marketing workspace owns web presence for the Mottai parent company and the Konklyn product line — website design, copywriting, SEO, and content (not product code).

  • D:\Project\marketing\ — workspace root (WORKORDERS_ROOT)
  • projects/mottai-com/ — mottai.com (this dashboard)
  • projects/konklyn-com/ — konklyn.com product site
  • teams/marketing/ — team charter, roles, agents
  • org/workorders/ — work-order pipeline
Project structure

Each site is a self-contained static project under projects/<site>/:

  • src/ — deployable files (HTML, CSS, JS, assets)
  • src/tokens.css — shared structural token vocabulary (spacing, radius, max width, font stacks), linked before style.css
  • src/style.css — per-site palette and components
  • README.md — deploy instructions

Sites deploy independently, so tokens.css is copied into each src/ rather than shared by reference — each project stays self-contained.

Token & deploy conventions

Both sites share one variable vocabulary but keep their own values: konklyn is Inter-led with an electric-blue brand; mottai is monospace-led with a neutral near-black palette.

Everything is plain HTML/CSS with no build step and zero external CDN calls. Hosting target is any static file host, or open index.html directly.

TODO: confirm any additional architecture notes David wants recorded here.

Next: Processes ›