All projects
ProductIn testing

Yorro.dev

The studio's own site: showcase, journal and tutorials, built as a demonstration of the architecture it sells.

Updated Source code

Roadmap

This site is its own first use case.

Its business logic does not live inside components: it is named in an Actions layer — setTheme, setLocale, openService — invoked identically by the interface, soon by a command palette, then by an agent. That is exactly what the Agent-Native Architecture Advisory sells, and selling it without practising it seemed dishonest.

The rest follows the same rule: accessibility is a design constraint rather than a review pass, tests run against the built site rather than the dev server, and every structural decision is written into an ADR before it is coded.

Technologies

  • Astro
  • TypeScript
  • Tailwind CSS
  • Cloudflare Pages
  • Playwright

Milestones

4 / 8
  1. Done —Skeleton: monorepo, three deployment tiers
  2. Done —Shell: navigation, theme, Actions layer
  3. Done —Bilingual routing and the translation rule
  4. Done —Services and detail pages
  5. Upcoming —Labs and project sheets
  6. Upcoming —Journal, tutorials and tracks
  7. Upcoming —Command palette ⌘K
  8. Upcoming —Discovery Agent and quote configurator