giacomogaglione / chef-gpt

Recipe Generator powered by OpenAI and ChatGPT. Built with Next.Js 14 Server Actions, Supabase, Clerk, Tailwind CSS, Radix UI, shadcn/ui

Home Page:https://chef-genie.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An open source recipe generator powered by OpenAi and ChatGPT.

hero

Warning This project is still in development and is not ready for production use.

Features

Running Locally

  1. Clone the repository and install the dependencies
git clone https://github.com/giacomogaglione/chef-genie.git
cd chef-genie
pnpm install
pnpm dev
  1. Copy the .env.example to .env and update the variables.
cp .env.example .env
  1. Start the development server
pnpm run dev

License

Licensed under the MIT license.

About

Recipe Generator powered by OpenAI and ChatGPT. Built with Next.Js 14 Server Actions, Supabase, Clerk, Tailwind CSS, Radix UI, shadcn/ui

https://chef-genie.app/

License:MIT License


Languages

Language:TypeScript 96.0%Language:JavaScript 2.4%Language:CSS 1.6%