diff --git a/Bindings.md b/Bindings.md
index 6e558c9..d6c1ece 100644
--- a/Bindings.md
+++ b/Bindings.md
@@ -19,6 +19,7 @@ Now on to the list...
| Haskell | **dear-imgui.hs**: Haskell bindings to Dear ImGui,
https://github.com/haskell-game/dear-imgui.hs
**imgui-haskell**: Haskell bindings for Dear ImGui
https://github.com/dbousamra/imgui-haskell
| Haxe/hxcpp | **linc_imgui**: binding for imgui
https://github.com/Aidan63/linc_imgui |
| Haxe/Heaps | **hlimgui**: [Heaps](https://heaps.io/) game engine binding for Dear ImGui
https://github.com/haddock7/hlimgui |
+| Jai | **jai-imgui**: Dear ImGui for Jai
https://github.com/ostef/jai-imgui
| Java | **jimgui**: Pure Java binding for dear imgui
https://github.com/ice1000/jimgui
**imgui-java**: JNI based binding for Dear ImGui
https://github.com/SpaiR/imgui-java |
| JavaScript | **imgui-js**: JavaScript bindings for Dear ImGui using Emscripten and TypeScript
https://github.com/flyover/imgui-js + also see [web demo](https://flyover.github.io/imgui-js/example/) |
| Julia | **CImGui.jl**: Julia wrapper for cimgui
https://github.com/Gnimuc/CImGui.jL |