# Project Context for Claude Code ## What is this project? This is a personal landing page for hiddenden.cafe, built with Astro. The owner is Latte, a gay furry developer who values self-hosting, privacy, and cozy aesthetics. ## Key Design Principles 1. **Cozy Aesthetic** - Warm colors, coffee/cappuccino theme, hidden den vibes 2. **Self-Hosted** - Everything runs on personal infrastructure (homelab/VPS) 3. **Privacy First** - No tracking, no external dependencies 4. **Lightweight** - Static HTML/CSS, minimal JavaScript 5. **Docker-Ready** - Easy deployment via containers ## Owner Preferences - **Tech Stack**: Python/Flask normally, learning Astro for this project - **Deployment**: Docker containers pushed to personal Gitea registry at git.hiddenden.cafe - **Aesthetic**: Warm, comfy, coffee-themed, furry-friendly - **Content**: Honest and authentic, not corporate or sterile ## Current Status The site currently has: - ✅ Landing page with hero section - ✅ About Hidden Den section - ✅ About Me section (Latte) - ✅ Services section (Gitea linked) - ✅ Support section - ✅ Docker deployment setup - ✅ Responsive design ## What Might Be Added Later - Blog section for project updates - More self-hosted services as they're deployed - Payment/donation links when ready - Project showcase pulling from Gitea - Community features ## Important Implementation Details ### Color System All colors use CSS custom properties. To change theme, edit variables in `BaseLayout.astro`. Current palette is coffee/earth tones. ### Content Updates Main content is in `src/pages/index.astro`. Each section is wrapped in semantic HTML with consistent styling via `.card` class. ### Deployment Flow 1. Develop locally with `npm run dev` 2. Build with `npm run build` 3. Create Docker image with `docker build` 4. Push to Gitea registry 5. Deploy on homelab/VPS ### File Organization - `src/layouts/` - Reusable layouts (currently just BaseLayout) - `src/pages/` - Routes (index.astro = homepage) - `src/components/` - Reusable components (empty, ready for future use) - `public/` - Static assets (favicon, images) ## Communication Style When discussing this project: - Be warm and friendly (matches the site vibe) - Use clear, direct language - Respect the furry community context - Focus on practical implementation - Acknowledge this is a learning project with Astro ## Common Modification Patterns **Adding a service:** ```astro
Description of the service
Content