> For the complete documentation index, see [llms.txt](https://noora.gitbook.io/noora-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://noora.gitbook.io/noora-docs/outloud.md).

# Outloud

### What is Outloud?

Outloud turns studying into a conversation. Instead of passively reading notes, you **explain concepts out loud** to AI personas who push you to think deeper.

After 3 turns, get scored on coverage, clarity, correctness, and causality—with a **visual heatmap** showing exactly which parts were strong, vague, or wrong.

#### Key Features

&#x20;**Voice-First Interface** - Record yourself explaining concepts

* **4 AI Personas** - Mentor, Critic, Buddy, Coach
* **Smart Evaluation** - 4-dimensional scoring system
* **Visual Heatmap** - Color-coded feedback on every segment
* **AI Voice Responses** - Natural TTS in persona-matched voices
* **Cross-Platform** - iOS & Android

### How It Works

1. **Pick a Topic** - Choose from demo topics or upload your own materials
2. **Choose AI Persona** - Select your learning style (Mentor/Critic/Buddy/Coach)
3. **Explain Aloud** - Record yourself explaining in your own words
4. **Get Feedback** - AI responds with questions and guidance
5. **See Results** - View scores and heatmap showing strengths and gaps

### Quick Links

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>🚀 Getting Started</strong></td><td>Install and configure Outloud</td><td><a href="/pages/iVtikzX9B9VenneYfNFC">/pages/iVtikzX9B9VenneYfNFC</a></td></tr><tr><td><strong>📱 User Guide</strong></td><td>Learn how to use Outloud effectively</td><td><a href="/pages/UAvYV0xSvyn91yO5M0wn">/pages/UAvYV0xSvyn91yO5M0wn</a></td></tr><tr><td><strong>🔌 API Reference</strong></td><td>Developer documentation</td><td><a href="/pages/NuZmKSiz0YE0MsSKVd7B">/pages/NuZmKSiz0YE0MsSKVd7B</a></td></tr></tbody></table>

### Tech Stack

Built with:

* **Mobile**: React Native + Expo + TypeScript
* **Backend**: Node.js + Express + Supabase
* **STT**: Python + FastAPI + Faster Whisper
* **AI**: OpenAI GPT-4o-mini + TTS

### Support

Questions? Found a bug?

* 📧 Email: <nooraqasimwork@gmail.com>
* 💬 GitHub Issues: [github.com/NooraWael/outloud/issues](https://github.com/NooraWael/outloud/issues)

***

**Made with 💜 for CS Girlies Fall '25 Hackathon**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://noora.gitbook.io/noora-docs/outloud.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
