# MIT App Inventor Prototype

<div class="lore-card">
  <h3>Prototype Intent</h3>
  <p>
    This prototype is not intended to be a finished product. It exists to test assumptions about user flow, data structure, and usability.
  </p>
  <p>
    Decisions made here will inform the architecture and design of future builds.
  </p>
</div>

This folder tracks the Phase 1 prototype of The Master's Loom.

## Prototype Goals
- Learn app-building fundamentals
- Model campaigns, characters, and sessions
- Build a usable personal prototype
- Keep implementation simple and messy on purpose

## Initial MVP Features
- Create campaign
- View campaign list
- Add/edit characters
- Track HP and AC
- Add session notes
- View campaign summary information

## Out of Scope for Prototype V1
- Real-time multiplayer sync
- AI-generated recaps
- Whisper network
- Shared battlemap
- Authentication
- Cross-platform production deployment
