Discover and explore top open-source AI tools and projects—updated daily.
shrimblyVisual workflow builder for AI image and text generation
Top 62.7% on SourcePulse
Node Banana provides a visual, node-based interface for building and executing AI-powered image and text generation pipelines. It targets users who need to construct complex workflows without extensive coding, offering a drag-and-drop canvas to connect various generation and annotation nodes. The primary benefit is simplifying the creation of sophisticated AI content generation processes through an intuitive graphical environment.
How It Works
The application leverages a Next.js 16 (App Router) framework with TypeScript, utilizing @xyflow/react for its visual node editor and Konva.js for canvas rendering. Users construct workflows by connecting nodes representing different operations, such as AI image generation (via Google Gemini or OpenAI APIs), text generation, and image annotation tools. Workflows can be saved and loaded as JSON files, enabling pipeline reuse and modification. This approach allows for modular pipeline construction and visual debugging of complex AI tasks.
Quick Start & Requirements
npm install, then npm run dev for development. Production build uses npm run build followed by npm run start.GEMINI_API_KEY) must be configured in a .env.local file. An OpenAI API key (OPENAI_API_KEY) is optional.http://localhost:3000. Example workflows are available in the /examples directory.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (like Discord/Slack), or a public roadmap were provided in the README snippet.
Licensing & Compatibility
The project is released under the MIT license, which permits commercial use and modification.
Limitations & Caveats
The project is noted to be in early development and has not been extensively tested, potentially containing issues. Users are specifically advised to use the Chrome browser, suggesting potential compatibility problems with other browsers.
3 days ago
Inactive
markfulton