# StewardsIQ.com

StewardsIQ.com is a local MVP for an urgency-first hardship navigator built around three household lanes:

- senior citizens
- homeless or housing-unstable households
- low-income or no-income households

The app starts with the most urgent question first, then generates a practical action plan, trusted resource links, and verified sponsor opportunities.

## What is included

- A functioning local app in [`public/`](./public)
- A lightweight static server in [`server.js`](./server.js)
- A one-page concept note in [`docs/CONCEPT_NOTE.md`](./docs/CONCEPT_NOTE.md)
- A pitch deck outline in [`docs/PITCH_DECK_OUTLINE.md`](./docs/PITCH_DECK_OUTLINE.md)
- A branded landing page and triage workflow for `StewardsIQ.com`

## Quick start

1. From this folder, run `npm start`
2. Open `http://localhost:4173`

## Main product flows

1. `Triage`: choose a household segment, urgency, and top need, then generate an action plan.
2. `Sponsor`: browse verified support opportunities and save supporter pledges locally.
3. `Pricing`: keep the app free for households while charging supporters and partners on mission-safe rails.
4. `Docs`: open the concept note and pitch outline for fundraising, pilots, and partnership outreach.

## Notes

- The app is a starter MVP, not a live referral or payments system.
- Saved plans and pledges are stored locally in the browser for demo purposes.
- Older exploratory files remain in the repo, but the active MVP is the `StewardsIQ.com` hardship navigator in `public/`.
