Introduction
PromptChart
PromptChart is a framework-agnostic system that converts natural language into data visualizations.
Architecture
The data flow is simple, PromptChart web component sends a prompt to the backend, which then sends it to an LLM to generate structured intent. The backend then executes the query against your data source and returns chart-ready data that is rendered by the web component.
- prompt-chart component sends a natural language prompt (e.g., "Show sales by region")
- Backend sends the prompt to an LLM to generate structured intent
- A data adapter executes the query against your data source
- Chart-ready data is returned and rendered
Open Source
PromptChart is built by the community, for the community. All contributions are welcome! If you have suggestions, ideas, or found a bug, please create an issue.