Transform your favorite Instagram cooking videos into detailed, easy-to-follow recipes using AI-powered transcription and processing.
This project was created using Lovable, an AI-powered development platform.
- Extract Description: Automatically captures recipe details from Instagram post captions
- Video Transcription: Converts video instructions into text format
- AI Processing: Synthesizes information into a structured recipe format
- Illustration Generation: Creates visual representations of the dishes
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- Prisma (SQLite)
- Mistral AI
- Node.js (v18 or higher)
- npm or yarn
- Clone the repository
git clone https://github.com/jungfish/croqly.git
cd croqly- Install dependencies
npm install
# or
yarn install- Set up your environment variables
cp .env.example .envEdit the .env file with your Mistral API key:
MISTRAL_API_KEY=your_api_key_here
- Initialize the database
npx prisma db push- Start the development server
npm run dev
# or
yarn devThe app should now be running at http://localhost:5173
You can edit this project in several ways:
- Using Lovable: Visit the Lovable Project and start prompting
- Local Development: Clone and run locally using your preferred IDE
- GitHub Codespaces: Launch a codespace from the repository
- Visit the homepage
- Paste an Instagram recipe URL (supports both Reels and Posts)
- Click "Generate Recipe"
- Wait for the AI to process the content
- View your structured recipe with ingredients and instructions
Matthieu Jungfer - GitHub
Made with ❤️ using React, TypeScript, and AI
This project is licensed under the MIT License - see the LICENSE file for details.