Fluid ForgeFluid Forge
Home
Get Started
  • Local (DuckDB)
  • GCP (BigQuery)
  • Snowflake Team Collaboration
  • Declarative Airflow
  • Orchestration Export
  • Jenkins CI/CD
  • Universal Pipeline
CLI Reference
  • Overview
  • Architecture
  • GCP (BigQuery)
  • AWS (S3 + Athena)
  • Snowflake
  • Local (DuckDB)
  • Custom Providers
  • Roadmap
GitHub
GitHub
Home
Get Started
  • Local (DuckDB)
  • GCP (BigQuery)
  • Snowflake Team Collaboration
  • Declarative Airflow
  • Orchestration Export
  • Jenkins CI/CD
  • Universal Pipeline
CLI Reference
  • Overview
  • Architecture
  • GCP (BigQuery)
  • AWS (S3 + Athena)
  • Snowflake
  • Local (DuckDB)
  • Custom Providers
  • Roadmap
GitHub
GitHub
  • Introduction

    • /
    • Getting Started
    • Snowflake Quickstart
    • Vision & Roadmap
  • Walkthroughs

    • Walkthrough: Local Development
    • Walkthrough: Deploy to Google Cloud Platform
    • Walkthrough: Snowflake Team Collaboration
    • Declarative Airflow DAG Generation - The FLUID Way
    • Generating Orchestration Code from Contracts
    • Jenkins CI/CD for FLUID Data Products
    • Universal Pipeline
  • CLI Reference

    • CLI Reference
    • init Command
    • validate Command
    • plan Command
    • apply Command
    • verify Command
    • generate-airflow Command
  • Providers

    • Providers
    • Provider Architecture
    • GCP Provider
    • AWS Provider
    • Snowflake Provider
    • Local Provider
    • Creating Custom Providers
    • Provider Roadmap
  • Advanced

    • Blueprints
    • Governance & Compliance
    • Airflow Integration
    • Built-in And Custom Forge Agents
    • FLUID Forge Contract GPT Packet
    • Forge Copilot Discovery Guide
    • Forge Copilot Memory Guide
  • Project

    • Contributing to Fluid Forge
    • Fluid Forge v0.7.1 - Multi-Provider Export Release

Blueprints

Reusable, parameterized templates for common data product patterns. Blueprints let you scaffold a complete project — contract, sample data, transformations — in seconds.

Quick Start

# List all available blueprints
fluid blueprint list

# Filter by category or provider
fluid blueprint list --category analytics --provider gcp

# Describe a specific blueprint
fluid blueprint describe customer-360-gcp

# Create a project from a blueprint
fluid blueprint create customer-360-gcp --target-dir my-project

CLI Reference

fluid blueprint list

OptionDescription
--categoryFilter by category (e.g. analytics, ml, ingestion)
--complexityFilter by complexity level
--providerFilter by provider (gcp, aws, snowflake, local)
--verbose, -vShow detailed metadata

fluid blueprint describe <name>

Show detailed information about a blueprint including its schema, required configuration, estimated setup time, and tags.

fluid blueprint create <name>

OptionDescription
--target-dir, -dDirectory to create the project in
--provider, -pOverride the default provider
--quickstart, -qUse smart defaults
--dry-runPreview what would be created

fluid blueprint search <query>

Search blueprints by keyword across names, descriptions, and tags.

fluid blueprint validate [name]

Validate one or all blueprints for correctness.

Available Blueprints

BlueprintCategoryProvidersDescription
customer-360AnalyticslocalCustomer analytics data product
customer-360-gcpAnalyticsgcpCustomer analytics on BigQuery
enterprise-snowflakeAnalyticssnowflakeEnterprise data warehouse
semantic-customer-modelAnalyticslocalSemantic layer with customer data

Creating From a Blueprint

# 1. Browse options
fluid blueprint list --verbose

# 2. Pick one and scaffold
fluid blueprint create customer-360-gcp -d my-analytics --quickstart

# 3. Enter the project
cd my-analytics

# 4. Run the standard workflow
fluid validate contract.fluid.yaml
fluid apply contract.fluid.yaml --yes

See Also

  • init command — create projects from scratch or blueprints
  • forge command — AI-powered project generation
  • Getting Started — install and run your first project
  • Custom LLM Agents — AI-powered project generation with your own models
  • Contributing — contribute new blueprints
Edit this page on GitHub
Last Updated: 3/12/26, 1:03 PM
Contributors: khanya_ai
Next
Governance & Compliance