Need a visual of the platform architecture. SVG, generated by AI, added as a third tab on the about page (Me / Site / Architecture).
What it should show
- The development flow: conversation → journal → spec → code → S3 → CloudFront → browser
- The event bus: browser → /events/ → CloudFront logs → Lambda → S3 files
- The plugin model: spec repos → blocks.md → AI generates implementation
- The repos: how they connect at build time
Implementation
- SVG file in
public/or inline in the component - Third tab in
AboutTabs.tsx - About page loads the SVG content same way it loads the markdown tabs
The journey
prev: a-thousand-abstractions Realized the architecture is complex enough to need a visual. SVG is just text — AI can draw it. The about page already has tabs — add one more.