Public
LikeRecipes
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Shared code between frontend and backend.
shared/
├── types.ts # TypeScript interfaces and types
└── utils.ts # Shared utility functions
- Code here must work in both browser and Deno environments
- Do NOT use the
Denokeyword directly - Use
https://esm.shfor imports to ensure compatibility - Keep dependencies minimal
Recipe- Recipe metadataIngredient- Recipe ingredient with quantity/unitInstruction- Recipe stepRecipeWithDetails- Full recipe with ingredients and instructions
IngestRequest- Recipe URL submissionShoppingListRequest- Shopping list generation requestShoppingListItem- Aggregated shopping list entry