Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add Hex and AI tools section in ecosystem page #9491

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions site/ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ We mark featured plugins and tools with a <span class="octicon octicon-star"></s
- [Liminoid](https://liminoid.io/), toolkit for building interactive analytics applications with Python and WebAssembly. Can pass Python data to JavaScript callbacks which render Vega/Vega-Lite specifications.
- [Neptune.ai](https://neptune.ai), machine learning experiment tracking tool with Vega-Lite and Altair visualizations.
- [Livebook](https://github.com/elixir-nx/livebook), Interactive and collaborative code notebooks with Vega-Lite visualizations.
- [Hex](https://hex.tech) is a data science platform that uses Vega-Lite visualizations.

## Tools that use Vega-Lite

Expand Down Expand Up @@ -125,3 +126,7 @@ We mark featured plugins and tools with a <span class="octicon octicon-star"></s
- [generator-veeg](https://github.com/millette/generator-veeg) is a Vega and Vega-Lite boilerplate generator for [Yeoman](https://yeoman.io/).
- [Kroki](https://kroki.io/) is a service to render Vega and Vega-Lite as PNG, SVG, or PDF.
- [vega_embed_flutter](https://pub.dev/packages/vega_embed_flutter), a flutter-web widget to embed Vega-Lite specs into flutter-web apps.

## AI Tools

- [CodeParrotAI](https://codeparrot.ai/oracle?owner=vega&repo=vega-lite), an LLM with RAG for answering questions about Vega-Lite.
Loading