List of BlockNote Integrations
This is a list of platforms and tools that integrate with BlockNote. This list is updated as of January 2026.
-
1
GitHub remains the foremost platform for developers around the world, celebrated for its robust security, impressive scalability, and strong community engagement. By becoming part of the vast network of millions of developers and organizations, you can play a role in creating the software that propels society forward. Engage and collaborate with some of the most innovative communities while taking advantage of our exceptional tools, support, and services. If you are managing multiple contributors, consider utilizing our complimentary GitHub Team for Open Source feature. Furthermore, GitHub Sponsors is designed to help finance your initiatives and projects effectively. We are excited to bring back The Pack, a program that offers students and educators free access to top-notch developer tools throughout the academic year and beyond. In addition, if you are affiliated with a recognized nonprofit, association, or a 501(c)(3) organization, we provide a discounted Organization account to help further your mission. Through these initiatives, GitHub continues to empower a diverse range of users in their software development endeavors, fostering a more inclusive tech community. With ongoing support and resources, GitHub is dedicated to enhancing the development experience for everyone involved.
-
2
React
React
Effortlessly build dynamic interfaces with unmatched performance and flexibility.React streamlines the creation of interactive user interfaces by enabling developers to craft clear views for every state of their applications. When data changes occur, React efficiently updates and renders only the necessary components, promoting optimal performance. The adoption of declarative views enhances predictability in coding and simplifies the debugging process. Developers can create self-contained components that manage their own state, which can then be combined to build more complex user interfaces. By implementing the logic for these components in JavaScript instead of templates, React ensures smooth data flow throughout the application while keeping the state distinct from the DOM. Furthermore, React does not enforce strict requirements on your technology stack, allowing you to add new features without having to overhaul your current codebase. Each component in React includes a render() method that takes in input data to determine which elements to display. This example utilizes JSX, an XML-like syntax, and the data input can be accessed through this.props within the render() function. This level of flexibility and adaptability positions React as an invaluable asset in the realm of modern web development, making it easier for developers to innovate and enhance user experiences. The ability to efficiently manage user interfaces sets React apart from many other frameworks. -
3
TypeScript
TypeScript
Transform your coding experience with enhanced error detection.TypeScript enhances JavaScript with improved syntax, creating a smoother integration with development environments, which helps in identifying errors early on within the editor. The TypeScript code is compiled into JavaScript, making it compatible with a wide range of platforms such as web browsers, Node.js, Deno, and mobile apps. Its understanding of JavaScript allows TypeScript to utilize type inference, providing robust tooling while reducing the need for extensive additional code. According to the 2020 State of JS survey, 78% of participants indicated they use TypeScript, and an impressive 93% of those surveyed plan to keep using it. The most common errors developers face are often type errors, where an unexpected type of value is encountered within a specific context. These mistakes can arise from simple errors such as typos, misinterpretations of a library’s API, incorrect assumptions about how code executes at runtime, or various other oversights. Consequently, adopting TypeScript can greatly improve both code quality and developer productivity by mitigating these frequent issues, ultimately leading to a more efficient coding experience. Additionally, its structured approach encourages best practices and fosters a more disciplined development environment. -
4
Markdown
Markdown
Simplify your writing with clear, readable formatting tools.Markdown offers a user-friendly way to create content in a clear and legible format, which can be seamlessly converted into standard XHTML or HTML. At its core, "Markdown" encompasses two main elements: (1) a plain text formatting syntax and (2) a Perl-based tool designed to transform this formatted text into HTML. For those interested in exploring Markdown's formatting options, the Syntax page provides comprehensive guidelines, while the online Dingus tool allows for immediate experimentation. The primary aim of Markdown's syntax is to maintain high readability, enabling users to present documents in plain text without visible tags or formatting indicators. While Markdown's syntax is influenced by various text-to-HTML converters, its foundational inspiration comes from the layout of plain text emails. This distinctive combination of simplicity and utility has propelled Markdown to become a favored choice for both writers and developers, facilitating their ability to craft formatted content with ease. Notably, its growing popularity is also reflected in the myriad of platforms and applications that now support Markdown, further expanding its accessibility and use. -
5
Tiptap
Tiptap
Empower collaborative editing with customizable solutions and AI.Tiptap is a cutting-edge, open-source rich-text editor framework designed specifically for developers building modern, collaborative applications. Built on ProseMirror, it features a modular design with over 100 extensions, enabling the creation of tailored editors that fulfill various user needs. The integration with its open-source backend, Hocuspocus, facilitates real-time collaboration, allowing multiple users to simultaneously edit documents while providing features like live cursors and offline editing. Moreover, Tiptap includes AI capabilities, such as the content AI extension, which offers in-line text transformations and AI-generated suggestions to enhance the content creation experience. Developers have the flexibility to augment the editor with functionalities like commenting systems, document management, and the ability to import and export multiple formats, including DOCX. Additionally, Tiptap provides UI components and React templates that expedite the development of editors resembling the interfaces of well-known applications like Notion or Google Docs, further solidifying its position as a versatile framework for developers. As a result, Tiptap not only meets the diverse requirements of users but also empowers developers to innovate efficiently and effectively in the ever-evolving landscape of collaborative tools. -
6
Vanilla JS
Vanilla JS
Build powerful JavaScript applications with unmatched speed and efficiency.Vanilla JS is recognized for its speed, effectiveness, and flexibility, making it a prime choice for creating outstanding and resilient JavaScript applications. The committed Vanilla JS team emphasizes its impressive lightweight characteristics, positioning it as the most streamlined framework available today; through our strategic deployment methodology, Vanilla JS is preloaded into users' browsers before they even visit your site. This exceptional framework has enjoyed immense popularity, with browsers having preloaded it for over a decade, significantly improving the overall user experience. Its long-standing reliability and efficiency persist in drawing developers in search of a fluid solution for their projects. Moreover, the simplicity and straightforwardness of Vanilla JS empower developers to swiftly implement features without unnecessary complexity. -
7
JavaScript
JavaScript
Master string handling to elevate your web development skills!JavaScript functions as both a scripting and programming language that is widely utilized on the internet, enabling developers to build interactive and dynamic features for websites. An impressive 97% of all websites around the world rely on client-side JavaScript, highlighting its crucial role in web development. As one of the leading scripting languages available today, JavaScript has become indispensable for creating captivating online user experiences. Strings in JavaScript can be represented using either single quotes '' or double quotes "", and it is essential to be consistent with the chosen style throughout your code. For instance, if you initiate a string with a single quote, you must also terminate it with a single quote. Each type of quotation mark comes with its own set of benefits and drawbacks; for example, using single quotes can make it easier to incorporate HTML within your JavaScript code, as it removes the need to escape double quotes. This is particularly important when you need to include quotation marks within a string, which often necessitates using opposite styles for clarity and correctness. Furthermore, mastering the management of strings in JavaScript is crucial for developers aiming to elevate their programming abilities and create more sophisticated applications. In conclusion, a solid grasp of string handling will not only improve your coding efficiency but also enhance the overall quality of your web projects. -
8
ProseMirror
ProseMirror
"Transform content editing with tailored, collaborative, structured flexibility."Content editors should strive to produce documents that are not only tidy but also rich in meaning, all while remaining accessible to users. ProseMirror seeks to bridge the gap between exact content editing methods, such as Markdown or XML, and conventional WYSIWYG editors. It accomplishes this by providing a WYSIWYG-style interface that is tailored for documents with more structure and limitations than typical HTML. Moreover, users have the ability to adjust the format and arrangement of the documents created by their editor to suit the unique needs of their application. ProseMirror is built on a robust foundation that supports collaborative editing, allowing several users to simultaneously contribute to the same document. Its schemas are designed to handle documents with specific structures without necessitating the creation of a completely new editor. The architecture of the system is modular, ensuring that only the necessary code is loaded, which permits the swapping out of components as required. Additionally, the flexible plugin architecture provides an easy way to integrate additional features, thereby enhancing the editor's functionality. This adaptability positions ProseMirror as an excellent option for developers who are looking for an editing experience that can be tailored to their unique specifications, making it a versatile tool in the realm of content creation. -
9
Velt
Velt
Effortlessly integrate seamless collaboration features into applications.Velt is an all-encompassing SDK focused on enhancing collaboration that empowers developers to effortlessly embed sophisticated real-time and asynchronous collaboration features into their web applications. By leveraging Velt, developers can create contextual comments akin to those of Figma or Google Docs, incorporate indicators for live user presence, enable collaborative editing, offer “follow me” viewing options, and facilitate audio/video screen sharing sessions similar to those in Slack or Google Meet. Additionally, Velt includes a recording feature that mirrors Loom’s functionality, capturing screen, camera, or audio content, and provides AI-powered transcription and automatic summarization, which allows users to give video or voice feedback and navigate to specific segments with ease. The platform is further enhanced by in-app notifications, user mentions, reactions, and annotation tools like arrows and highlights, alongside analytics dashboards to track user engagement and customizable UI elements that can be tailored to fit any application's branding. Velt manages all the complex aspects, such as real-time synchronization, conflict resolution using CRDTs, offline functionality, scalability, and the possibility of self-hosting, ensuring a seamless user experience throughout. Furthermore, Velt’s robust features make it an invaluable resource for developers aiming to take their applications to the next level with effective collaborative capabilities. -
10
HTML
HTML
Empower your web presence with the foundation of innovation.HTML, an acronym for HyperText Markup Language, is the fundamental markup language that underpins every website on the internet. This essential coding language plays a critical role in structuring and organizing various elements within web pages and sites. The most recent version, HTML5, is tailored for the effective arrangement and display of content on the World Wide Web, marking the fifth and final major release recognized by the World Wide Web Consortium (W3C). Currently, the specification is known as the HTML Living Standard and is consistently updated by the Web Hypertext Application Technology Working Group (WHATWG), which includes prominent browser developers such as Apple, Google, Mozilla, and Microsoft. HTML5 incorporates extensive processing models to enhance compatibility across different implementations; it improves existing markup options while also introducing novel markup and application programming interfaces (APIs) that are advantageous for complex web applications. As a result of these innovations, HTML5 is increasingly regarded as a viable platform for developing cross-platform mobile applications, emphasizing its adaptability and significance in contemporary web development. The continuous advancement of HTML5 not only mirrors the evolving needs of digital content creators but also addresses the expectations of users seeking improved interactive experiences online. This ongoing refinement of the language underscores its pivotal role in shaping the future of web technologies.
- Previous
- You're on page 1
- Next