Skip to main content

What is bangle.dev ?#

Bangle is a collection components for building powerful editing experiences for the web.

  • ๐Ÿ”‹ Batteries included
    We expose plenty of components to help you quickly started with your Editor.

  • Insanely powerful API
    Bangle uses Prosemirror to provide API which can help you build the next google docs including collboration.

  • Vanilla JS
    Bangle is written in a framework agnostic way, so that you can focus on building the editor and not learning a new framework. That said, we have support for React and I have plans to add Vue support in the coming months.

  • Customize UI with React (more frameworks to come)
    Doing UI in vanilla Javascript is not fun, Bangle comes with first party React support and React components (the ones starting with @bangle.dev/react-) to add some extra ๐Ÿ’… oomph to your Editor.

  • ๐Ÿš— Fast as a racing car
    Bangle is as fast as a rich text editor can be, try pasting a really long document in one of its example (๐Ÿ˜‰ don't forget to compare it with your current favourite editor).

I like it, how should I get started ?#

Awesome! head over to Getting started.