Tiny Rocket Blog

Released 0.0.43

23 Aug 2023

Share your diagrams publicly is now available 🔥

After building your beautiful diagram, you often want to share it with your team or the world. It is now possible to share your diagram publicly very easily.

  • You will need to login first
  • Then open the sidebar
  • And then click on “Get Shareable Link”

You’ll get something like this link below, which you can then share with anyone. To stop sharing, simply turn off the switch.

https://www.codediagram.io/app/shares?token=5dd29b65

For embeding in your website, you can use this snippet

<iframe
  class="mt-6 rounded-lg"
  width="100%"
  height="600"
  src="https://www.codediagram.io/app/shares?token=5dd29b65"
></iframe>

Happy coding 🎉