Skip to main content

Understanding Nodes

Nodes are the building blocks of FluidGrids workflows. Each node represents a specific action, transformation, or integration point in your automation.

Node Types

AI/ML Nodes

  • LLM Integration (GPT-4, Claude, Gemini, Llama)
  • RAG (Retrieval Augmented Generation) Agents
  • Vector Database Operations
  • Text Embeddings and Similarity Search
  • Image Recognition and Generation
  • Speech-to-Text and Text-to-Speech

Integration Nodes

  • Email Services (Gmail, Outlook, SendGrid)
  • Cloud Storage (S3, Google Drive, Dropbox)
  • Databases (PostgreSQL, MySQL, MongoDB, Redis)
  • Communication (Slack, Teams, Discord)
  • Project Management (Jira, Asana, Linear)
  • CRM Systems (Salesforce, HubSpot)

Utility Nodes

  • HTTP Requests with Authentication
  • File Operations
  • Data Transformation
  • Encryption/Decryption
  • Compression/Decompression
  • Regular Expression Processing
  • Date/Time Operations

Node Development

Learn about creating custom nodes:

  • Multi-Language Support
  • AI-Assisted Generation
  • Node SDK
  • Local Testing
  • Hot Reload
  • Dependency Management
  • GraphQL Interface