Kevin Kidd logo

Dishify

Project Overview

November 1, 2024

AI

Dishify is your AI-powered culinary companion. Enter any dish name for instant recipes, ingredient lists, and smart shopping links. Elevate your cooking with personalized instructions and effortless grocery planning.

GitHub
Project Gallery
All images from Dishify

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97jvex3lqyj07lqto90eri6

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97jvex3lqyj07lqto90eri6

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97jvex1lqyh07lqaxrgp3ez

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97jvex1lqyh07lqaxrgp3ez

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97jvex6jvot07n0repofcvp

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97jvex6jvot07n0repofcvp

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97jvexzjvoz07n09cgupffi

https://us-west-2.graphassets.com/cm85d93l00obw06lrfsn5ggjl/cm97jvexzjvoz07n09cgupffi

0 / 4
Project Details
All project details for Dishify

Dishify is your AI-powered culinary companion. Enter any dish name for instant recipes, ingredient lists, and smart shopping links. Elevate your cooking with personalized instructions and effortless grocery planning.

Features

  • Instant recipe generation for any dish
  • Detailed ingredient lists
  • Smart shopping links
  • Personalized cooking instructions
  • Effortless grocery planning
  • Cross-platform support (Web, iOS, Android)

Tech Stack

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/kevin-kidd/dishify.git
    cd dishify
  2. Install dependencies:

    bun install
  3. Set up environment variables:

    • Copy .env.example to .env and fill in the required values
  4. Run the development server:

    • For web:

      bun run web
    • For mobile:

      bun run native

Project Structure

  • apps/
    • expo/: Expo mobile app
    • next/: Next.js web app
  • packages/
    • api/: Backend API and database schema
    • app/: Shared application logic
    • ui/: Shared UI components
  • data_utils/: Utility scripts for preparing recipe data for the database and AI model training