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- Done —Skeleton: monorepo, three deployment tiers
- Done —Shell: navigation, theme, Actions layer
- Done —Bilingual routing and the translation rule
- Done —Services and detail pages
- Upcoming —Labs and project sheets
- Upcoming —Journal, tutorials and tracks
- Upcoming —Command palette ⌘K
- Upcoming —Discovery Agent and quote configurator