docs-mintlify/admin/connect-to-data/visualization-tools/index.mdx
Connecting to visualization tools
Choose a tool to get started with below.
<Info>If you'd like to connect to a tool which is not yet present on this page, please file an issue on GitHub.
</Info>You might be able to connect to BI tools not listed here via the SQL API.
The following tools deliver data insights closer to end users, e.g., by providing a conversational interface for semantic layer:
<CardGroup cols={2}> <Card title="LangChain" img="https://static.cube.dev/icons/langchain.svg" href="/admin/connect-to-data/visualization-tools/langchain"> </Card> </CardGroup>You can also find <a href="https://cube.dev/blog/category/low-code">relevant step-by-step guides</a> in the blog.
Cube provides integration libraries for popular front-end frameworks:
<CardGroup cols={2}> <Card title="Angular" img="https://static.cube.dev/icons/angular.svg" href="/reference/javascript-sdk/angular"> </Card> <Card title="React" img="https://static.cube.dev/icons/react.svg" href="/reference/javascript-sdk/react"> </Card> <Card title="Vue" img="https://static.cube.dev/icons/vue.svg" href="/reference/javascript-sdk/vue"> </Card> </CardGroup>All integrations above are powered by the following APIs. If you're a data engineer, please explore the SQL API. If you're an application developer, check out the REST (JSON) and GraphQL APIs.
<CardGroup cols={2}> <Card title="SQL API" img="https://static.cube.dev/icons/sql.svg" href="/reference/sql-api"> </Card> <Card title="REST (JSON) API" img="https://static.cube.dev/icons/rest.svg" href="/reference/rest-api"> </Card> <Card title="GraphQL API" img="https://static.cube.dev/icons/graphql.svg" href="/reference/graphql-api"> </Card> </CardGroup>