A infinite canvas for creating AI workflows and experimenting with different LLM,Image Generation,Audio Generation models
Contributions welcome!✨
- Infinite Canvas for creating AI workflows
- Experiment with different LLM, Image Generation, Audio Generation models
- Drag and drop nodes to create workflows
- Connect nodes to create a workflow
- Execute workflows and see the results
Just go to ai-canvas-lab
Click on Get Started
to reach the main page.
Built with:
- Nextjs 14
- TailwindCSS
- shadcn-ui
- Hosted on Cloudflare Pages
- Fork this repo
- Clone your forked repo
- Create a new branch
- Make your changes
- Push your changes to your branch
- Create a pull request
- Clone the repo
git clone https://github.com/arre-ankit/AI-Canvas-Lab.git
- Set up the Next.js app
npm install @cloudflare/next-on-pages
npm run dev