A recipe management app built on Val Town.
meals/
├── backend/ # Hono API server
│ ├── index.ts # Main entry point
│ ├── database/ # SQLite migrations and queries
│ └── routes/ # API route modules
├── frontend/ # React UI
│ ├── index.html # HTML template
│ ├── index.tsx # React entry point
│ └── components/ # React components
└── shared/ # Shared types and utilities
└── types.ts # TypeScript interfaces
vt push
The app runs on Val Town's infrastructure. Push changes to deploy and test.