From 84e165aa693ae9adf4fef0fa94624376abc4900a Mon Sep 17 00:00:00 2001
From: Chenglong Wang
Date: Sun, 28 Jun 2026 16:42:22 -0700
Subject: [PATCH 1/5] Restore AI-era public title
---
README.md | 2 +-
site/index.html | 2 +-
site/src/routes/Landing.tsx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c144224..88a7092 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Flint: A Semantic Visualization Language for AI Agents and Humans
+# Flint: A Visualization Language for the AI Era
[](https://www.npmjs.com/package/flint-chart)
[](https://www.npmjs.com/package/flint-chart-mcp)
diff --git a/site/index.html b/site/index.html
index 16a0ccc..a5b85a1 100644
--- a/site/index.html
+++ b/site/index.html
@@ -3,7 +3,7 @@
- Flint: A Semantic Visualization Language for AI Agents and Humans
+ Flint: A Visualization Language for the AI Era
@@ -14,26 +19,34 @@ export function McpServer() {
{/* ---- Hero -------------------------------------------------- */}
-
Use Flint as a MCP server for your agent
+
Use Flint as an MCP server for your agent
Install flint-chart-mcp as a{' '}
Model Context Protocol
{' '}
- server and your agent can create charts from the same conversation
- where the question starts. By default it opens an interactive Flint
+ server and your agent can create charts as an interactive MCP app. By default it opens an interactive Flint
chart view; when you need artifacts, it can also return static images
or backend-native specs.
+
+ {setupPrompt}
{/* ---- Article body ----------------------------------------- */}
@@ -43,9 +56,13 @@ export function McpServer() {
The experience
Using Flint through MCP is a simple loop: connect the server, ask
- for the chart you want, and work with the rendered result in the
- same chat.
+ for the chart you want, and work with a visualization with dynamic widgets provided by the MCP server.
+
+
+
+
+
Connect Flint MCP server. Add the stdio server to your
@@ -66,17 +83,6 @@ export function McpServer() {
-
-
-
-
- The embedded chart is genuinely Flint-rendered, using the same path
- as the MCP App. The frame and toolbar mirror the real{' '}
- create_chart_view UI: a live
- preview with chart options and a Copy spec to chat action.
-
-
-
{/* ---- What it provides ------------------------------------- */}
- The server speaks stdio and runs zero-install with{' '}
- npx. If your MCP client can
- edit its own configuration, you can ask your agent to set it up:
+ For manual setup, the server speaks stdio and runs zero-install with{' '}
+ npx. Point your MCP client at the package: