A minimal Val Town project that receives email attachments and displays them in a clean, black and white dashboard.
├── backend/
│ └── index.ts # Minimal Hono app
├── frontend/
│ ├── App.tsx # React component
│ └── index.html # Minimal HTML shell
├── shared/
│ └── storage.ts # Blob storage utilities
├── dashboard.ts # HTTP entry point
├── email-handler.ts # Email processing
└── getFiles.ts # Email trigger