AI-Powered

Query your data in plain English

TailGrid's AI Query Bar lets users filter, sort, and explore data using natural language.

How It Works

Three simple steps to AI-powered data queries

1

Connect an AI Provider

OpenAI, Anthropic Claude, Ollama, or bring your own.

2

Enable AI on TailGrid

Add two props to your component.

3

Query in Natural Language

Users type queries and AI translates them to filters.

Example Queries

"show active customers"
status = 'active'
"customers in California"
state = 'CA'
"revenue over 10000"
revenue > 10000
"sort by name descending"
ORDER BY name DESC

Supported AI Providers

OpenAI

GPT-4 and GPT-3.5 Turbo

Recommended

Anthropic Claude

Claude 3 models

Great Choice

Ollama

Run models locally

Free

Custom Provider

Any OpenAI-compatible API

Flexible

Ready to add AI to your data grid?

Get started in minutes. Free and open source.

npm install @tailgrid/react @tailgrid/ai