Skip to main content

Quick Start Guide

Welcome to FluidGrids! This guide will help you get started with our platform quickly and efficiently. Follow these steps to begin building powerful workflow automations and AI-powered applications.

Prerequisites

System Requirements Ensure your environment meets these requirements:

  • Node.js 16.x or higher
  • Docker 20.x or higher
  • 4GB RAM minimum
  • Modern web browser
  • Internet connectivity

Account Setup Prepare your FluidGrids account:

  1. Sign up at FluidGrids Portal
  2. Verify your email address
  3. Complete organization setup
  4. Generate API credentials
  5. Install CLI tools

Installation

Platform Installation Install FluidGrids components:

# Install FluidGrids CLI
npm install -g @fluidgrids/cli

# Initialize your project
fluidgrids init my-project
cd my-project

# Install dependencies
npm install

Configuration Setup Configure your environment:

# Set up environment variables
fluidgrids config init

# Configure authentication
fluidgrids auth login

First Workflow

Create a Workflow Build your first workflow:

  1. Open Visual Builder
  2. Add trigger node
  3. Configure processing steps
  4. Set up output handling
  5. Save and deploy

Test and Deploy Validate your workflow:

# Test locally
fluidgrids workflow test

# Deploy to cloud
fluidgrids workflow deploy

Next Steps

Explore Features Discover platform capabilities:

  • Visual Workflow Builder
  • AI Integration Tools
  • Template Library
  • Integration Hub
  • Monitoring Dashboard

Advanced Topics Dive deeper into:

  • Custom Node Development
  • Advanced AI Features
  • Enterprise Integration
  • Security Configuration
  • Performance Optimization

Resources

Additional Support Access these resources:

For enterprise support and consultation, contact our Support Team.