AI storybook generator where parents co-create stories from their child's drawings.
├── frontend/ # React app (Vite)
├── landing-page/ # Marketing site (Vite)
├── backend/ # Python API (FastAPI + uv)
└── infrastructure/ # AWS resources (Terraform)
- Node.js 18+
- pnpm
- Python 3.12+
- uv
- AWS account + CLI configured
- Terraform 1.0+
cd frontend
pnpm install
pnpm devcd landing-page
pnpm install
pnpm devcd backend
uv sync --all-packages
uv run uvicorn app.main:app --reloadcd infrastructure
cp terraform.tfvars.example terraform.tfvars
# Edit terraform.tfvars with your AWS settings
terraform init
terraform apply- Mohammed Misran · University of Pittsburgh
- Isha Kaushik · Columbia University
