llms.txt Content
# Filippi Araujo
> Personal knowledge management system and digital garden built with React, TypeScript, and Vite. A content-first architecture where markdown files are automatically processed into a searchable, interconnected knowledge base focused on AI, development, and building in public.
This is a bilingual (PT/EN) platform showcasing technical notes, writing, projects, and curated resources. The system uses automatic content processing, hierarchical categorization, bidirectional linking, and intelligent search.
**Key Technologies:** React 18, TypeScript, Vite, React Router, Tailwind CSS, gray-matter for frontmatter parsing.
**Content Types:**
- **Notes** (`/knowledge`): Technical knowledge and learning notes organized hierarchically (11 items)
- **Writing** (`/writing`): Articles, essays, and reflections on AI, development, and growth (7 items)
- **Projects** (`/projects`): Active projects and experiments being built in public (5 items)
- **Resources** (`/resources`): Curated links, tools, and references (19 items)
## Architecture
- [Project Architecture](https://www.filippiaraujo.com/architecture.md): Complete overview of the content-driven architecture, build system, and development workflow
- [Content Processing](https://www.filippiaraujo.com/content-system.md): How markdown files are automatically processed into TypeScript data structures
- [Build Commands](https://www.filippiaraujo.com/build-commands.md): Available npm scripts and development workflow
- [Component Structure](https://www.filippiaraujo.com/components.md): React component architecture and patterns
## Featured Knowledge Notes
- [Prompt Engineering Fundamentals](https://www.filippiaraujo.com/knowledge/ai/prompt-engineering.md): Technical notes on Prompt Engineering Fundamentals
- [Docker Compose Production Patterns](https://www.filippiaraujo.com/knowledge/docker/compose-patterns.md): Technical notes on Docker Compose Production Patterns
- [React Performance Optimization](https://www.fi