Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
FC

microsoft/flint-chart

AI Agent

🪄 Flint is a visualization language that lets AI agents reliably create expressive, good-looking charts from simple, human-editable chart specs.

3.2k Stars159 Forks24 Open Issues3.2k WatchersTypeScriptMIT
AI AgentMCP ServerData ToolInfrastructure
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

Problem solved

Flint solves the problem of verbose and brittle chart configuration by allowing agents and developers to specify charts using semantic types and minimal encodings, while the compiler handles layout, scales, and styling. This reduces the need for manual tuning and makes chart generation more reliable for AI agents.

Deployment reality

The available setup signal starts with: npm install flint-chart. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.

Commercial use

The recorded license is MIT. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.

Capability ceiling

Developers can build AI-powered data visualization tools that generate charts on the fly, such as chat-based analytics assistants, automated reporting systems, and interactive dashboards. The MCP server enables agents to create, validate, and render charts directly in chat environments. With support for multiple backends, Flint can produce charts for web apps, Excel reports, and more, covering a wide range of chart types from scatter plots to complex heatmaps.

Source and compliance noteLast synced: Aug 3, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy
Editorial Evaluation

microsoft/flint-chart is tracked as a TypeScript project in the AI Agent, MCP Server, Data Tool, Infrastructure area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 3.2k total stars, with +302 today, +0 this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Active; the latest push was 20 days ago, and the open issue queue is 24, about 0.75% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 159 forks and 3.2k watchers suggest how often the project is reused or followed. License signal: MIT. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need TypeScript teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 801. Follow the original GitHub repository for final install, security, and release information.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

MIT is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • TypeScript teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

3.2k Stars

Reuse

159 Forks

Attention

3.2k Watchers

Maintenance

active

License

MIT

Open issues

24

Overview

Flint is a visualization intermediate language that lets AI agents create expressive, polished visualizations from simple, human-editable chart specs. It compiles compact chart specifications into native output for multiple backends including Vega-Lite, ECharts, Chart.js, Plotly, and Excel.

Key Features

- Semantic chart specs with 70+ semantic types (e.g., Rank, Temperature, Price, Country) - Automatic layout adapting sizing, spacing, labels, marks, and legends to data and canvas - Multiple backends: compile one input to Vega-Lite, ECharts, Chart.js, Plotly, and native Excel charts - Agent-ready chart authoring via an MCP server for creating, validating, and rendering charts in chat or coding environments

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

MCP Server

Model Context Protocol servers, clients, and integrations

Data Tool

Databases, data pipelines, ETL, analytics, and vector search

Infrastructure

Cloud, deployment, networking, containers, and platform tooling

Quick Start
npm install flint-chart
View on GitHub Project Homepage
Project Activity

73

Health Score

Active

Commit Activity

May 13, 2026

Created

Aug 2, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+734

Today's growth

+801

7-day growth

+801

30-day growth

Jul 29, 2026Aug 3, 2026
Community Health
159

Forks

24

Open

3.2k

Watchers

Owner
FC

microsoft

GitHub profile
Topics & Language
TypeScriptai-agentscharting-librarydata-visualizationmcp-server
Ecosystem & Usage
GitHub Repository Project Website Search on npm
Alternatives & Comparison

public-apis/public-apis

A collective list of free APIs

460k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

454k

openclaw/openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

386k

jwasham/coding-interview-university

A complete computer science study plan to become a software engineer.

359k

awesome-selfhosted/awesome-selfhosted

A list of Free Software network services and web applications which can be hosted on your own servers

313k
License
MIT
CreatedMay 13, 2026
Last pushAug 2, 2026
Last syncedAug 3, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

Problem Solved

Flint solves the problem of verbose and brittle chart configuration by allowing agents and developers to specify charts using semantic types and minimal encodings, while the compiler handles layout, scales, and styling. This reduces the need for manual tuning and makes chart generation more reliable for AI agents.

Capabilities

Developers can build AI-powered data visualization tools that generate charts on the fly, such as chat-based analytics assistants, automated reporting systems, and interactive dashboards. The MCP server enables agents to create, validate, and render charts directly in chat environments. With support for multiple backends, Flint can produce charts for web apps, Excel reports, and more, covering a wide range of chart types from scatter plots to complex heatmaps.

Bottom Line

Flint is ideal for developers building AI agents that need to generate reliable, good-looking charts without manual configuration. It is less suited for projects requiring deep customization of every chart detail. The key trade-off is simplicity and automation versus fine-grained control over visual output.

Full AI Analysis