Skip to content

Commit 94e86e2

Browse files
authored
Merge pull request #25 from vero-code/main
feat(docs): Add Valetudo AI to Showcase
2 parents 9da3edd + 3ca9449 commit 94e86e2

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

docs/showcase/valetudo-ai.mdx

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Valetudo AI — Trusted Medical Answer Assistant
3+
description: Sonar-powered medical assistant for fast, science-backed answers.
4+
sidebar_position: 1
5+
keywords: [medical, AI assistant, Perplexity Sonar]
6+
---
7+
8+
# Valetudo AI
9+
10+
**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.
11+
12+
Designed for conscious users — like parents, patients, and medical students — seeking reliable information.
13+
14+
## Features
15+
16+
- **Cited Answers** — sourced from a curated list of 10 trusted medical domains
17+
- **Smart Filters** — by date and country for localized, up-to-date insights
18+
- **Image Upload** — analyze photos of medication, conditions, or packaging
19+
- **Prompt Templates** — 7 categories for symptom checks, drug safety, research, and more
20+
- **Simple UI** — built with React and Tailwind CSS
21+
22+
## How It Uses the Sonar API
23+
24+
Valetudo AI integrates with [Perplexity Sonar Pro](https://docs.perplexity.ai), leveraging advanced features for domain-specific search and rich responses:
25+
26+
| Feature | API Field | Purpose |
27+
|-----------------------|------------------------------------|----------------------------------------------------|
28+
| Context Control | `search_context_size: medium` | Balances speed and depth for focused medical Q&A |
29+
| Trusted Domains | `search_domain_filter` | Restricts results to vetted health sources |
30+
| Visual Input | `image_url` | Enables image-based medical queries |
31+
| Freshness Filter | `search_after/before_date_filter` | Helps surface recent and relevant findings |
32+
| Local Relevance | `user_location` | Tailors answers based on user’s region |
33+
34+
## Links
35+
36+
- [GitHub Repository](https://github.com/vero-code/valetudo-ai)
37+
- [Devpost Submission](https://devpost.com/software/valetudo-ai)
38+
- [View All Screenshots](https://github.com/vero-code/valetudo-ai/tree/master/screenshots)
39+
40+
## Demo Video
41+
42+
See Valetudo AI in action:
43+
[![Watch the demo](https://img.youtube.com/vi/AX3nOh9LbTc/0.jpg)](https://www.youtube.com/watch?v=AX3nOh9LbTc)
44+
45+
## Screenshots
46+
47+
### Home Interface
48+
<img src="https://github.com/vero-code/valetudo-ai/blob/master/screenshots/1-home.png" alt="Home screen" width="800" />
49+
50+
### Prompt Templates
51+
<img src="https://github.com/vero-code/valetudo-ai/blob/master/screenshots/10-prompts.png" alt="Prompt templates" width="800" />
52+
53+
### Image Upload
54+
<img src="https://github.com/vero-code/valetudo-ai/blob/master/screenshots/8-image-upload.png" alt="Image upload" width="800" />
55+
56+
### Date & Location Filters
57+
<img src="https://github.com/vero-code/valetudo-ai/blob/master/screenshots/7-date-filter.png" alt="Date filter" width="800" />
58+
59+
<img src="https://github.com/vero-code/valetudo-ai/blob/master/screenshots/9-location-filter.png" alt="Location filter" width="800" />

0 commit comments

Comments
 (0)