AI-powered recipe generator: enter ingredients and preferences to receive typed recipes with macros, times and difficulty.
IA Recipe Generator (ChefcitoIA) is an SPA that builds personalized recipes from user-provided ingredients and preferences. The app validates inputs, orchestrates calls to AI providers via internal routes, and maps the response to a safe typed domain model for UI consumption.
Many users struggle to combine available ingredients or adapt recipes to dietary restrictions/portions. This tool aims to convert simple inputs into practical, clear and safe recipes without relying on raw AI output.
Feature-folder pattern: components, model and services kept per feature. Internal API routes (/api/recipe-generator/*) allow the UI to work during dev without an external backend. A strict mapper (recipeMapper) validates and normalizes IA responses before use.