An open source recipe generator powered by OpenAi and ChatGPT.
Warning This project is still in development and is not ready for production use.
- Framework: Next.js 14 App Router with Server Actions
- AI: OpenAI - GPT 3.5 Turbo with Vercel AI SDK
- Database: Supabase
- Authentication: Clerk
- Styling: Tailwind CSS
- Deployment: Vercel
- Analytics: Vercel Analytics
- Zod for TypeScript-first schema declaration and validation
- Automatic import sorting with
@ianvs/prettier-plugin-sort-imports
- Clone the repository and install the dependencies
git clone https://github.com/giacomogaglione/chef-genie.git
cd chef-genie
pnpm install
pnpm dev
- Copy the
.env.example
to.env
and update the variables.
cp .env.example .env
- Start the development server
pnpm run dev
Licensed under the MIT license.