Recursive AI Workflow Automation

AI tools for developers that makes it easier to build powerful AI agents and workflows that can interface different domains of web2 and web3.

Flo8 is designed to take complex product ideas and quickly bring them to life through a Recursive AI model visualized in flows that anyone can understand and edit seamlessly.
Winner of 2024:
Company logo

Build Apps Visually

Powerful tools integrated to streamline your workflow.

Trigger

Custom Triggers

Select App

Multiple App Integrations

Chain Action

On-Chain Interactions

Build. Deploy. Scale.

Streamline your development workflow. Flo8 CoT LLM strings together reusable components, and rapidly tests them to help you build applications faster.

1// SPDX-License-Identifier: MIT
2pragma solidity ^0.8.0;
3
4contract NFTMarketplace {
5 // Events for tracking marketplace activity
6 event NFTListed(uint256 tokenId, address seller, uint256 price);
7 event NFTSold(uint256 tokenId, address seller, address buyer, uint256 price);
8
9 // Mapping from token ID to its price
10 mapping(uint256 => uint256) public tokenIdToPrice;
11
12 // List NFT for sale
13 function listNFT(uint256 tokenId, uint256 price) external {
14 require(price > 0, "Price must be greater than 0");
15 tokenIdToPrice[tokenId] = price;
16 emit NFTListed(tokenId, msg.sender, price);
17 }
18}
Initialize Workflow

Chain Of Thought Processing

Flo8 CoT LLM has access to a wide range of applications when finding the solution to the prompt. It pieces together the solution by recursively testing the solution against the prompt.

DeFi Integration
Flows can be designed to interact with Defi protocols to build trading bots, lending and yield farming strategies
Dexscreener
Etherscan
Google Apps
Telegram Bots
Build Flows with real world apps
Interfacing directly with popular APIs and services
Notion
Composable Components
Build and reuse components like smart contract templates, webhooks, API calls...
Web3 Wallets
Use Wallets across different blockchains to authenticate users and sign transactions
Solidity
Agentic Flow
Flows can be used to build autonomous agents that interact with the blockchain and web services
Native AI Integration
Use AI models to make decisions in your flows using tools like LangChain
Vector Databases

Built with Composability in Mind

Build and reuse components or choose from a library of pre-built components to create your own workflows

Wallet
Transaction
Smart Contract
Blockchain
Transaction confirmed on Ethereum mainnet. Swapped 1 ETH for 1,800 USDC through Uniswap V3 with 0.1% slippage.

Security First

Using pre-built tools and audited libraries to ensure workflows are secure and reliable

Smart Contract
1// SPDX-License-Identifier: MIT
2pragma solidity ^0.8.0;
3
4contract FlowToken {
5 string public name = "Flow Token";
6 string public symbol = "FLOW";
7 uint8 public decimals = 18;
8 uint256 public totalSupply;
9
10 mapping(address => uint256) public balanceOf;
11 mapping(address => mapping(address => uint256)) public allowance;
12
13 event Transfer(address indexed from, address indexed to, uint256 value);
14 event Approval(address indexed owner, address indexed spender, uint256 value);

Web3 Infrastructure

Access decentralized storage, oracle networks, and cross-chain bridges through our integrated toolkit

Connect your existing tools

Choose from hundreds of data sources, models, or vector stores. If don't find what your looking for, build your own custom component.

OpenAI icon
OpenAI
Anthropic icon
Anthropic
Deepseek icon
Deepseek
Mistral icon
Mistral
Ollama icon
Ollama
Google Flash icon
Google Flash
Pinecone icon
Pinecone
OpenAI icon
OpenAI
Anthropic icon
Anthropic
Deepseek icon
Deepseek
Mistral icon
Mistral
Ollama icon
Ollama
Google Flash icon
Google Flash
Pinecone icon
Pinecone
Telegram icon
Telegram
Postgres icon
Postgres
Airtable icon
Airtable
Redis icon
Redis
Supabase icon
Supabase
Notion icon
Notion
MySQL icon
MySQL
MongoDB icon
MongoDB
Telegram icon
Telegram
Postgres icon
Postgres
Airtable icon
Airtable
Redis icon
Redis
Supabase icon
Supabase
Notion icon
Notion
MySQL icon
MySQL
MongoDB icon
MongoDB
ElasticSearch icon
ElasticSearch
Langchain icon
Langchain
Google Cloud icon
Google Cloud
AWS icon
AWS
GitHub icon
GitHub
Webhooks icon
Webhooks
Google Apps icon
Google Apps
Slack icon
Slack
Discord icon
Discord
ElasticSearch icon
ElasticSearch
Langchain icon
Langchain
Google Cloud icon
Google Cloud
AWS icon
AWS
GitHub icon
GitHub
Webhooks icon
Webhooks
Google Apps icon
Google Apps
Slack icon
Slack
Discord icon
Discord
DexScreener icon
DexScreener
CoinGecko icon
CoinGecko
Etherscan icon
Etherscan
Alchemy icon
Alchemy
UniSwap icon
UniSwap
AAVE icon
AAVE
NFT icon
NFT
API3 icon
API3
DexScreener icon
DexScreener
CoinGecko icon
CoinGecko
Etherscan icon
Etherscan
Alchemy icon
Alchemy
UniSwap icon
UniSwap
AAVE icon
AAVE
NFT icon
NFT
API3 icon
API3
Get started

Start building with Flo8

Get started with Flo8 and build your first application in minutes

Get Started