V0.2
Feed system, new pages, and navigation updates.
- Add Feed component with category filtering
- Create new page routes: /blog, /work, /tools, /design-system
- Add card components: blog-card, work-card, tool-card, component-card, feed-card
- Add feed-data.ts with FeedItem types and category definitions
- Add component-registry.tsx for component management
- Update main navigation with new links (Work, Blog, Components, Tools)
- Change nav styling from ghost buttons to link variant
- Add email copy-to-clipboard button on homepage
- Add design system documentation
- Refactor components page to use component registry