diff --git a/README.md b/README.md
index 3baeedb..7437949 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,10 @@
+[![Launch ImJoy](https://imjoy.io/static/badge/launch-imjoy-badge.svg)](https://imjoy.io/#/app?plugin=https://kaibu.org/#/app)
+[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gist/oeway/690c2e62311223ae93e644d542eb8949/master?filepath=Kaibu-jupyter-tutorial.ipynb)
+
+
Kaibu is a web application for visualizing and annotating multi-dimensional images, built with [OpenLayers](https://openlayers.org/) and [itk-vtk-viewer](https://kitware.github.io/itk-vtk-viewer/).
----
@@ -51,12 +55,25 @@ api.export(ImJoyPlugin())
Currently we support `view_image`, `add_shapes` and `add_points`, the definition is mostly the same as [napari](https://napari.org/).
-You can also try the above code in a Jupyter notebook on binder, [click here](https://mybinder.org/v2/gh/imjoy-team/imjoy-binder-image/master?filepath=imjoy-jupyter-tutorial.ipynb) to launch a notebook on Binder (may take a while to start).
+You can also try the above code in a Jupyter notebook on binder, [click here](https://mybinder.org/v2/gist/oeway/690c2e62311223ae93e644d542eb8949/master?filepath=Kaibu-jupyter-tutorial.ipynb) to launch a notebook on Binder (may take a while to start).
### In a Jupyter notebook
Run `pip install imjoy-jupyter-extension`, then start the the Jupyter notebook. Then you can use the above plugin example in the notebook.
-You can also try the demo here: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/oeway/690c2e62311223ae93e644d542eb8949/master?filepath=Kaibu-jupyter-example.ipynb)
+You can try the demo on Binder here: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gist/oeway/690c2e62311223ae93e644d542eb8949/master?filepath=Kaibu-jupyter-tutorial.ipynb)
+
+### Kaibu badges
+We provide two badges for you to add to your project:
+
+![open with kaibu](https://kaibu.org/static/badge/open-with-kaibu.svg)
+
+![view in kaibu](https://kaibu.org/static/badge/view-in-kaibu.svg)
+
+```
+![open with kaibu](https://kaibu.org/static/badge/open-with-kaibu.svg)
+
+![view in kaibu](https://kaibu.org/static/badge/view-in-kaibu.svg)
+```
## Why Kaibu?
diff --git a/public/static/badge/open-with-kaibu.svg b/public/static/badge/open-with-kaibu.svg
new file mode 100644
index 0000000..7669b52
--- /dev/null
+++ b/public/static/badge/open-with-kaibu.svg
@@ -0,0 +1,36 @@
+
\ No newline at end of file
diff --git a/public/static/badge/view-in-kaibu.svg b/public/static/badge/view-in-kaibu.svg
new file mode 100644
index 0000000..70656f2
--- /dev/null
+++ b/public/static/badge/view-in-kaibu.svg
@@ -0,0 +1,36 @@
+
\ No newline at end of file