diff --git a/docs/showcase/valetudo-ai.mdx b/docs/showcase/valetudo-ai.mdx
new file mode 100644
index 0000000..1d567f4
--- /dev/null
+++ b/docs/showcase/valetudo-ai.mdx
@@ -0,0 +1,59 @@
+---
+title: Valetudo AI — Trusted Medical Answer Assistant
+description: Sonar-powered medical assistant for fast, science-backed answers.
+sidebar_position: 1
+keywords: [medical, AI assistant, Perplexity Sonar]
+---
+
+# Valetudo AI
+
+**Valetudo AI** is a science-backed medical assistant powered by the Perplexity Sonar API. It provides fast, clear, and well-cited answers to health questions — helping users cut through misinformation with filters, image analysis, and ready-made prompt templates.
+
+Designed for conscious users — like parents, patients, and medical students — seeking reliable information.
+
+## Features
+
+- **Cited Answers** — sourced from a curated list of 10 trusted medical domains
+- **Smart Filters** — by date and country for localized, up-to-date insights
+- **Image Upload** — analyze photos of medication, conditions, or packaging
+- **Prompt Templates** — 7 categories for symptom checks, drug safety, research, and more
+- **Simple UI** — built with React and Tailwind CSS
+
+## How It Uses the Sonar API
+
+Valetudo AI integrates with [Perplexity Sonar Pro](https://docs.perplexity.ai), leveraging advanced features for domain-specific search and rich responses:
+
+| Feature | API Field | Purpose |
+|-----------------------|------------------------------------|----------------------------------------------------|
+| Context Control | `search_context_size: medium` | Balances speed and depth for focused medical Q&A |
+| Trusted Domains | `search_domain_filter` | Restricts results to vetted health sources |
+| Visual Input | `image_url` | Enables image-based medical queries |
+| Freshness Filter | `search_after/before_date_filter` | Helps surface recent and relevant findings |
+| Local Relevance | `user_location` | Tailors answers based on user’s region |
+
+## Links
+
+- [GitHub Repository](https://github.com/vero-code/valetudo-ai)
+- [Devpost Submission](https://devpost.com/software/valetudo-ai)
+- [View All Screenshots](https://github.com/vero-code/valetudo-ai/tree/master/screenshots)
+
+## Demo Video
+
+See Valetudo AI in action:
+[](https://www.youtube.com/watch?v=AX3nOh9LbTc)
+
+## Screenshots
+
+### Home Interface
+
+
+### Prompt Templates
+
+
+### Image Upload
+
+
+### Date & Location Filters
+
+
+
\ No newline at end of file